Shades of Burning Sand #CC846C
Tints of Burning Sand #CC846C
RGB
CMYK
RGB Variations
Color information
#CC846C (or 0xCC846C) is known color: Burning Sand. HEX triplet: CC, 84 and 6C. RGB value is (204,132,108). Sum of RGB (Red+Green+Blue) = 204+132+108=444 (58% of max value = 765). Red value is 204 (80.08% from 255 or 45.95% from 444); Green value is 132 (51.95% from 255 or 29.73% from 444); Blue value is 108 (42.58% from 255 or 24.32% from 444); Max value from RGB is 204 - color contains mainly: red. Hex color #CC846C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #CC846C is #337B93. Grayscale: #969696. Windows color (decimal): -3373972 or 7111884. OLE color: 7111884.
HSL color Cylindrical-coordinate representation of color #CC846C: hue angle of 15º 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 #CC846C is Cyan = 0, Magento = 0.35, Yellow = 0.47 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 132 | 108 | - |
| CMYK | 0 | 0.35 | 0.47 | 0.2 |
| HSL | 15º | 0.48% | 0.61% | - |
| HSV(B) | 15º | 0.47% | 0.8% | - |
| XYZ | 35.86 | 30.42 | 18.17 | - |
| YUV | 150.79 | 103.85 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 132 | 108 | 0 | 0.35 | 0.47 | 0.2 | 15 | 0.48 | 0.61 |
| Hex | CC | 84 | 6C | 0 | 23 | 2F | 14 | F | 30 | 3D |
| Octal | 314 | 204 | 154 | 0 | 43 | 57 | 24 | 17 | 60 | 75 |
| Binary | 11001100 | 10000100 | 1101100 | 0 | 100011 | 101111 | 10100 | 1111 | 110000 | 111101 |
Color Harmonies of #CC846C
Complementary color
Monochromatic Colors of #CC846C
Black with #CC846C
Text Example
Text Example
White with #CC846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC846C; }
p { color: rgb(204,132,108); }
H1.HeaderClassName
{
color: #CC846C;
}
.AnyTagClassName
{
color: #CC846C;
}
</style>
background-color css
<style>
a { background-color: #CC846C; }
a { background-color: rgb(204,132,108); }
div.DivClassName
{
background-color: #CC846C;
}
.BgClassName
{
background-color: #CC846C;
}
</style>
border-color css
<style>
span { border-color: #CC846C; }
span { border-color: rgb(204,132,108); }
td.TdClassName
{
border-color: #CC846C;
}
.TagClassName
{
border-color: #CC846C;
}
</style>