#C0886D

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

Shades of Burning Sand #C0886D

Tints of Burning Sand #C0886D

Color information

#C0886D (or 0xC0886D) is unknown color: approx Burning Sand. HEX triplet: C0, 88 and 6D. RGB value is (192,136,109). Sum of RGB (Red+Green+Blue) = 192+136+109=437 (57% of max value = 765). Red value is 192 (75.39% from 255 or 43.94% from 437); Green value is 136 (53.52% from 255 or 31.12% from 437); Blue value is 109 (42.97% from 255 or 24.94% from 437); Max value from RGB is 192 - color contains mainly: red. Hex color #C0886D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0886D is #3F7792. Grayscale: #959595. Windows color (decimal): -4159379 or 7178432. OLE color: 7178432.

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

Color convert

RGB192136109-
CMYK00.290.430.25
HSL19.52º39.71%59.02%-
HSV(B)19.52º43.23%75.29%-
XYZ33.329.9218.49-
YUV149.67105.05158.2-

RGB Variations

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

RGB

RED value IS 192 (75.39% from 255) = 43.94%
GREEN value IS 136 (53.52% from 255) = 31.12%
BLUE value IS 109 (42.97% from 255) = 24.94%
R=43.94%
G=31.12%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.43
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19213610900.290.430.2519.5239.7159.02
HexC0886D01D2B1914283b
Octal3002101550355331245073
Binary110000001000100011011010111011010111100110100101000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C0886D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C0886D; }

 p { color: rgb(192,136,109); }

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

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

 a { background-color: rgb(192,136,109); }

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

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

 span { border-color: rgb(192,136,109); }

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