Shades of Burning Sand #CC846D
Tints of Burning Sand #CC846D
RGB
CMYK
RGB Variations
Color information
#CC846D (or 0xCC846D) is known color: Burning Sand. HEX triplet: CC, 84 and 6D. RGB value is (204,132,109). Sum of RGB (Red+Green+Blue) = 204+132+109=445 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.84% from 445); Green value is 132 (51.95% from 255 or 29.66% from 445); Blue value is 109 (42.97% from 255 or 24.49% from 445); Max value from RGB is 204 - color contains mainly: red. Hex color #CC846D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC846D is #337B92. Grayscale: #979797. Windows color (decimal): -3373971 or 7177420. OLE color: 7177420.
HSL color Cylindrical-coordinate representation of color #CC846D: hue angle of 14.53º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #CC846D is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 109 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.2 |
| HSL | 14.53º | 0.48% | 0.61% | - |
| HSV(B) | 14.53º | 0.47% | 0.8% | - |
| XYZ | 35.91 | 30.44 | 18.45 | - |
| YUV | 150.91 | 104.35 | 165.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 109 | 0 | 0.35 | 0.47 | 0.2 | 14.53 | 0.48 | 0.61 |
| Hex | CC | 84 | 6D | 0 | 23 | 2F | 14 | F | 30 | 3D |
| Octal | 314 | 204 | 155 | 0 | 43 | 57 | 24 | 17 | 60 | 75 |
| Binary | 11001100 | 10000100 | 1101101 | 0 | 100011 | 101111 | 10100 | 1111 | 110000 | 111101 |
Color Harmonies of #CC846D
Complementary color
Monochromatic Colors of #CC846D
Black with #CC846D
Text Example
Text Example
White with #CC846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC846D; }
p { color: rgb(204,132,109); }
H1.HeaderClassName
{
color: #CC846D;
}
.AnyTagClassName
{
color: #CC846D;
}
</style>
background-color css
<style>
a { background-color: #CC846D; }
a { background-color: rgb(204,132,109); }
div.DivClassName
{
background-color: #CC846D;
}
.BgClassName
{
background-color: #CC846D;
}
</style>
border-color css
<style>
span { border-color: #CC846D; }
span { border-color: rgb(204,132,109); }
td.TdClassName
{
border-color: #CC846D;
}
.TagClassName
{
border-color: #CC846D;
}
</style>