#C08965

Color #C08965 Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C08965

Tints of Burning Sand #C08965

Color information

#C08965 (or 0xC08965) is unknown color: approx Burning Sand. HEX triplet: C0, 89 and 65. RGB value is (192,137,101). Sum of RGB (Red+Green+Blue) = 192+137+101=430 (56% of max value = 765). Red value is 192 (75.39% from 255 or 44.65% from 430); Green value is 137 (53.91% from 255 or 31.86% from 430); Blue value is 101 (39.84% from 255 or 23.49% from 430); Max value from RGB is 192 - color contains mainly: red. Hex color #C08965 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08965 is #3F769A. Grayscale: #959595. Windows color (decimal): -4159131 or 6654400. OLE color: 6654400.

HSL color Cylindrical-coordinate representation of color #C08965: hue angle of 23.74º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #C08965 is Cyan = 0, Magento = 0.29, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192137101-
CMYK00.290.470.25
HSL23.74º41.94%57.45%-
HSV(B)23.74º47.4%75.29%-
XYZ33.0330.0416.37-
YUV149.34100.72158.43-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 192 (75.39% from 255) = 44.65%
GREEN value IS 137 (53.91% from 255) = 31.86%
BLUE value IS 101 (39.84% from 255) = 23.49%
R=44.65%
G=31.86%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213710100.290.470.2523.7441.9457.45
HexC0896501D2F19182a39
Octal3002111450355731305271
Binary110000001000100111001010111011011111100111000101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08965

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08965; }

 p { color: rgb(192,137,101); }

 H1.HeaderClassName
 {
   color: #C08965;
 }
 .AnyTagClassName
 {
   color: #C08965;
 }
</style>
background-color css

<style>
 a { background-color: #C08965; }

 a { background-color: rgb(192,137,101); }

 div.DivClassName
 {
   background-color: #C08965;
 }
 .BgClassName
 {
   background-color: #C08965;
 }
</style>
border-color css

<style>
 span { border-color: #C08965; }

 span { border-color: rgb(192,137,101); }

 td.TdClassName
 {
   border-color: #C08965;
 }
 .TagClassName
 {
   border-color: #C08965;
 }
</style>