Shades of Burning Sand #C0886D
Tints of Burning Sand #C0886D
RGB
CMYK
RGB Variations
Color information
#C0886D (or 0xC0886D) is known color: 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
| RGB | 192 | 136 | 109 | - |
| CMYK | 0 | 0.29 | 0.43 | 0.25 |
| HSL | 19.52º | 0.4% | 0.59% | - |
| HSV(B) | 19.52º | 0.43% | 0.75% | - |
| XYZ | 33.3 | 29.92 | 18.49 | - |
| YUV | 149.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 109 | 0 | 0.29 | 0.43 | 0.25 | 19.52 | 0.4 | 0.59 |
| Hex | C0 | 88 | 6D | 0 | 1D | 2B | 19 | 14 | 28 | 3B |
| Octal | 300 | 210 | 155 | 0 | 35 | 53 | 31 | 24 | 50 | 73 |
| Binary | 11000000 | 10001000 | 1101101 | 0 | 11101 | 101011 | 11001 | 10100 | 101000 | 111011 |
Color Harmonies of #C0886D
Complementary color
Monochromatic Colors of #C0886D
Black with #C0886D
Text Example
Text Example
White with #C0886D
Text Example
Text Example
HTML Codes & Css Web 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>