Shades of Burning Sand #CC815E
Tints of Burning Sand #CC815E
RGB
CMYK
RGB Variations
Color information
#CC815E (or 0xCC815E) is known color: Burning Sand. HEX triplet: CC, 81 and 5E. RGB value is (204,129,94). Sum of RGB (Red+Green+Blue) = 204+129+94=427 (56% of max value = 765). Red value is 204 (80.08% from 255 or 47.78% from 427); Green value is 129 (50.78% from 255 or 30.21% from 427); Blue value is 94 (37.11% from 255 or 22.01% from 427); Max value from RGB is 204 - color contains mainly: red. Hex color #CC815E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC815E is #337EA1. Grayscale: #939393. Windows color (decimal): -3374754 or 6193612. OLE color: 6193612.
HSL color Cylindrical-coordinate representation of color #CC815E: hue angle of 19.09º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CC815E is Cyan = 0, Magento = 0.37, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 94 | - |
| CMYK | 0 | 0.37 | 0.54 | 0.2 |
| HSL | 19.09º | 0.52% | 0.58% | - |
| HSV(B) | 19.09º | 0.54% | 0.8% | - |
| XYZ | 34.77 | 29.35 | 14.42 | - |
| YUV | 147.44 | 97.85 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 94 | 0 | 0.37 | 0.54 | 0.2 | 19.09 | 0.52 | 0.58 |
| Hex | CC | 81 | 5E | 0 | 25 | 36 | 14 | 13 | 34 | 3A |
| Octal | 314 | 201 | 136 | 0 | 45 | 66 | 24 | 23 | 64 | 72 |
| Binary | 11001100 | 10000001 | 1011110 | 0 | 100101 | 110110 | 10100 | 10011 | 110100 | 111010 |
Color Harmonies of #CC815E
Complementary color
Monochromatic Colors of #CC815E
Black with #CC815E
Text Example
Text Example
White with #CC815E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC815E; }
p { color: rgb(204,129,94); }
H1.HeaderClassName
{
color: #CC815E;
}
.AnyTagClassName
{
color: #CC815E;
}
</style>
background-color css
<style>
a { background-color: #CC815E; }
a { background-color: rgb(204,129,94); }
div.DivClassName
{
background-color: #CC815E;
}
.BgClassName
{
background-color: #CC815E;
}
</style>
border-color css
<style>
span { border-color: #CC815E; }
span { border-color: rgb(204,129,94); }
td.TdClassName
{
border-color: #CC815E;
}
.TagClassName
{
border-color: #CC815E;
}
</style>