Shades of Burning Sand #CC816F
Tints of Burning Sand #CC816F
RGB
CMYK
RGB Variations
Color information
#CC816F (or 0xCC816F) is known color: Burning Sand. HEX triplet: CC, 81 and 6F. RGB value is (204,129,111). Sum of RGB (Red+Green+Blue) = 204+129+111=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 111 (43.75% from 255 or 25% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816F is #337E90. Grayscale: #959595. Windows color (decimal): -3374737 or 7307724. OLE color: 7307724.
HSL color Cylindrical-coordinate representation of color #CC816F: hue angle of 11.61º 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 #CC816F is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 111 | - |
| CMYK | 0 | 0.37 | 0.46 | 0.2 |
| HSL | 11.61º | 0.48% | 0.62% | - |
| HSV(B) | 11.61º | 0.46% | 0.8% | - |
| XYZ | 35.62 | 29.69 | 18.89 | - |
| YUV | 149.37 | 106.35 | 166.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 111 | 0 | 0.37 | 0.46 | 0.2 | 11.61 | 0.48 | 0.62 |
| Hex | CC | 81 | 6F | 0 | 25 | 2E | 14 | C | 30 | 3E |
| Octal | 314 | 201 | 157 | 0 | 45 | 56 | 24 | 14 | 60 | 76 |
| Binary | 11001100 | 10000001 | 1101111 | 0 | 100101 | 101110 | 10100 | 1100 | 110000 | 111110 |
Color Harmonies of #CC816F
Complementary color
Monochromatic Colors of #CC816F
Black with #CC816F
Text Example
Text Example
White with #CC816F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC816F; }
p { color: rgb(204,129,111); }
H1.HeaderClassName
{
color: #CC816F;
}
.AnyTagClassName
{
color: #CC816F;
}
</style>
background-color css
<style>
a { background-color: #CC816F; }
a { background-color: rgb(204,129,111); }
div.DivClassName
{
background-color: #CC816F;
}
.BgClassName
{
background-color: #CC816F;
}
</style>
border-color css
<style>
span { border-color: #CC816F; }
span { border-color: rgb(204,129,111); }
td.TdClassName
{
border-color: #CC816F;
}
.TagClassName
{
border-color: #CC816F;
}
</style>