Shades of Burning Sand #CC8357
Tints of Burning Sand #CC8357
RGB
CMYK
RGB Variations
Color information
#CC8357 (or 0xCC8357) is known color: Burning Sand. HEX triplet: CC, 83 and 57. RGB value is (204,131,87). Sum of RGB (Red+Green+Blue) = 204+131+87=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 131 (51.56% from 255 or 31.04% from 422); Blue value is 87 (34.38% from 255 or 20.62% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8357 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8357 is #337CA8. Grayscale: #949494. Windows color (decimal): -3374249 or 5735372. OLE color: 5735372.
HSL color Cylindrical-coordinate representation of color #CC8357: hue angle of 22.56º 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 #CC8357 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 87 | - |
| CMYK | 0 | 0.36 | 0.57 | 0.2 |
| HSL | 22.56º | 0.53% | 0.57% | - |
| HSV(B) | 22.56º | 0.57% | 0.8% | - |
| XYZ | 34.74 | 29.76 | 12.93 | - |
| YUV | 147.81 | 93.68 | 168.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 87 | 0 | 0.36 | 0.57 | 0.2 | 22.56 | 0.53 | 0.57 |
| Hex | CC | 83 | 57 | 0 | 24 | 39 | 14 | 17 | 35 | 39 |
| Octal | 314 | 203 | 127 | 0 | 44 | 71 | 24 | 27 | 65 | 71 |
| Binary | 11001100 | 10000011 | 1010111 | 0 | 100100 | 111001 | 10100 | 10111 | 110101 | 111001 |
Color Harmonies of #CC8357
Complementary color
Monochromatic Colors of #CC8357
Black with #CC8357
Text Example
Text Example
White with #CC8357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8357; }
p { color: rgb(204,131,87); }
H1.HeaderClassName
{
color: #CC8357;
}
.AnyTagClassName
{
color: #CC8357;
}
</style>
background-color css
<style>
a { background-color: #CC8357; }
a { background-color: rgb(204,131,87); }
div.DivClassName
{
background-color: #CC8357;
}
.BgClassName
{
background-color: #CC8357;
}
</style>
border-color css
<style>
span { border-color: #CC8357; }
span { border-color: rgb(204,131,87); }
td.TdClassName
{
border-color: #CC8357;
}
.TagClassName
{
border-color: #CC8357;
}
</style>