Shades of Mandy #CC4652
Tints of Mandy #CC4652
RGB
CMYK
RGB Variations
Color information
#CC4652 (or 0xCC4652) is known color: Mandy. HEX triplet: CC, 46 and 52. RGB value is (204,70,82). Sum of RGB (Red+Green+Blue) = 204+70+82=356 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.30% from 356); Green value is 70 (27.73% from 255 or 19.66% from 356); Blue value is 82 (32.42% from 255 or 23.03% from 356); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4652 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4652 is #33B9AD. Grayscale: #6F6F6F. Windows color (decimal): -3389870 or 5392076. OLE color: 5392076.
HSL color Cylindrical-coordinate representation of color #CC4652: hue angle of 354.63º 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 #CC4652 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 70 | 82 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.2 |
| HSL | 354.63º | 0.57% | 0.54% | - |
| HSV(B) | 354.63º | 0.66% | 0.8% | - |
| XYZ | 28.61 | 17.83 | 9.92 | - |
| YUV | 111.43 | 111.39 | 194.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 70 | 82 | 0 | 0.66 | 0.60 | 0.2 | 354.63 | 0.57 | 0.54 |
| Hex | CC | 46 | 52 | 0 | 42 | 3C | 14 | 163 | 39 | 36 |
| Octal | 314 | 106 | 122 | 0 | 102 | 74 | 24 | 543 | 71 | 66 |
| Binary | 11001100 | 1000110 | 1010010 | 0 | 1000010 | 111100 | 10100 | 101100011 | 111001 | 110110 |
Color Harmonies of #CC4652
Complementary color
Monochromatic Colors of #CC4652
Black with #CC4652
Text Example
Text Example
White with #CC4652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4652; }
p { color: rgb(204,70,82); }
H1.HeaderClassName
{
color: #CC4652;
}
.AnyTagClassName
{
color: #CC4652;
}
</style>
background-color css
<style>
a { background-color: #CC4652; }
a { background-color: rgb(204,70,82); }
div.DivClassName
{
background-color: #CC4652;
}
.BgClassName
{
background-color: #CC4652;
}
</style>
border-color css
<style>
span { border-color: #CC4652; }
span { border-color: rgb(204,70,82); }
td.TdClassName
{
border-color: #CC4652;
}
.TagClassName
{
border-color: #CC4652;
}
</style>