Shades of Mandy #CC4656
Tints of Mandy #CC4656
RGB
CMYK
RGB Variations
Color information
#CC4656 (or 0xCC4656) is known color: Mandy. HEX triplet: CC, 46 and 56. RGB value is (204,70,86). Sum of RGB (Red+Green+Blue) = 204+70+86=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 86 (33.98% from 255 or 23.89% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4656 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4656 is #33B9A9. Grayscale: #6F6F6F. Windows color (decimal): -3389866 or 5654220. OLE color: 5654220.
HSL color Cylindrical-coordinate representation of color #CC4656: hue angle of 352.84º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #CC4656 is Cyan = 0, Magento = 0.66, Yellow = 0.58 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 86 | - |
| CMYK | 0 | 0.66 | 0.58 | 0.2 |
| HSL | 352.84º | 0.57% | 0.54% | - |
| HSV(B) | 352.84º | 0.66% | 0.8% | - |
| XYZ | 28.77 | 17.89 | 10.74 | - |
| YUV | 111.89 | 113.39 | 193.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 86 | 0 | 0.66 | 0.58 | 0.2 | 352.84 | 0.57 | 0.54 |
| Hex | CC | 46 | 56 | 0 | 42 | 3A | 14 | 161 | 39 | 36 |
| Octal | 314 | 106 | 126 | 0 | 102 | 72 | 24 | 541 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1010110 | 0 | 1000010 | 111010 | 10100 | 101100001 | 111001 | 110110 |
Color Harmonies of #CC4656
Complementary color
Monochromatic Colors of #CC4656
Black with #CC4656
Text Example
Text Example
White with #CC4656
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4656; }
p { color: rgb(204,70,86); }
H1.HeaderClassName
{
color: #CC4656;
}
.AnyTagClassName
{
color: #CC4656;
}
</style>
background-color css
<style>
a { background-color: #CC4656; }
a { background-color: rgb(204,70,86); }
div.DivClassName
{
background-color: #CC4656;
}
.BgClassName
{
background-color: #CC4656;
}
</style>
border-color css
<style>
span { border-color: #CC4656; }
span { border-color: rgb(204,70,86); }
td.TdClassName
{
border-color: #CC4656;
}
.TagClassName
{
border-color: #CC4656;
}
</style>