Shades of Burning Sand #CC8155
Tints of Burning Sand #CC8155
RGB
CMYK
RGB Variations
Color information
#CC8155 (or 0xCC8155) is known color: Burning Sand. HEX triplet: CC, 81 and 55. RGB value is (204,129,85). Sum of RGB (Red+Green+Blue) = 204+129+85=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 129 (50.78% from 255 or 30.86% from 418); Blue value is 85 (33.59% from 255 or 20.33% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8155 is #337EAA. Grayscale: #929292. Windows color (decimal): -3374763 or 5603788. OLE color: 5603788.
HSL color Cylindrical-coordinate representation of color #CC8155: hue angle of 22.18º 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 #CC8155 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 85 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.2 |
| HSL | 22.18º | 0.54% | 0.57% | - |
| HSV(B) | 22.18º | 0.58% | 0.8% | - |
| XYZ | 34.39 | 29.19 | 12.42 | - |
| YUV | 146.41 | 93.35 | 169.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 85 | 0 | 0.37 | 0.58 | 0.2 | 22.18 | 0.54 | 0.57 |
| Hex | CC | 81 | 55 | 0 | 25 | 3A | 14 | 16 | 36 | 39 |
| Octal | 314 | 201 | 125 | 0 | 45 | 72 | 24 | 26 | 66 | 71 |
| Binary | 11001100 | 10000001 | 1010101 | 0 | 100101 | 111010 | 10100 | 10110 | 110110 | 111001 |
Color Harmonies of #CC8155
Complementary color
Monochromatic Colors of #CC8155
Black with #CC8155
Text Example
Text Example
White with #CC8155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8155; }
p { color: rgb(204,129,85); }
H1.HeaderClassName
{
color: #CC8155;
}
.AnyTagClassName
{
color: #CC8155;
}
</style>
background-color css
<style>
a { background-color: #CC8155; }
a { background-color: rgb(204,129,85); }
div.DivClassName
{
background-color: #CC8155;
}
.BgClassName
{
background-color: #CC8155;
}
</style>
border-color css
<style>
span { border-color: #CC8155; }
span { border-color: rgb(204,129,85); }
td.TdClassName
{
border-color: #CC8155;
}
.TagClassName
{
border-color: #CC8155;
}
</style>