Shades of Mandy #CB5564
Tints of Mandy #CB5564
RGB
CMYK
RGB Variations
Color information
#CB5564 (or 0xCB5564) is known color: Mandy. HEX triplet: CB, 55 and 64. RGB value is (203,85,100). Sum of RGB (Red+Green+Blue) = 203+85+100=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 100 (39.45% from 255 or 25.77% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5564 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5564 is #34AA9B. Grayscale: #7A7A7A. Windows color (decimal): -3451548 or 6575563. OLE color: 6575563.
HSL color Cylindrical-coordinate representation of color #CB5564: hue angle of 352.37º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5564 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 100 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.20 |
| HSL | 352.37º | 0.53% | 0.56% | - |
| HSV(B) | 352.37º | 0.58% | 0.8% | - |
| XYZ | 30.18 | 20.11 | 14.35 | - |
| YUV | 121.99 | 115.59 | 185.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 100 | 0 | 0.58 | 0.51 | 0.20 | 352.37 | 0.53 | 0.56 |
| Hex | CB | 55 | 64 | 0 | 3A | 33 | 14 | 160 | 35 | 38 |
| Octal | 313 | 125 | 144 | 0 | 72 | 63 | 24 | 540 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1100100 | 0 | 111010 | 110011 | 10100 | 101100000 | 110101 | 111000 |
Color Harmonies of #CB5564
Complementary color
Monochromatic Colors of #CB5564
Black with #CB5564
Text Example
Text Example
White with #CB5564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5564; }
p { color: rgb(203,85,100); }
H1.HeaderClassName
{
color: #CB5564;
}
.AnyTagClassName
{
color: #CB5564;
}
</style>
background-color css
<style>
a { background-color: #CB5564; }
a { background-color: rgb(203,85,100); }
div.DivClassName
{
background-color: #CB5564;
}
.BgClassName
{
background-color: #CB5564;
}
</style>
border-color css
<style>
span { border-color: #CB5564; }
span { border-color: rgb(203,85,100); }
td.TdClassName
{
border-color: #CB5564;
}
.TagClassName
{
border-color: #CB5564;
}
</style>