Shades of Burning Sand #CC8355
Tints of Burning Sand #CC8355
RGB
CMYK
RGB Variations
Color information
#CC8355 (or 0xCC8355) is known color: Burning Sand. HEX triplet: CC, 83 and 55. RGB value is (204,131,85). Sum of RGB (Red+Green+Blue) = 204+131+85=420 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.57% from 420); Green value is 131 (51.56% from 255 or 31.19% from 420); Blue value is 85 (33.59% from 255 or 20.24% from 420); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8355 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8355 is #337CAA. Grayscale: #939393. Windows color (decimal): -3374251 or 5604300. OLE color: 5604300.
HSL color Cylindrical-coordinate representation of color #CC8355: hue angle of 23.19º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC8355 is Cyan = 0, Magento = 0.36, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 131 | 85 | - |
| CMYK | 0 | 0.36 | 0.58 | 0.2 |
| HSL | 23.19º | 0.54% | 0.57% | - |
| HSV(B) | 23.19º | 0.58% | 0.8% | - |
| XYZ | 34.66 | 29.73 | 12.51 | - |
| YUV | 147.58 | 92.68 | 168.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 131 | 85 | 0 | 0.36 | 0.58 | 0.2 | 23.19 | 0.54 | 0.57 |
| Hex | CC | 83 | 55 | 0 | 24 | 3A | 14 | 17 | 36 | 39 |
| Octal | 314 | 203 | 125 | 0 | 44 | 72 | 24 | 27 | 66 | 71 |
| Binary | 11001100 | 10000011 | 1010101 | 0 | 100100 | 111010 | 10100 | 10111 | 110110 | 111001 |
Color Harmonies of #CC8355
Complementary color
Monochromatic Colors of #CC8355
Black with #CC8355
Text Example
Text Example
White with #CC8355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8355; }
p { color: rgb(204,131,85); }
H1.HeaderClassName
{
color: #CC8355;
}
.AnyTagClassName
{
color: #CC8355;
}
</style>
background-color css
<style>
a { background-color: #CC8355; }
a { background-color: rgb(204,131,85); }
div.DivClassName
{
background-color: #CC8355;
}
.BgClassName
{
background-color: #CC8355;
}
</style>
border-color css
<style>
span { border-color: #CC8355; }
span { border-color: rgb(204,131,85); }
td.TdClassName
{
border-color: #CC8355;
}
.TagClassName
{
border-color: #CC8355;
}
</style>