Shades of Mandy #CC5965
Tints of Mandy #CC5965
RGB
CMYK
RGB Variations
Color information
#CC5965 (or 0xCC5965) is known color: Mandy. HEX triplet: CC, 59 and 65. RGB value is (204,89,101). Sum of RGB (Red+Green+Blue) = 204+89+101=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 89 (35.16% from 255 or 22.59% from 394); Blue value is 101 (39.84% from 255 or 25.63% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5965 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5965 is #33A69A. Grayscale: #7C7C7C. Windows color (decimal): -3384987 or 6642124. OLE color: 6642124.
HSL color Cylindrical-coordinate representation of color #CC5965: hue angle of 353.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5965 is Cyan = 0, Magento = 0.56, Yellow = 0.50 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 89 | 101 | - |
| CMYK | 0 | 0.56 | 0.50 | 0.2 |
| HSL | 353.74º | 0.53% | 0.57% | - |
| HSV(B) | 353.74º | 0.56% | 0.8% | - |
| XYZ | 30.82 | 20.92 | 14.73 | - |
| YUV | 124.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 89 | 101 | 0 | 0.56 | 0.50 | 0.2 | 353.74 | 0.53 | 0.57 |
| Hex | CC | 59 | 65 | 0 | 38 | 32 | 14 | 162 | 35 | 39 |
| Octal | 314 | 131 | 145 | 0 | 70 | 62 | 24 | 542 | 65 | 71 |
| Binary | 11001100 | 1011001 | 1100101 | 0 | 111000 | 110010 | 10100 | 101100010 | 110101 | 111001 |
Color Harmonies of #CC5965
Complementary color
Monochromatic Colors of #CC5965
Black with #CC5965
Text Example
Text Example
White with #CC5965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5965; }
p { color: rgb(204,89,101); }
H1.HeaderClassName
{
color: #CC5965;
}
.AnyTagClassName
{
color: #CC5965;
}
</style>
background-color css
<style>
a { background-color: #CC5965; }
a { background-color: rgb(204,89,101); }
div.DivClassName
{
background-color: #CC5965;
}
.BgClassName
{
background-color: #CC5965;
}
</style>
border-color css
<style>
span { border-color: #CC5965; }
span { border-color: rgb(204,89,101); }
td.TdClassName
{
border-color: #CC5965;
}
.TagClassName
{
border-color: #CC5965;
}
</style>