Shades of Burning Sand #CC846E
Tints of Burning Sand #CC846E
RGB
CMYK
RGB Variations
Color information
#CC846E (or 0xCC846E) is known color: Burning Sand. HEX triplet: CC, 84 and 6E. RGB value is (204,132,110). Sum of RGB (Red+Green+Blue) = 204+132+110=446 (59% of max value = 765). Red value is 204 (80.08% from 255 or 45.74% from 446); Green value is 132 (51.95% from 255 or 29.60% from 446); Blue value is 110 (43.36% from 255 or 24.66% from 446); Max value from RGB is 204 - color contains mainly: red. Hex color #CC846E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC846E is #337B91. Grayscale: #979797. Windows color (decimal): -3373970 or 7242956. OLE color: 7242956.
HSL color Cylindrical-coordinate representation of color #CC846E: hue angle of 14.04º 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 #CC846E is Cyan = 0, Magento = 0.35, Yellow = 0.46 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 110 | - |
| CMYK | 0 | 0.35 | 0.46 | 0.2 |
| HSL | 14.04º | 0.48% | 0.62% | - |
| HSV(B) | 14.04º | 0.46% | 0.8% | - |
| XYZ | 35.97 | 30.47 | 18.74 | - |
| YUV | 151.02 | 104.85 | 165.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 110 | 0 | 0.35 | 0.46 | 0.2 | 14.04 | 0.48 | 0.62 |
| Hex | CC | 84 | 6E | 0 | 23 | 2E | 14 | E | 30 | 3E |
| Octal | 314 | 204 | 156 | 0 | 43 | 56 | 24 | 16 | 60 | 76 |
| Binary | 11001100 | 10000100 | 1101110 | 0 | 100011 | 101110 | 10100 | 1110 | 110000 | 111110 |
Color Harmonies of #CC846E
Complementary color
Monochromatic Colors of #CC846E
Black with #CC846E
Text Example
Text Example
White with #CC846E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC846E; }
p { color: rgb(204,132,110); }
H1.HeaderClassName
{
color: #CC846E;
}
.AnyTagClassName
{
color: #CC846E;
}
</style>
background-color css
<style>
a { background-color: #CC846E; }
a { background-color: rgb(204,132,110); }
div.DivClassName
{
background-color: #CC846E;
}
.BgClassName
{
background-color: #CC846E;
}
</style>
border-color css
<style>
span { border-color: #CC846E; }
span { border-color: rgb(204,132,110); }
td.TdClassName
{
border-color: #CC846E;
}
.TagClassName
{
border-color: #CC846E;
}
</style>