Shades of Burning Sand #CC806E
Tints of Burning Sand #CC806E
RGB
CMYK
RGB Variations
Color information
#CC806E (or 0xCC806E) is known color: Burning Sand. HEX triplet: CC, 80 and 6E. RGB value is (204,128,110). Sum of RGB (Red+Green+Blue) = 204+128+110=442 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.15% from 442); Green value is 128 (50.39% from 255 or 28.96% from 442); Blue value is 110 (43.36% from 255 or 24.89% from 442); Max value from RGB is 204 - color contains mainly: red. Hex color #CC806E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC806E is #337F91. Grayscale: #949494. Windows color (decimal): -3374994 or 7241932. OLE color: 7241932.
HSL color Cylindrical-coordinate representation of color #CC806E: hue angle of 11.49º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #CC806E is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 110 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.2 |
| HSL | 11.49º | 0.48% | 0.62% | - |
| HSV(B) | 11.49º | 0.46% | 0.8% | - |
| XYZ | 35.44 | 29.4 | 18.56 | - |
| YUV | 148.67 | 106.18 | 167.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 110 | 0 | 0.37 | 0.46 | 0.2 | 11.49 | 0.48 | 0.62 |
| Hex | CC | 80 | 6E | 0 | 25 | 2E | 14 | B | 30 | 3E |
| Octal | 314 | 200 | 156 | 0 | 45 | 56 | 24 | 13 | 60 | 76 |
| Binary | 11001100 | 10000000 | 1101110 | 0 | 100101 | 101110 | 10100 | 1011 | 110000 | 111110 |
Color Harmonies of #CC806E
Complementary color
Monochromatic Colors of #CC806E
Black with #CC806E
Text Example
Text Example
White with #CC806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC806E; }
p { color: rgb(204,128,110); }
H1.HeaderClassName
{
color: #CC806E;
}
.AnyTagClassName
{
color: #CC806E;
}
</style>
background-color css
<style>
a { background-color: #CC806E; }
a { background-color: rgb(204,128,110); }
div.DivClassName
{
background-color: #CC806E;
}
.BgClassName
{
background-color: #CC806E;
}
</style>
border-color css
<style>
span { border-color: #CC806E; }
span { border-color: rgb(204,128,110); }
td.TdClassName
{
border-color: #CC806E;
}
.TagClassName
{
border-color: #CC806E;
}
</style>