Shades of Burning Sand #C0886B
Tints of Burning Sand #C0886B
RGB
CMYK
RGB Variations
Color information
#C0886B (or 0xC0886B) is known color: Burning Sand. HEX triplet: C0, 88 and 6B. RGB value is (192,136,107). Sum of RGB (Red+Green+Blue) = 192+136+107=435 (57% of max value = 765). Red value is 192 (75.39% from 255 or 44.14% from 435); Green value is 136 (53.52% from 255 or 31.26% from 435); Blue value is 107 (42.19% from 255 or 24.60% from 435); Max value from RGB is 192 - color contains mainly: red. Hex color #C0886B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C0886B is #3F7794. Grayscale: #959595. Windows color (decimal): -4159381 or 7047360. OLE color: 7047360.
HSL color Cylindrical-coordinate representation of color #C0886B: hue angle of 20.47º 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 #C0886B is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 136 | 107 | - |
| CMYK | 0 | 0.29 | 0.44 | 0.25 |
| HSL | 20.47º | 0.4% | 0.59% | - |
| HSV(B) | 20.47º | 0.44% | 0.75% | - |
| XYZ | 33.2 | 29.88 | 17.93 | - |
| YUV | 149.44 | 104.05 | 158.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 136 | 107 | 0 | 0.29 | 0.44 | 0.25 | 20.47 | 0.4 | 0.59 |
| Hex | C0 | 88 | 6B | 0 | 1D | 2C | 19 | 14 | 28 | 3B |
| Octal | 300 | 210 | 153 | 0 | 35 | 54 | 31 | 24 | 50 | 73 |
| Binary | 11000000 | 10001000 | 1101011 | 0 | 11101 | 101100 | 11001 | 10100 | 101000 | 111011 |
Color Harmonies of #C0886B
Complementary color
Monochromatic Colors of #C0886B
Black with #C0886B
Text Example
Text Example
White with #C0886B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0886B; }
p { color: rgb(192,136,107); }
H1.HeaderClassName
{
color: #C0886B;
}
.AnyTagClassName
{
color: #C0886B;
}
</style>
background-color css
<style>
a { background-color: #C0886B; }
a { background-color: rgb(192,136,107); }
div.DivClassName
{
background-color: #C0886B;
}
.BgClassName
{
background-color: #C0886B;
}
</style>
border-color css
<style>
span { border-color: #C0886B; }
span { border-color: rgb(192,136,107); }
td.TdClassName
{
border-color: #C0886B;
}
.TagClassName
{
border-color: #C0886B;
}
</style>