Shades of Mandy #CC5B63
Tints of Mandy #CC5B63
RGB
CMYK
RGB Variations
Color information
#CC5B63 (or 0xCC5B63) is known color: Mandy. HEX triplet: CC, 5B and 63. RGB value is (204,91,99). Sum of RGB (Red+Green+Blue) = 204+91+99=394 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.78% from 394); Green value is 91 (35.94% from 255 or 23.10% from 394); Blue value is 99 (39.06% from 255 or 25.13% from 394); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5B63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5B63 is #33A49C. Grayscale: #7D7D7D. Windows color (decimal): -3384477 or 6511564. OLE color: 6511564.
HSL color Cylindrical-coordinate representation of color #CC5B63: hue angle of 355.75º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CC5B63 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 91 | 99 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.2 |
| HSL | 355.75º | 0.53% | 0.58% | - |
| HSV(B) | 355.75º | 0.55% | 0.8% | - |
| XYZ | 30.9 | 21.22 | 14.27 | - |
| YUV | 125.7 | 112.94 | 183.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 91 | 99 | 0 | 0.55 | 0.51 | 0.2 | 355.75 | 0.53 | 0.58 |
| Hex | CC | 5B | 63 | 0 | 37 | 33 | 14 | 164 | 35 | 3A |
| Octal | 314 | 133 | 143 | 0 | 67 | 63 | 24 | 544 | 65 | 72 |
| Binary | 11001100 | 1011011 | 1100011 | 0 | 110111 | 110011 | 10100 | 101100100 | 110101 | 111010 |
Color Harmonies of #CC5B63
Complementary color
Monochromatic Colors of #CC5B63
Black with #CC5B63
Text Example
Text Example
White with #CC5B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5B63; }
p { color: rgb(204,91,99); }
H1.HeaderClassName
{
color: #CC5B63;
}
.AnyTagClassName
{
color: #CC5B63;
}
</style>
background-color css
<style>
a { background-color: #CC5B63; }
a { background-color: rgb(204,91,99); }
div.DivClassName
{
background-color: #CC5B63;
}
.BgClassName
{
background-color: #CC5B63;
}
</style>
border-color css
<style>
span { border-color: #CC5B63; }
span { border-color: rgb(204,91,99); }
td.TdClassName
{
border-color: #CC5B63;
}
.TagClassName
{
border-color: #CC5B63;
}
</style>