Shades of Mandy #CC4D58
Tints of Mandy #CC4D58
RGB
CMYK
RGB Variations
Color information
#CC4D58 (or 0xCC4D58) is known color: Mandy. HEX triplet: CC, 4D and 58. RGB value is (204,77,88). Sum of RGB (Red+Green+Blue) = 204+77+88=369 (48% of max value = 765). Red value is 204 (80.08% from 255 or 55.28% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 88 (34.77% from 255 or 23.85% from 369); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4D58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC4D58 is #33B2A7. Grayscale: #747474. Windows color (decimal): -3388072 or 5787084. OLE color: 5787084.
HSL color Cylindrical-coordinate representation of color #CC4D58: hue angle of 354.8º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #CC4D58 is Cyan = 0, Magento = 0.62, Yellow = 0.57 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 77 | 88 | - |
| CMYK | 0 | 0.62 | 0.57 | 0.2 |
| HSL | 354.8º | 0.55% | 0.55% | - |
| HSV(B) | 354.8º | 0.62% | 0.8% | - |
| XYZ | 29.32 | 18.85 | 11.33 | - |
| YUV | 116.23 | 112.08 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 77 | 88 | 0 | 0.62 | 0.57 | 0.2 | 354.8 | 0.55 | 0.55 |
| Hex | CC | 4D | 58 | 0 | 3E | 39 | 14 | 163 | 37 | 37 |
| Octal | 314 | 115 | 130 | 0 | 76 | 71 | 24 | 543 | 67 | 67 |
| Binary | 11001100 | 1001101 | 1011000 | 0 | 111110 | 111001 | 10100 | 101100011 | 110111 | 110111 |
Color Harmonies of #CC4D58
Complementary color
Monochromatic Colors of #CC4D58
Black with #CC4D58
Text Example
Text Example
White with #CC4D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4D58; }
p { color: rgb(204,77,88); }
H1.HeaderClassName
{
color: #CC4D58;
}
.AnyTagClassName
{
color: #CC4D58;
}
</style>
background-color css
<style>
a { background-color: #CC4D58; }
a { background-color: rgb(204,77,88); }
div.DivClassName
{
background-color: #CC4D58;
}
.BgClassName
{
background-color: #CC4D58;
}
</style>
border-color css
<style>
span { border-color: #CC4D58; }
span { border-color: rgb(204,77,88); }
td.TdClassName
{
border-color: #CC4D58;
}
.TagClassName
{
border-color: #CC4D58;
}
</style>