Shades of Mandy #CC4C5D
Tints of Mandy #CC4C5D
RGB
CMYK
RGB Variations
Color information
#CC4C5D (or 0xCC4C5D) is known color: Mandy. HEX triplet: CC, 4C and 5D. RGB value is (204,76,93). Sum of RGB (Red+Green+Blue) = 204+76+93=373 (49% of max value = 765). Red value is 204 (80.08% from 255 or 54.69% from 373); Green value is 76 (30.08% from 255 or 20.38% from 373); Blue value is 93 (36.72% from 255 or 24.93% from 373); Max value from RGB is 204 - color contains mainly: red. Hex color #CC4C5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CC4C5D is #33B3A2. Grayscale: #747474. Windows color (decimal): -3388323 or 6114508. OLE color: 6114508.
HSL color Cylindrical-coordinate representation of color #CC4C5D: hue angle of 352.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CC4C5D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 76 | 93 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.2 |
| HSL | 352.03º | 0.56% | 0.55% | - |
| HSV(B) | 352.03º | 0.63% | 0.8% | - |
| XYZ | 29.46 | 18.8 | 12.43 | - |
| YUV | 116.21 | 114.91 | 190.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 76 | 93 | 0 | 0.63 | 0.54 | 0.2 | 352.03 | 0.56 | 0.55 |
| Hex | CC | 4C | 5D | 0 | 3F | 36 | 14 | 160 | 38 | 37 |
| Octal | 314 | 114 | 135 | 0 | 77 | 66 | 24 | 540 | 70 | 67 |
| Binary | 11001100 | 1001100 | 1011101 | 0 | 111111 | 110110 | 10100 | 101100000 | 111000 | 110111 |
Color Harmonies of #CC4C5D
Complementary color
Monochromatic Colors of #CC4C5D
Black with #CC4C5D
Text Example
Text Example
White with #CC4C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC4C5D; }
p { color: rgb(204,76,93); }
H1.HeaderClassName
{
color: #CC4C5D;
}
.AnyTagClassName
{
color: #CC4C5D;
}
</style>
background-color css
<style>
a { background-color: #CC4C5D; }
a { background-color: rgb(204,76,93); }
div.DivClassName
{
background-color: #CC4C5D;
}
.BgClassName
{
background-color: #CC4C5D;
}
</style>
border-color css
<style>
span { border-color: #CC4C5D; }
span { border-color: rgb(204,76,93); }
td.TdClassName
{
border-color: #CC4C5D;
}
.TagClassName
{
border-color: #CC4C5D;
}
</style>