Shades of Burning Sand #CC8660
Tints of Burning Sand #CC8660
RGB
CMYK
RGB Variations
Color information
#CC8660 (or 0xCC8660) is known color: Burning Sand. HEX triplet: CC, 86 and 60. RGB value is (204,134,96). Sum of RGB (Red+Green+Blue) = 204+134+96=434 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.00% from 434); Green value is 134 (52.73% from 255 or 30.88% from 434); Blue value is 96 (37.89% from 255 or 22.12% from 434); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8660 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8660 is #33799F. Grayscale: #969696. Windows color (decimal): -3373472 or 6325964. OLE color: 6325964.
HSL color Cylindrical-coordinate representation of color #CC8660: hue angle of 21.11º 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 #CC8660 is Cyan = 0, Magento = 0.34, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 134 | 96 | - |
| CMYK | 0 | 0.34 | 0.53 | 0.2 |
| HSL | 21.11º | 0.51% | 0.59% | - |
| HSV(B) | 21.11º | 0.53% | 0.8% | - |
| XYZ | 35.54 | 30.73 | 15.13 | - |
| YUV | 150.6 | 97.19 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 134 | 96 | 0 | 0.34 | 0.53 | 0.2 | 21.11 | 0.51 | 0.59 |
| Hex | CC | 86 | 60 | 0 | 22 | 35 | 14 | 15 | 33 | 3B |
| Octal | 314 | 206 | 140 | 0 | 42 | 65 | 24 | 25 | 63 | 73 |
| Binary | 11001100 | 10000110 | 1100000 | 0 | 100010 | 110101 | 10100 | 10101 | 110011 | 111011 |
Color Harmonies of #CC8660
Complementary color
Monochromatic Colors of #CC8660
Black with #CC8660
Text Example
Text Example
White with #CC8660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8660; }
p { color: rgb(204,134,96); }
H1.HeaderClassName
{
color: #CC8660;
}
.AnyTagClassName
{
color: #CC8660;
}
</style>
background-color css
<style>
a { background-color: #CC8660; }
a { background-color: rgb(204,134,96); }
div.DivClassName
{
background-color: #CC8660;
}
.BgClassName
{
background-color: #CC8660;
}
</style>
border-color css
<style>
span { border-color: #CC8660; }
span { border-color: rgb(204,134,96); }
td.TdClassName
{
border-color: #CC8660;
}
.TagClassName
{
border-color: #CC8660;
}
</style>