Shades of Burning Sand #CC866E
Tints of Burning Sand #CC866E
RGB
CMYK
RGB Variations
Color information
#CC866E (or 0xCC866E) is known color: Burning Sand. HEX triplet: CC, 86 and 6E. RGB value is (204,134,110). Sum of RGB (Red+Green+Blue) = 204+134+110=448 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.54% from 448); Green value is 134 (52.73% from 255 or 29.91% from 448); Blue value is 110 (43.36% from 255 or 24.55% from 448); Max value from RGB is 204 - color contains mainly: red. Hex color #CC866E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC866E is #337991. Grayscale: #989898. Windows color (decimal): -3373458 or 7243468. OLE color: 7243468.
HSL color Cylindrical-coordinate representation of color #CC866E: hue angle of 15.32º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC866E is Cyan = 0, Magento = 0.34, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 110 | - |
| CMYK | 0 | 0.34 | 0.46 | 0.2 |
| HSL | 15.32º | 0.48% | 0.62% | - |
| HSV(B) | 15.32º | 0.46% | 0.8% | - |
| XYZ | 36.24 | 31.01 | 18.83 | - |
| YUV | 152.19 | 104.19 | 164.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 110 | 0 | 0.34 | 0.46 | 0.2 | 15.32 | 0.48 | 0.62 |
| Hex | CC | 86 | 6E | 0 | 22 | 2E | 14 | F | 30 | 3E |
| Octal | 314 | 206 | 156 | 0 | 42 | 56 | 24 | 17 | 60 | 76 |
| Binary | 11001100 | 10000110 | 1101110 | 0 | 100010 | 101110 | 10100 | 1111 | 110000 | 111110 |
Color Harmonies of #CC866E
Complementary color
Monochromatic Colors of #CC866E
Black with #CC866E
Text Example
Text Example
White with #CC866E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC866E; }
p { color: rgb(204,134,110); }
H1.HeaderClassName
{
color: #CC866E;
}
.AnyTagClassName
{
color: #CC866E;
}
</style>
background-color css
<style>
a { background-color: #CC866E; }
a { background-color: rgb(204,134,110); }
div.DivClassName
{
background-color: #CC866E;
}
.BgClassName
{
background-color: #CC866E;
}
</style>
border-color css
<style>
span { border-color: #CC866E; }
span { border-color: rgb(204,134,110); }
td.TdClassName
{
border-color: #CC866E;
}
.TagClassName
{
border-color: #CC866E;
}
</style>