Shades of Burning Sand #CC8762
Tints of Burning Sand #CC8762
RGB
CMYK
RGB Variations
Color information
#CC8762 (or 0xCC8762) is known color: Burning Sand. HEX triplet: CC, 87 and 62. RGB value is (204,135,98). Sum of RGB (Red+Green+Blue) = 204+135+98=437 (57% of max value = 765). Red value is 204 (80.08% from 255 or 46.68% from 437); Green value is 135 (53.12% from 255 or 30.89% from 437); Blue value is 98 (38.67% from 255 or 22.43% from 437); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8762 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8762 is #33789D. Grayscale: #979797. Windows color (decimal): -3373214 or 6457292. OLE color: 6457292.
HSL color Cylindrical-coordinate representation of color #CC8762: hue angle of 20.94º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #CC8762 is Cyan = 0, Magento = 0.34, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 135 | 98 | - |
| CMYK | 0 | 0.34 | 0.52 | 0.2 |
| HSL | 20.94º | 0.51% | 0.59% | - |
| HSV(B) | 20.94º | 0.52% | 0.8% | - |
| XYZ | 35.77 | 31.05 | 15.66 | - |
| YUV | 151.41 | 97.86 | 165.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 135 | 98 | 0 | 0.34 | 0.52 | 0.2 | 20.94 | 0.51 | 0.59 |
| Hex | CC | 87 | 62 | 0 | 22 | 34 | 14 | 15 | 33 | 3B |
| Octal | 314 | 207 | 142 | 0 | 42 | 64 | 24 | 25 | 63 | 73 |
| Binary | 11001100 | 10000111 | 1100010 | 0 | 100010 | 110100 | 10100 | 10101 | 110011 | 111011 |
Color Harmonies of #CC8762
Complementary color
Monochromatic Colors of #CC8762
Black with #CC8762
Text Example
Text Example
White with #CC8762
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8762; }
p { color: rgb(204,135,98); }
H1.HeaderClassName
{
color: #CC8762;
}
.AnyTagClassName
{
color: #CC8762;
}
</style>
background-color css
<style>
a { background-color: #CC8762; }
a { background-color: rgb(204,135,98); }
div.DivClassName
{
background-color: #CC8762;
}
.BgClassName
{
background-color: #CC8762;
}
</style>
border-color css
<style>
span { border-color: #CC8762; }
span { border-color: rgb(204,135,98); }
td.TdClassName
{
border-color: #CC8762;
}
.TagClassName
{
border-color: #CC8762;
}
</style>