Shades of Burning Sand #CC805F
Tints of Burning Sand #CC805F
RGB
CMYK
RGB Variations
Color information
#CC805F (or 0xCC805F) is known color: Burning Sand. HEX triplet: CC, 80 and 5F. RGB value is (204,128,95). Sum of RGB (Red+Green+Blue) = 204+128+95=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 128 (50.39% from 255 or 29.98% from 427); Blue value is 95 (37.5% from 255 or 22.25% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805F is #337FA0. Grayscale: #939393. Windows color (decimal): -3375009 or 6258892. OLE color: 6258892.
HSL color Cylindrical-coordinate representation of color #CC805F: hue angle of 18.17º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #CC805F is Cyan = 0, Magento = 0.37, Yellow = 0.53 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 95 | - |
| CMYK | 0 | 0.37 | 0.53 | 0.2 |
| HSL | 18.17º | 0.52% | 0.59% | - |
| HSV(B) | 18.17º | 0.53% | 0.8% | - |
| XYZ | 34.69 | 29.1 | 14.62 | - |
| YUV | 146.96 | 98.68 | 168.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 95 | 0 | 0.37 | 0.53 | 0.2 | 18.17 | 0.52 | 0.59 |
| Hex | CC | 80 | 5F | 0 | 25 | 35 | 14 | 12 | 34 | 3B |
| Octal | 314 | 200 | 137 | 0 | 45 | 65 | 24 | 22 | 64 | 73 |
| Binary | 11001100 | 10000000 | 1011111 | 0 | 100101 | 110101 | 10100 | 10010 | 110100 | 111011 |
Color Harmonies of #CC805F
Complementary color
Monochromatic Colors of #CC805F
Black with #CC805F
Text Example
Text Example
White with #CC805F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC805F; }
p { color: rgb(204,128,95); }
H1.HeaderClassName
{
color: #CC805F;
}
.AnyTagClassName
{
color: #CC805F;
}
</style>
background-color css
<style>
a { background-color: #CC805F; }
a { background-color: rgb(204,128,95); }
div.DivClassName
{
background-color: #CC805F;
}
.BgClassName
{
background-color: #CC805F;
}
</style>
border-color css
<style>
span { border-color: #CC805F; }
span { border-color: rgb(204,128,95); }
td.TdClassName
{
border-color: #CC805F;
}
.TagClassName
{
border-color: #CC805F;
}
</style>