Shades of Burning Sand #CC8162
Tints of Burning Sand #CC8162
RGB
CMYK
RGB Variations
Color information
#CC8162 (or 0xCC8162) is known color: Burning Sand. HEX triplet: CC, 81 and 62. RGB value is (204,129,98). Sum of RGB (Red+Green+Blue) = 204+129+98=431 (57% of max value = 765). Red value is 204 (80.08% from 255 or 47.33% from 431); Green value is 129 (50.78% from 255 or 29.93% from 431); Blue value is 98 (38.67% from 255 or 22.74% from 431); Max value from RGB is 204 - color contains mainly: red. Hex color #CC8162 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC8162 is #337E9D. Grayscale: #949494. Windows color (decimal): -3374750 or 6455756. OLE color: 6455756.
HSL color Cylindrical-coordinate representation of color #CC8162: hue angle of 17.55º 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 #CC8162 is Cyan = 0, Magento = 0.37, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 98 | - |
| CMYK | 0 | 0.37 | 0.52 | 0.2 |
| HSL | 17.55º | 0.51% | 0.59% | - |
| HSV(B) | 17.55º | 0.52% | 0.8% | - |
| XYZ | 34.96 | 29.42 | 15.39 | - |
| YUV | 147.89 | 99.85 | 168.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 98 | 0 | 0.37 | 0.52 | 0.2 | 17.55 | 0.51 | 0.59 |
| Hex | CC | 81 | 62 | 0 | 25 | 34 | 14 | 12 | 33 | 3B |
| Octal | 314 | 201 | 142 | 0 | 45 | 64 | 24 | 22 | 63 | 73 |
| Binary | 11001100 | 10000001 | 1100010 | 0 | 100101 | 110100 | 10100 | 10010 | 110011 | 111011 |
Color Harmonies of #CC8162
Complementary color
Monochromatic Colors of #CC8162
Black with #CC8162
Text Example
Text Example
White with #CC8162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC8162; }
p { color: rgb(204,129,98); }
H1.HeaderClassName
{
color: #CC8162;
}
.AnyTagClassName
{
color: #CC8162;
}
</style>
background-color css
<style>
a { background-color: #CC8162; }
a { background-color: rgb(204,129,98); }
div.DivClassName
{
background-color: #CC8162;
}
.BgClassName
{
background-color: #CC8162;
}
</style>
border-color css
<style>
span { border-color: #CC8162; }
span { border-color: rgb(204,129,98); }
td.TdClassName
{
border-color: #CC8162;
}
.TagClassName
{
border-color: #CC8162;
}
</style>