Shades of Burning Sand #CC8360
Tints of Burning Sand #CC8360
RGB
CMYK
RGB Variations
Color information
#CC8360 (or 0xCC8360) is known color: Burning Sand. HEX triplet: CC, 83 and 60. RGB value is (204,131,96). Sum of RGB (Red+Green+Blue) = 204+131+96=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 131 (51.56% from 255 or 30.39% from 431); Blue value is 96 (37.89% from 255 or 22.27% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8360 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8360 is #337C9F. Grayscale: #959595. Windows color (decimal): -3374240 or 6325196. OLE color: 6325196.
HSL color Cylindrical-coordinate representation of color #CC8360: hue angle of 19.44º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC8360 is Cyan = 0, Magento = 0.36, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 96 | - |
| CMYK | 0 | 0.36 | 0.53 | 0.2 |
| HSL | 19.44º | 0.51% | 0.59% | - |
| HSV(B) | 19.44º | 0.53% | 0.8% | - |
| XYZ | 35.13 | 29.91 | 14.99 | - |
| YUV | 148.84 | 98.18 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 96 | 0 | 0.36 | 0.53 | 0.2 | 19.44 | 0.51 | 0.59 |
| Hex | CC | 83 | 60 | 0 | 24 | 35 | 14 | 13 | 33 | 3B |
| Octal | 314 | 203 | 140 | 0 | 44 | 65 | 24 | 23 | 63 | 73 |
| Binary | 11001100 | 10000011 | 1100000 | 0 | 100100 | 110101 | 10100 | 10011 | 110011 | 111011 |
Color Harmonies of #CC8360
Complementary color
Monochromatic Colors of #CC8360
Black with #CC8360
Text Example
Text Example
White with #CC8360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8360; }
p { color: rgb(204,131,96); }
H1.HeaderClassName
{
color: #CC8360;
}
.AnyTagClassName
{
color: #CC8360;
}
</style>
background-color css
<style>
a { background-color: #CC8360; }
a { background-color: rgb(204,131,96); }
div.DivClassName
{
background-color: #CC8360;
}
.BgClassName
{
background-color: #CC8360;
}
</style>
border-color css
<style>
span { border-color: #CC8360; }
span { border-color: rgb(204,131,96); }
td.TdClassName
{
border-color: #CC8360;
}
.TagClassName
{
border-color: #CC8360;
}
</style>