Shades of Mandy #CC565C
Tints of Mandy #CC565C
RGB
CMYK
RGB Variations
Color information
#CC565C (or 0xCC565C) is known color: Mandy. HEX triplet: CC, 56 and 5C. RGB value is (204,86,92). Sum of RGB (Red+Green+Blue) = 204+86+92=382 (50% of max value = 765). Red value is 204 (80.08% from 255 or 53.40% from 382); Green value is 86 (33.98% from 255 or 22.51% from 382); Blue value is 92 (36.33% from 255 or 24.08% from 382); Max value from RGB is 204 - color contains mainly: red. Hex color #CC565C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CC565C is #33A9A3. Grayscale: #7A7A7A. Windows color (decimal): -3385764 or 6051532. OLE color: 6051532.
HSL color Cylindrical-coordinate representation of color #CC565C: hue angle of 356.95º 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 #CC565C is Cyan = 0, Magento = 0.58, Yellow = 0.55 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 86 | 92 | - |
| CMYK | 0 | 0.58 | 0.55 | 0.2 |
| HSL | 356.95º | 0.54% | 0.57% | - |
| HSV(B) | 356.95º | 0.58% | 0.8% | - |
| XYZ | 30.16 | 20.27 | 12.45 | - |
| YUV | 121.97 | 111.09 | 186.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 86 | 92 | 0 | 0.58 | 0.55 | 0.2 | 356.95 | 0.54 | 0.57 |
| Hex | CC | 56 | 5C | 0 | 3A | 37 | 14 | 165 | 36 | 39 |
| Octal | 314 | 126 | 134 | 0 | 72 | 67 | 24 | 545 | 66 | 71 |
| Binary | 11001100 | 1010110 | 1011100 | 0 | 111010 | 110111 | 10100 | 101100101 | 110110 | 111001 |
Color Harmonies of #CC565C
Complementary color
Monochromatic Colors of #CC565C
Black with #CC565C
Text Example
Text Example
White with #CC565C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CC565C; }
p { color: rgb(204,86,92); }
H1.HeaderClassName
{
color: #CC565C;
}
.AnyTagClassName
{
color: #CC565C;
}
</style>
background-color css
<style>
a { background-color: #CC565C; }
a { background-color: rgb(204,86,92); }
div.DivClassName
{
background-color: #CC565C;
}
.BgClassName
{
background-color: #CC565C;
}
</style>
border-color css
<style>
span { border-color: #CC565C; }
span { border-color: rgb(204,86,92); }
td.TdClassName
{
border-color: #CC565C;
}
.TagClassName
{
border-color: #CC565C;
}
</style>