Shades of Burning Sand #CC8257
Tints of Burning Sand #CC8257
RGB
CMYK
RGB Variations
Color information
#CC8257 (or 0xCC8257) is known color: Burning Sand. HEX triplet: CC, 82 and 57. RGB value is (204,130,87). Sum of RGB (Red+Green+Blue) = 204+130+87=421 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.46% from 421); Green value is 130 (51.17% from 255 or 30.88% from 421); Blue value is 87 (34.38% from 255 or 20.67% from 421); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8257 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8257 is #337DA8. Grayscale: #939393. Windows color (decimal): -3374505 or 5735116. OLE color: 5735116.
HSL color Cylindrical-coordinate representation of color #CC8257: hue angle of 22.05º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CC8257 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 130 | 87 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.2 |
| HSL | 22.05º | 0.53% | 0.57% | - |
| HSV(B) | 22.05º | 0.57% | 0.8% | - |
| XYZ | 34.6 | 29.49 | 12.89 | - |
| YUV | 147.22 | 94.02 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 130 | 87 | 0 | 0.36 | 0.57 | 0.2 | 22.05 | 0.53 | 0.57 |
| Hex | CC | 82 | 57 | 0 | 24 | 39 | 14 | 16 | 35 | 39 |
| Octal | 314 | 202 | 127 | 0 | 44 | 71 | 24 | 26 | 65 | 71 |
| Binary | 11001100 | 10000010 | 1010111 | 0 | 100100 | 111001 | 10100 | 10110 | 110101 | 111001 |
Color Harmonies of #CC8257
Complementary color
Monochromatic Colors of #CC8257
Black with #CC8257
Text Example
Text Example
White with #CC8257
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8257; }
p { color: rgb(204,130,87); }
H1.HeaderClassName
{
color: #CC8257;
}
.AnyTagClassName
{
color: #CC8257;
}
</style>
background-color css
<style>
a { background-color: #CC8257; }
a { background-color: rgb(204,130,87); }
div.DivClassName
{
background-color: #CC8257;
}
.BgClassName
{
background-color: #CC8257;
}
</style>
border-color css
<style>
span { border-color: #CC8257; }
span { border-color: rgb(204,130,87); }
td.TdClassName
{
border-color: #CC8257;
}
.TagClassName
{
border-color: #CC8257;
}
</style>