Shades of Burning Sand #CC805C
Tints of Burning Sand #CC805C
RGB
CMYK
RGB Variations
Color information
#CC805C (or 0xCC805C) is known color: Burning Sand. HEX triplet: CC, 80 and 5C. RGB value is (204,128,92). Sum of RGB (Red+Green+Blue) = 204+128+92=424 (56% of max value = 765). Red value is 204 (80.08% from 255 or 48.11% from 424); Green value is 128 (50.39% from 255 or 30.19% from 424); Blue value is 92 (36.33% from 255 or 21.70% from 424); Max value from RGB is 204 - color contains mainly: red. Hex color #CC805C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC805C is #337FA3. Grayscale: #929292. Windows color (decimal): -3375012 or 6062284. OLE color: 6062284.
HSL color Cylindrical-coordinate representation of color #CC805C: hue angle of 19.29º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC805C is Cyan = 0, Magento = 0.37, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 128 | 92 | - |
| CMYK | 0 | 0.37 | 0.55 | 0.2 |
| HSL | 19.29º | 0.52% | 0.58% | - |
| HSV(B) | 19.29º | 0.55% | 0.8% | - |
| XYZ | 34.55 | 29.05 | 13.91 | - |
| YUV | 146.62 | 97.18 | 168.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 128 | 92 | 0 | 0.37 | 0.55 | 0.2 | 19.29 | 0.52 | 0.58 |
| Hex | CC | 80 | 5C | 0 | 25 | 37 | 14 | 13 | 34 | 3A |
| Octal | 314 | 200 | 134 | 0 | 45 | 67 | 24 | 23 | 64 | 72 |
| Binary | 11001100 | 10000000 | 1011100 | 0 | 100101 | 110111 | 10100 | 10011 | 110100 | 111010 |
Color Harmonies of #CC805C
Complementary color
Monochromatic Colors of #CC805C
Black with #CC805C
Text Example
Text Example
White with #CC805C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC805C; }
p { color: rgb(204,128,92); }
H1.HeaderClassName
{
color: #CC805C;
}
.AnyTagClassName
{
color: #CC805C;
}
</style>
background-color css
<style>
a { background-color: #CC805C; }
a { background-color: rgb(204,128,92); }
div.DivClassName
{
background-color: #CC805C;
}
.BgClassName
{
background-color: #CC805C;
}
</style>
border-color css
<style>
span { border-color: #CC805C; }
span { border-color: rgb(204,128,92); }
td.TdClassName
{
border-color: #CC805C;
}
.TagClassName
{
border-color: #CC805C;
}
</style>