#C08465

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

Shades of Burning Sand #C08465

Tints of Burning Sand #C08465

Color information

#C08465 (or 0xC08465) is unknown color: approx Burning Sand. HEX triplet: C0, 84 and 65. RGB value is (192,132,101). Sum of RGB (Red+Green+Blue) = 192+132+101=425 (56% of max value = 765). Red value is 192 (75.39% from 255 or 45.18% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 101 (39.84% from 255 or 23.76% from 425); Max value from RGB is 192 - color contains mainly: red. Hex color #C08465 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C08465 is #3F7B9A. Grayscale: #929292. Windows color (decimal): -4160411 or 6653120. OLE color: 6653120.

HSL color Cylindrical-coordinate representation of color #C08465: hue angle of 20.44º 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 #C08465 is Cyan = 0, Magento = 0.31, Yellow = 0.47 and Black (K on CMYK) = 0.25.

Color convert

RGB192132101-
CMYK00.310.470.25
HSL20.44º41.94%57.45%-
HSV(B)20.44º47.4%75.29%-
XYZ32.3428.6516.14-
YUV146.41102.38160.52-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 45.18%
GREEN value IS 132 (51.95% from 255) = 31.06%
BLUE value IS 101 (39.84% from 255) = 23.76%
R=45.18%
G=31.06%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.47
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213210100.310.470.2520.4441.9457.45
HexC0846501F2F19142a39
Octal3002041450375731245271
Binary110000001000010011001010111111011111100110100101010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C08465

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C08465; }

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

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

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

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

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

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

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

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