Shades of Burning Sand #CC8056
Tints of Burning Sand #CC8056
RGB
CMYK
RGB Variations
Color information
#CC8056 (or 0xCC8056) is known color: Burning Sand. HEX triplet: CC, 80 and 56. RGB value is (204,128,86). Sum of RGB (Red+Green+Blue) = 204+128+86=418 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.80% from 418); Green value is 128 (50.39% from 255 or 30.62% from 418); Blue value is 86 (33.98% from 255 or 20.57% from 418); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8056 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8056 is #337FA9. Grayscale: #929292. Windows color (decimal): -3375018 or 5669068. OLE color: 5669068.
HSL color Cylindrical-coordinate representation of color #CC8056: hue angle of 21.36º 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 #CC8056 is Cyan = 0, Magento = 0.37, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 86 | - |
| CMYK | 0 | 0.37 | 0.58 | 0.2 |
| HSL | 21.36º | 0.54% | 0.57% | - |
| HSV(B) | 21.36º | 0.58% | 0.8% | - |
| XYZ | 34.3 | 28.95 | 12.58 | - |
| YUV | 145.94 | 94.18 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 86 | 0 | 0.37 | 0.58 | 0.2 | 21.36 | 0.54 | 0.57 |
| Hex | CC | 80 | 56 | 0 | 25 | 3A | 14 | 15 | 36 | 39 |
| Octal | 314 | 200 | 126 | 0 | 45 | 72 | 24 | 25 | 66 | 71 |
| Binary | 11001100 | 10000000 | 1010110 | 0 | 100101 | 111010 | 10100 | 10101 | 110110 | 111001 |
Color Harmonies of #CC8056
Complementary color
Monochromatic Colors of #CC8056
Black with #CC8056
Text Example
Text Example
White with #CC8056
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8056; }
p { color: rgb(204,128,86); }
H1.HeaderClassName
{
color: #CC8056;
}
.AnyTagClassName
{
color: #CC8056;
}
</style>
background-color css
<style>
a { background-color: #CC8056; }
a { background-color: rgb(204,128,86); }
div.DivClassName
{
background-color: #CC8056;
}
.BgClassName
{
background-color: #CC8056;
}
</style>
border-color css
<style>
span { border-color: #CC8056; }
span { border-color: rgb(204,128,86); }
td.TdClassName
{
border-color: #CC8056;
}
.TagClassName
{
border-color: #CC8056;
}
</style>