Shades of Burning Sand #CC8659
Tints of Burning Sand #CC8659
RGB
CMYK
RGB Variations
Color information
#CC8659 (or 0xCC8659) is known color: Burning Sand. HEX triplet: CC, 86 and 59. RGB value is (204,134,89). Sum of RGB (Red+Green+Blue) = 204+134+89=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 134 (52.73% from 255 or 31.38% from 427); Blue value is 89 (35.16% from 255 or 20.84% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8659 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8659 is #3379A6. Grayscale: #969696. Windows color (decimal): -3373479 or 5867212. OLE color: 5867212.
HSL color Cylindrical-coordinate representation of color #CC8659: hue angle of 23.48º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC8659 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 89 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.2 |
| HSL | 23.48º | 0.53% | 0.57% | - |
| HSV(B) | 23.48º | 0.56% | 0.8% | - |
| XYZ | 35.23 | 30.61 | 13.5 | - |
| YUV | 149.8 | 93.69 | 166.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 89 | 0 | 0.34 | 0.56 | 0.2 | 23.48 | 0.53 | 0.57 |
| Hex | CC | 86 | 59 | 0 | 22 | 38 | 14 | 17 | 35 | 39 |
| Octal | 314 | 206 | 131 | 0 | 42 | 70 | 24 | 27 | 65 | 71 |
| Binary | 11001100 | 10000110 | 1011001 | 0 | 100010 | 111000 | 10100 | 10111 | 110101 | 111001 |
Color Harmonies of #CC8659
Complementary color
Monochromatic Colors of #CC8659
Black with #CC8659
Text Example
Text Example
White with #CC8659
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8659; }
p { color: rgb(204,134,89); }
H1.HeaderClassName
{
color: #CC8659;
}
.AnyTagClassName
{
color: #CC8659;
}
</style>
background-color css
<style>
a { background-color: #CC8659; }
a { background-color: rgb(204,134,89); }
div.DivClassName
{
background-color: #CC8659;
}
.BgClassName
{
background-color: #CC8659;
}
</style>
border-color css
<style>
span { border-color: #CC8659; }
span { border-color: rgb(204,134,89); }
td.TdClassName
{
border-color: #CC8659;
}
.TagClassName
{
border-color: #CC8659;
}
</style>