Shades of Mandy #CC4458
Tints of Mandy #CC4458
RGB
CMYK
RGB Variations
Color information
#CC4458 (or 0xCC4458) is known color: Mandy. HEX triplet: CC, 44 and 58. RGB value is (204,68,88). Sum of RGB (Red+Green+Blue) = 204+68+88=360 (47% of max value = 765). Red value is 204 (80.08% from 255 or 56.67% from 360); Green value is 68 (26.95% from 255 or 18.89% from 360); Blue value is 88 (34.77% from 255 or 24.44% from 360); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4458 is #33BBA7. Grayscale: #6F6F6F. Windows color (decimal): -3390376 or 5784780. OLE color: 5784780.
HSL color Cylindrical-coordinate representation of color #CC4458: hue angle of 351.18º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #CC4458 is Cyan = 0, Magento = 0.67, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 68 | 88 | - |
| CMYK | 0 | 0.67 | 0.57 | 0.2 |
| HSL | 351.18º | 0.57% | 0.53% | - |
| HSV(B) | 351.18º | 0.67% | 0.8% | - |
| XYZ | 28.73 | 17.68 | 11.13 | - |
| YUV | 110.94 | 115.06 | 194.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 68 | 88 | 0 | 0.67 | 0.57 | 0.2 | 351.18 | 0.57 | 0.53 |
| Hex | CC | 44 | 58 | 0 | 43 | 39 | 14 | 15F | 39 | 35 |
| Octal | 314 | 104 | 130 | 0 | 103 | 71 | 24 | 537 | 71 | 65 |
| Binary | 11001100 | 1000100 | 1011000 | 0 | 1000011 | 111001 | 10100 | 101011111 | 111001 | 110101 |
Color Harmonies of #CC4458
Complementary color
Monochromatic Colors of #CC4458
Black with #CC4458
Text Example
Text Example
White with #CC4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4458; }
p { color: rgb(204,68,88); }
H1.HeaderClassName
{
color: #CC4458;
}
.AnyTagClassName
{
color: #CC4458;
}
</style>
background-color css
<style>
a { background-color: #CC4458; }
a { background-color: rgb(204,68,88); }
div.DivClassName
{
background-color: #CC4458;
}
.BgClassName
{
background-color: #CC4458;
}
</style>
border-color css
<style>
span { border-color: #CC4458; }
span { border-color: rgb(204,68,88); }
td.TdClassName
{
border-color: #CC4458;
}
.TagClassName
{
border-color: #CC4458;
}
</style>