Shades of Burning Sand #C0866B
Tints of Burning Sand #C0866B
RGB
CMYK
RGB Variations
Color information
#C0866B (or 0xC0866B) is known color: Burning Sand. HEX triplet: C0, 86 and 6B. RGB value is (192,134,107). Sum of RGB (Red+Green+Blue) = 192+134+107=433 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.34% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 107 (42.19% from 255 or 24.71% from 433); Max value from RGB is 192 - color contains mainly: red. Hex color #C0866B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0866B is #3F7994. Grayscale: #949494. Windows color (decimal): -4159893 or 7046848. OLE color: 7046848.
HSL color Cylindrical-coordinate representation of color #C0866B: hue angle of 19.06º 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 #C0866B is Cyan = 0, Magento = 0.30, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 134 | 107 | - |
| CMYK | 0 | 0.30 | 0.44 | 0.25 |
| HSL | 19.06º | 0.4% | 0.59% | - |
| HSV(B) | 19.06º | 0.44% | 0.75% | - |
| XYZ | 32.92 | 29.32 | 17.83 | - |
| YUV | 148.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 134 | 107 | 0 | 0.30 | 0.44 | 0.25 | 19.06 | 0.4 | 0.59 |
| Hex | C0 | 86 | 6B | 0 | 1E | 2C | 19 | 13 | 28 | 3B |
| Octal | 300 | 206 | 153 | 0 | 36 | 54 | 31 | 23 | 50 | 73 |
| Binary | 11000000 | 10000110 | 1101011 | 0 | 11110 | 101100 | 11001 | 10011 | 101000 | 111011 |
Color Harmonies of #C0866B
Complementary color
Monochromatic Colors of #C0866B
Black with #C0866B
Text Example
Text Example
White with #C0866B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0866B; }
p { color: rgb(192,134,107); }
H1.HeaderClassName
{
color: #C0866B;
}
.AnyTagClassName
{
color: #C0866B;
}
</style>
background-color css
<style>
a { background-color: #C0866B; }
a { background-color: rgb(192,134,107); }
div.DivClassName
{
background-color: #C0866B;
}
.BgClassName
{
background-color: #C0866B;
}
</style>
border-color css
<style>
span { border-color: #C0866B; }
span { border-color: rgb(192,134,107); }
td.TdClassName
{
border-color: #C0866B;
}
.TagClassName
{
border-color: #C0866B;
}
</style>