Shades of Burning Sand #CC8760
Tints of Burning Sand #CC8760
RGB
CMYK
RGB Variations
Color information
#CC8760 (or 0xCC8760) is known color: Burning Sand. HEX triplet: CC, 87 and 60. RGB value is (204,135,96). Sum of RGB (Red+Green+Blue) = 204+135+96=435 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.90% from 435); Green value is 135 (53.12% from 255 or 31.03% from 435); Blue value is 96 (37.89% from 255 or 22.07% from 435); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8760 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8760 is #33789F. Grayscale: #979797. Windows color (decimal): -3373216 or 6326220. OLE color: 6326220.
HSL color Cylindrical-coordinate representation of color #CC8760: hue angle of 21.67º 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 #CC8760 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 96 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.2 |
| HSL | 21.67º | 0.51% | 0.59% | - |
| HSV(B) | 21.67º | 0.53% | 0.8% | - |
| XYZ | 35.68 | 31.01 | 15.17 | - |
| YUV | 151.19 | 96.86 | 165.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 96 | 0 | 0.34 | 0.53 | 0.2 | 21.67 | 0.51 | 0.59 |
| Hex | CC | 87 | 60 | 0 | 22 | 35 | 14 | 16 | 33 | 3B |
| Octal | 314 | 207 | 140 | 0 | 42 | 65 | 24 | 26 | 63 | 73 |
| Binary | 11001100 | 10000111 | 1100000 | 0 | 100010 | 110101 | 10100 | 10110 | 110011 | 111011 |
Color Harmonies of #CC8760
Complementary color
Monochromatic Colors of #CC8760
Black with #CC8760
Text Example
Text Example
White with #CC8760
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8760; }
p { color: rgb(204,135,96); }
H1.HeaderClassName
{
color: #CC8760;
}
.AnyTagClassName
{
color: #CC8760;
}
</style>
background-color css
<style>
a { background-color: #CC8760; }
a { background-color: rgb(204,135,96); }
div.DivClassName
{
background-color: #CC8760;
}
.BgClassName
{
background-color: #CC8760;
}
</style>
border-color css
<style>
span { border-color: #CC8760; }
span { border-color: rgb(204,135,96); }
td.TdClassName
{
border-color: #CC8760;
}
.TagClassName
{
border-color: #CC8760;
}
</style>