Shades of Mandy #CC5C63
Tints of Mandy #CC5C63
RGB
CMYK
RGB Variations
Color information
#CC5C63 (or 0xCC5C63) is known color: Mandy. HEX triplet: CC, 5C and 63. RGB value is (204,92,99). Sum of RGB (Red+Green+Blue) = 204+92+99=395 (52% of max value = 765). Red value is 204 (80.08% from 255 or 51.65% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 99 (39.06% from 255 or 25.06% from 395); Max value from RGB is 204 - color contains mainly: red. Hex color #CC5C63 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC5C63 is #33A39C. Grayscale: #7E7E7E. Windows color (decimal): -3384221 or 6511820. OLE color: 6511820.
HSL color Cylindrical-coordinate representation of color #CC5C63: hue angle of 356.25º degrees, saturation: 0.52, 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 #CC5C63 is Cyan = 0, Magento = 0.55, Yellow = 0.51 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 92 | 99 | - |
| CMYK | 0 | 0.55 | 0.51 | 0.2 |
| HSL | 356.25º | 0.52% | 0.58% | - |
| HSV(B) | 356.25º | 0.55% | 0.8% | - |
| XYZ | 30.98 | 21.39 | 14.3 | - |
| YUV | 126.29 | 112.61 | 183.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 92 | 99 | 0 | 0.55 | 0.51 | 0.2 | 356.25 | 0.52 | 0.58 |
| Hex | CC | 5C | 63 | 0 | 37 | 33 | 14 | 164 | 34 | 3A |
| Octal | 314 | 134 | 143 | 0 | 67 | 63 | 24 | 544 | 64 | 72 |
| Binary | 11001100 | 1011100 | 1100011 | 0 | 110111 | 110011 | 10100 | 101100100 | 110100 | 111010 |
Color Harmonies of #CC5C63
Complementary color
Monochromatic Colors of #CC5C63
Black with #CC5C63
Text Example
Text Example
White with #CC5C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC5C63; }
p { color: rgb(204,92,99); }
H1.HeaderClassName
{
color: #CC5C63;
}
.AnyTagClassName
{
color: #CC5C63;
}
</style>
background-color css
<style>
a { background-color: #CC5C63; }
a { background-color: rgb(204,92,99); }
div.DivClassName
{
background-color: #CC5C63;
}
.BgClassName
{
background-color: #CC5C63;
}
</style>
border-color css
<style>
span { border-color: #CC5C63; }
span { border-color: rgb(204,92,99); }
td.TdClassName
{
border-color: #CC5C63;
}
.TagClassName
{
border-color: #CC5C63;
}
</style>