Shades of Burning Sand #C0866C
Tints of Burning Sand #C0866C
RGB
CMYK
RGB Variations
Color information
#C0866C (or 0xC0866C) is known color: Burning Sand. HEX triplet: C0, 86 and 6C. RGB value is (192,134,108). Sum of RGB (Red+Green+Blue) = 192+134+108=434 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.24% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 108 (42.58% from 255 or 24.88% from 434); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866C is #3F7993. Grayscale: #949494. Windows color (decimal): -4159892 or 7112384. OLE color: 7112384.
HSL color Cylindrical-coordinate representation of color #C0866C: hue angle of 18.57º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C0866C is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 108 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.25 |
| HSL | 18.57º | 0.4% | 0.59% | - |
| HSV(B) | 18.57º | 0.44% | 0.75% | - |
| XYZ | 32.97 | 29.34 | 18.11 | - |
| YUV | 148.38 | 105.22 | 159.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 108 | 0 | 0.30 | 0.44 | 0.25 | 18.57 | 0.4 | 0.59 |
| Hex | C0 | 86 | 6C | 0 | 1E | 2C | 19 | 13 | 28 | 3B |
| Octal | 300 | 206 | 154 | 0 | 36 | 54 | 31 | 23 | 50 | 73 |
| Binary | 11000000 | 10000110 | 1101100 | 0 | 11110 | 101100 | 11001 | 10011 | 101000 | 111011 |
Color Harmonies of #C0866C
Complementary color
Monochromatic Colors of #C0866C
Black with #C0866C
Text Example
Text Example
White with #C0866C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0866C; }
p { color: rgb(192,134,108); }
H1.HeaderClassName
{
color: #C0866C;
}
.AnyTagClassName
{
color: #C0866C;
}
</style>
background-color css
<style>
a { background-color: #C0866C; }
a { background-color: rgb(192,134,108); }
div.DivClassName
{
background-color: #C0866C;
}
.BgClassName
{
background-color: #C0866C;
}
</style>
border-color css
<style>
span { border-color: #C0866C; }
span { border-color: rgb(192,134,108); }
td.TdClassName
{
border-color: #C0866C;
}
.TagClassName
{
border-color: #C0866C;
}
</style>