Shades of Burning Sand #CC8459
Tints of Burning Sand #CC8459
RGB
CMYK
RGB Variations
Color information
#CC8459 (or 0xCC8459) is known color: Burning Sand. HEX triplet: CC, 84 and 59. RGB value is (204,132,89). Sum of RGB (Red+Green+Blue) = 204+132+89=425 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48% from 425); Green value is 132 (51.95% from 255 or 31.06% from 425); Blue value is 89 (35.16% from 255 or 20.94% from 425); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8459 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8459 is #337BA6. Grayscale: #949494. Windows color (decimal): -3373991 or 5866700. OLE color: 5866700.
HSL color Cylindrical-coordinate representation of color #CC8459: hue angle of 22.43º 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 #CC8459 is Cyan = 0, Magento = 0.35, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 89 | - |
| CMYK | 0 | 0.35 | 0.56 | 0.2 |
| HSL | 22.43º | 0.53% | 0.57% | - |
| HSV(B) | 22.43º | 0.56% | 0.8% | - |
| XYZ | 34.96 | 30.06 | 13.41 | - |
| YUV | 148.63 | 94.35 | 167.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 89 | 0 | 0.35 | 0.56 | 0.2 | 22.43 | 0.53 | 0.57 |
| Hex | CC | 84 | 59 | 0 | 23 | 38 | 14 | 16 | 35 | 39 |
| Octal | 314 | 204 | 131 | 0 | 43 | 70 | 24 | 26 | 65 | 71 |
| Binary | 11001100 | 10000100 | 1011001 | 0 | 100011 | 111000 | 10100 | 10110 | 110101 | 111001 |
Color Harmonies of #CC8459
Complementary color
Monochromatic Colors of #CC8459
Black with #CC8459
Text Example
Text Example
White with #CC8459
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8459; }
p { color: rgb(204,132,89); }
H1.HeaderClassName
{
color: #CC8459;
}
.AnyTagClassName
{
color: #CC8459;
}
</style>
background-color css
<style>
a { background-color: #CC8459; }
a { background-color: rgb(204,132,89); }
div.DivClassName
{
background-color: #CC8459;
}
.BgClassName
{
background-color: #CC8459;
}
</style>
border-color css
<style>
span { border-color: #CC8459; }
span { border-color: rgb(204,132,89); }
td.TdClassName
{
border-color: #CC8459;
}
.TagClassName
{
border-color: #CC8459;
}
</style>