Shades of Mandy #CC5A63
Tints of Mandy #CC5A63
RGB
CMYK
RGB Variations
Color information
#CC5A63 (or 0xCC5A63) is known color: Mandy. HEX triplet: CC, 5A and 63. RGB value is (204,90,99). Sum of RGB (Red+Green+Blue) = 204+90+99=393 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.91% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 99 (39.06% from 255 or 25.19% from 393); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5A63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5A63 is #33A59C. Grayscale: #7D7D7D. Windows color (decimal): -3384733 or 6511308. OLE color: 6511308.
HSL color Cylindrical-coordinate representation of color #CC5A63: hue angle of 355.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CC5A63 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 90 | 99 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.2 |
| HSL | 355.26º | 0.53% | 0.58% | - |
| HSV(B) | 355.26º | 0.56% | 0.8% | - |
| XYZ | 30.81 | 21.05 | 14.24 | - |
| YUV | 125.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 90 | 99 | 0 | 0.56 | 0.51 | 0.2 | 355.26 | 0.53 | 0.58 |
| Hex | CC | 5A | 63 | 0 | 38 | 33 | 14 | 163 | 35 | 3A |
| Octal | 314 | 132 | 143 | 0 | 70 | 63 | 24 | 543 | 65 | 72 |
| Binary | 11001100 | 1011010 | 1100011 | 0 | 111000 | 110011 | 10100 | 101100011 | 110101 | 111010 |
Color Harmonies of #CC5A63
Complementary color
Monochromatic Colors of #CC5A63
Black with #CC5A63
Text Example
Text Example
White with #CC5A63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5A63; }
p { color: rgb(204,90,99); }
H1.HeaderClassName
{
color: #CC5A63;
}
.AnyTagClassName
{
color: #CC5A63;
}
</style>
background-color css
<style>
a { background-color: #CC5A63; }
a { background-color: rgb(204,90,99); }
div.DivClassName
{
background-color: #CC5A63;
}
.BgClassName
{
background-color: #CC5A63;
}
</style>
border-color css
<style>
span { border-color: #CC5A63; }
span { border-color: rgb(204,90,99); }
td.TdClassName
{
border-color: #CC5A63;
}
.TagClassName
{
border-color: #CC5A63;
}
</style>