Shades of Mandy #CC4552
Tints of Mandy #CC4552
RGB
CMYK
RGB Variations
Color information
#CC4552 (or 0xCC4552) is known color: Mandy. HEX triplet: CC, 45 and 52. RGB value is (204,69,82). Sum of RGB (Red+Green+Blue) = 204+69+82=355 (47% of max value = 765). Red value is 204 (80.08% from 255 or 57.46% from 355); Green value is 69 (27.34% from 255 or 19.44% from 355); Blue value is 82 (32.42% from 255 or 23.10% from 355); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4552 is #33BAAD. Grayscale: #6E6E6E. Windows color (decimal): -3390126 or 5391820. OLE color: 5391820.
HSL color Cylindrical-coordinate representation of color #CC4552: hue angle of 354.22º 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 #CC4552 is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 69 | 82 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.2 |
| HSL | 354.22º | 0.57% | 0.54% | - |
| HSV(B) | 354.22º | 0.66% | 0.8% | - |
| XYZ | 28.55 | 17.7 | 9.89 | - |
| YUV | 110.85 | 111.73 | 194.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 69 | 82 | 0 | 0.66 | 0.60 | 0.2 | 354.22 | 0.57 | 0.54 |
| Hex | CC | 45 | 52 | 0 | 42 | 3C | 14 | 162 | 39 | 36 |
| Octal | 314 | 105 | 122 | 0 | 102 | 74 | 24 | 542 | 71 | 66 |
| Binary | 11001100 | 1000101 | 1010010 | 0 | 1000010 | 111100 | 10100 | 101100010 | 111001 | 110110 |
Color Harmonies of #CC4552
Complementary color
Monochromatic Colors of #CC4552
Black with #CC4552
Text Example
Text Example
White with #CC4552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4552; }
p { color: rgb(204,69,82); }
H1.HeaderClassName
{
color: #CC4552;
}
.AnyTagClassName
{
color: #CC4552;
}
</style>
background-color css
<style>
a { background-color: #CC4552; }
a { background-color: rgb(204,69,82); }
div.DivClassName
{
background-color: #CC4552;
}
.BgClassName
{
background-color: #CC4552;
}
</style>
border-color css
<style>
span { border-color: #CC4552; }
span { border-color: rgb(204,69,82); }
td.TdClassName
{
border-color: #CC4552;
}
.TagClassName
{
border-color: #CC4552;
}
</style>