Shades of Burning Sand #CC805A
Tints of Burning Sand #CC805A
RGB
CMYK
RGB Variations
Color information
#CC805A (or 0xCC805A) is known color: Burning Sand. HEX triplet: CC, 80 and 5A. RGB value is (204,128,90). Sum of RGB (Red+Green+Blue) = 204+128+90=422 (55% of max value = 765). Red value is 204 (80.08% from 255 or 48.34% from 422); Green value is 128 (50.39% from 255 or 30.33% from 422); Blue value is 90 (35.55% from 255 or 21.33% from 422); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805A is #337FA5. Grayscale: #929292. Windows color (decimal): -3375014 or 5931212. OLE color: 5931212.
HSL color Cylindrical-coordinate representation of color #CC805A: hue angle of 20º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC805A is Cyan = 0, Magento = 0.37, Yellow = 0.56 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 90 | - |
| CMYK | 0 | 0.37 | 0.56 | 0.2 |
| HSL | 20º | 0.53% | 0.58% | - |
| HSV(B) | 20º | 0.56% | 0.8% | - |
| XYZ | 34.47 | 29.01 | 13.46 | - |
| YUV | 146.39 | 96.18 | 169.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 90 | 0 | 0.37 | 0.56 | 0.2 | 20 | 0.53 | 0.58 |
| Hex | CC | 80 | 5A | 0 | 25 | 38 | 14 | 14 | 35 | 3A |
| Octal | 314 | 200 | 132 | 0 | 45 | 70 | 24 | 24 | 65 | 72 |
| Binary | 11001100 | 10000000 | 1011010 | 0 | 100101 | 111000 | 10100 | 10100 | 110101 | 111010 |
Color Harmonies of #CC805A
Complementary color
Monochromatic Colors of #CC805A
Black with #CC805A
Text Example
Text Example
White with #CC805A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC805A; }
p { color: rgb(204,128,90); }
H1.HeaderClassName
{
color: #CC805A;
}
.AnyTagClassName
{
color: #CC805A;
}
</style>
background-color css
<style>
a { background-color: #CC805A; }
a { background-color: rgb(204,128,90); }
div.DivClassName
{
background-color: #CC805A;
}
.BgClassName
{
background-color: #CC805A;
}
</style>
border-color css
<style>
span { border-color: #CC805A; }
span { border-color: rgb(204,128,90); }
td.TdClassName
{
border-color: #CC805A;
}
.TagClassName
{
border-color: #CC805A;
}
</style>