Shades of Mandy #CC565B
Tints of Mandy #CC565B
RGB
CMYK
RGB Variations
Color information
#CC565B (or 0xCC565B) is known color: Mandy. HEX triplet: CC, 56 and 5B. RGB value is (204,86,91). Sum of RGB (Red+Green+Blue) = 204+86+91=381 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.54% from 381); Green value is 86 (33.98% from 255 or 22.57% from 381); Blue value is 91 (35.94% from 255 or 23.88% from 381); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565B is #33A9A4. Grayscale: #797979. Windows color (decimal): -3385765 or 5985996. OLE color: 5985996.
HSL color Cylindrical-coordinate representation of color #CC565B: hue angle of 357.46º degrees, saturation: 0.54, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CC565B is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 91 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.2 |
| HSL | 357.46º | 0.54% | 0.57% | - |
| HSV(B) | 357.46º | 0.58% | 0.8% | - |
| XYZ | 30.12 | 20.25 | 12.22 | - |
| YUV | 121.85 | 110.59 | 186.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 91 | 0 | 0.58 | 0.55 | 0.2 | 357.46 | 0.54 | 0.57 |
| Hex | CC | 56 | 5B | 0 | 3A | 37 | 14 | 165 | 36 | 39 |
| Octal | 314 | 126 | 133 | 0 | 72 | 67 | 24 | 545 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1011011 | 0 | 111010 | 110111 | 10100 | 101100101 | 110110 | 111001 |
Color Harmonies of #CC565B
Complementary color
Monochromatic Colors of #CC565B
Black with #CC565B
Text Example
Text Example
White with #CC565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC565B; }
p { color: rgb(204,86,91); }
H1.HeaderClassName
{
color: #CC565B;
}
.AnyTagClassName
{
color: #CC565B;
}
</style>
background-color css
<style>
a { background-color: #CC565B; }
a { background-color: rgb(204,86,91); }
div.DivClassName
{
background-color: #CC565B;
}
.BgClassName
{
background-color: #CC565B;
}
</style>
border-color css
<style>
span { border-color: #CC565B; }
span { border-color: rgb(204,86,91); }
td.TdClassName
{
border-color: #CC565B;
}
.TagClassName
{
border-color: #CC565B;
}
</style>