Shades of Burning Sand #CC806D
Tints of Burning Sand #CC806D
RGB
CMYK
RGB Variations
Color information
#CC806D (or 0xCC806D) is known color: Burning Sand. HEX triplet: CC, 80 and 6D. RGB value is (204,128,109). Sum of RGB (Red+Green+Blue) = 204+128+109=441 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.26% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 109 (42.97% from 255 or 24.72% from 441); Max value from RGB is 204 - color contains mainly: red. Hex color #CC806D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC806D is #337F92. Grayscale: #949494. Windows color (decimal): -3374995 or 7176396. OLE color: 7176396.
HSL color Cylindrical-coordinate representation of color #CC806D: hue angle of 12º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC806D is Cyan = 0, Magento = 0.37, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 109 | - |
| CMYK | 0 | 0.37 | 0.47 | 0.2 |
| HSL | 12º | 0.48% | 0.61% | - |
| HSV(B) | 12º | 0.47% | 0.8% | - |
| XYZ | 35.38 | 29.38 | 18.27 | - |
| YUV | 148.56 | 105.68 | 167.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 109 | 0 | 0.37 | 0.47 | 0.2 | 12 | 0.48 | 0.61 |
| Hex | CC | 80 | 6D | 0 | 25 | 2F | 14 | C | 30 | 3D |
| Octal | 314 | 200 | 155 | 0 | 45 | 57 | 24 | 14 | 60 | 75 |
| Binary | 11001100 | 10000000 | 1101101 | 0 | 100101 | 101111 | 10100 | 1100 | 110000 | 111101 |
Color Harmonies of #CC806D
Complementary color
Monochromatic Colors of #CC806D
Black with #CC806D
Text Example
Text Example
White with #CC806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC806D; }
p { color: rgb(204,128,109); }
H1.HeaderClassName
{
color: #CC806D;
}
.AnyTagClassName
{
color: #CC806D;
}
</style>
background-color css
<style>
a { background-color: #CC806D; }
a { background-color: rgb(204,128,109); }
div.DivClassName
{
background-color: #CC806D;
}
.BgClassName
{
background-color: #CC806D;
}
</style>
border-color css
<style>
span { border-color: #CC806D; }
span { border-color: rgb(204,128,109); }
td.TdClassName
{
border-color: #CC806D;
}
.TagClassName
{
border-color: #CC806D;
}
</style>