Shades of Mandy #CB5864
Tints of Mandy #CB5864
RGB
CMYK
RGB Variations
Color information
#CB5864 (or 0xCB5864) is known color: Mandy. HEX triplet: CB, 58 and 64. RGB value is (203,88,100). Sum of RGB (Red+Green+Blue) = 203+88+100=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 88 (34.77% from 255 or 22.51% from 391); Blue value is 100 (39.45% from 255 or 25.58% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5864 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5864 is #34A79B. Grayscale: #7B7B7B. Windows color (decimal): -3450780 or 6576331. OLE color: 6576331.
HSL color Cylindrical-coordinate representation of color #CB5864: hue angle of 353.74º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #CB5864 is Cyan = 0, Magento = 0.57, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 88 | 100 | - |
| CMYK | 0 | 0.57 | 0.51 | 0.20 |
| HSL | 353.74º | 0.53% | 0.57% | - |
| HSV(B) | 353.74º | 0.57% | 0.8% | - |
| XYZ | 30.42 | 20.6 | 14.43 | - |
| YUV | 123.75 | 114.6 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 88 | 100 | 0 | 0.57 | 0.51 | 0.20 | 353.74 | 0.53 | 0.57 |
| Hex | CB | 58 | 64 | 0 | 39 | 33 | 14 | 162 | 35 | 39 |
| Octal | 313 | 130 | 144 | 0 | 71 | 63 | 24 | 542 | 65 | 71 |
| Binary | 11001011 | 1011000 | 1100100 | 0 | 111001 | 110011 | 10100 | 101100010 | 110101 | 111001 |
Color Harmonies of #CB5864
Complementary color
Monochromatic Colors of #CB5864
Black with #CB5864
Text Example
Text Example
White with #CB5864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5864; }
p { color: rgb(203,88,100); }
H1.HeaderClassName
{
color: #CB5864;
}
.AnyTagClassName
{
color: #CB5864;
}
</style>
background-color css
<style>
a { background-color: #CB5864; }
a { background-color: rgb(203,88,100); }
div.DivClassName
{
background-color: #CB5864;
}
.BgClassName
{
background-color: #CB5864;
}
</style>
border-color css
<style>
span { border-color: #CB5864; }
span { border-color: rgb(203,88,100); }
td.TdClassName
{
border-color: #CB5864;
}
.TagClassName
{
border-color: #CB5864;
}
</style>