Shades of Burning Sand #CC816B
Tints of Burning Sand #CC816B
RGB
CMYK
RGB Variations
Color information
#CC816B (or 0xCC816B) is known color: Burning Sand. HEX triplet: CC, 81 and 6B. RGB value is (204,129,107). Sum of RGB (Red+Green+Blue) = 204+129+107=440 (58% of max value = 765). Red value is 204 (80.08% from 255 or 46.36% from 440); Green value is 129 (50.78% from 255 or 29.32% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 204 - color contains mainly: red. Hex color #CC816B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC816B is #337E94. Grayscale: #959595. Windows color (decimal): -3374741 or 7045580. OLE color: 7045580.
HSL color Cylindrical-coordinate representation of color #CC816B: hue angle of 13.61º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #CC816B is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 129 | 107 | - |
| CMYK | 0 | 0.37 | 0.48 | 0.2 |
| HSL | 13.61º | 0.49% | 0.61% | - |
| HSV(B) | 13.61º | 0.48% | 0.8% | - |
| XYZ | 35.41 | 29.6 | 17.76 | - |
| YUV | 148.92 | 104.35 | 167.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 129 | 107 | 0 | 0.37 | 0.48 | 0.2 | 13.61 | 0.49 | 0.61 |
| Hex | CC | 81 | 6B | 0 | 25 | 30 | 14 | E | 31 | 3D |
| Octal | 314 | 201 | 153 | 0 | 45 | 60 | 24 | 16 | 61 | 75 |
| Binary | 11001100 | 10000001 | 1101011 | 0 | 100101 | 110000 | 10100 | 1110 | 110001 | 111101 |
Color Harmonies of #CC816B
Complementary color
Monochromatic Colors of #CC816B
Black with #CC816B
Text Example
Text Example
White with #CC816B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC816B; }
p { color: rgb(204,129,107); }
H1.HeaderClassName
{
color: #CC816B;
}
.AnyTagClassName
{
color: #CC816B;
}
</style>
background-color css
<style>
a { background-color: #CC816B; }
a { background-color: rgb(204,129,107); }
div.DivClassName
{
background-color: #CC816B;
}
.BgClassName
{
background-color: #CC816B;
}
</style>
border-color css
<style>
span { border-color: #CC816B; }
span { border-color: rgb(204,129,107); }
td.TdClassName
{
border-color: #CC816B;
}
.TagClassName
{
border-color: #CC816B;
}
</style>