Shades of Burning Sand #CC855E
Tints of Burning Sand #CC855E
RGB
CMYK
RGB Variations
Color information
#CC855E (or 0xCC855E) is known color: Burning Sand. HEX triplet: CC, 85 and 5E. RGB value is (204,133,94). Sum of RGB (Red+Green+Blue) = 204+133+94=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 133 (52.34% from 255 or 30.86% from 431); Blue value is 94 (37.11% from 255 or 21.81% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC855E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC855E is #337AA1. Grayscale: #969696. Windows color (decimal): -3373730 or 6194636. OLE color: 6194636.
HSL color Cylindrical-coordinate representation of color #CC855E: hue angle of 21.27º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC855E is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 133 | 94 | - |
| CMYK | 0 | 0.35 | 0.54 | 0.2 |
| HSL | 21.27º | 0.52% | 0.58% | - |
| HSV(B) | 21.27º | 0.54% | 0.8% | - |
| XYZ | 35.31 | 30.42 | 14.6 | - |
| YUV | 149.78 | 96.52 | 166.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 133 | 94 | 0 | 0.35 | 0.54 | 0.2 | 21.27 | 0.52 | 0.58 |
| Hex | CC | 85 | 5E | 0 | 23 | 36 | 14 | 15 | 34 | 3A |
| Octal | 314 | 205 | 136 | 0 | 43 | 66 | 24 | 25 | 64 | 72 |
| Binary | 11001100 | 10000101 | 1011110 | 0 | 100011 | 110110 | 10100 | 10101 | 110100 | 111010 |
Color Harmonies of #CC855E
Complementary color
Monochromatic Colors of #CC855E
Black with #CC855E
Text Example
Text Example
White with #CC855E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC855E; }
p { color: rgb(204,133,94); }
H1.HeaderClassName
{
color: #CC855E;
}
.AnyTagClassName
{
color: #CC855E;
}
</style>
background-color css
<style>
a { background-color: #CC855E; }
a { background-color: rgb(204,133,94); }
div.DivClassName
{
background-color: #CC855E;
}
.BgClassName
{
background-color: #CC855E;
}
</style>
border-color css
<style>
span { border-color: #CC855E; }
span { border-color: rgb(204,133,94); }
td.TdClassName
{
border-color: #CC855E;
}
.TagClassName
{
border-color: #CC855E;
}
</style>