Shades of Mandy #CB5559
Tints of Mandy #CB5559
RGB
CMYK
RGB Variations
Color information
#CB5559 (or 0xCB5559) is known color: Mandy. HEX triplet: CB, 55 and 59. RGB value is (203,85,89). Sum of RGB (Red+Green+Blue) = 203+85+89=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 85 (33.59% from 255 or 22.55% from 377); Blue value is 89 (35.16% from 255 or 23.61% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5559 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5559 is #34AAA6. Grayscale: #787878. Windows color (decimal): -3451559 or 5854667. OLE color: 5854667.
HSL color Cylindrical-coordinate representation of color #CB5559: hue angle of 357.97º 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 #CB5559 is Cyan = 0, Magento = 0.58, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 89 | - |
| CMYK | 0 | 0.58 | 0.56 | 0.20 |
| HSL | 357.97º | 0.53% | 0.56% | - |
| HSV(B) | 357.97º | 0.58% | 0.8% | - |
| XYZ | 29.68 | 19.91 | 11.73 | - |
| YUV | 120.74 | 110.09 | 186.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 89 | 0 | 0.58 | 0.56 | 0.20 | 357.97 | 0.53 | 0.56 |
| Hex | CB | 55 | 59 | 0 | 3A | 38 | 14 | 166 | 35 | 38 |
| Octal | 313 | 125 | 131 | 0 | 72 | 70 | 24 | 546 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1011001 | 0 | 111010 | 111000 | 10100 | 101100110 | 110101 | 111000 |
Color Harmonies of #CB5559
Complementary color
Monochromatic Colors of #CB5559
Black with #CB5559
Text Example
Text Example
White with #CB5559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5559; }
p { color: rgb(203,85,89); }
H1.HeaderClassName
{
color: #CB5559;
}
.AnyTagClassName
{
color: #CB5559;
}
</style>
background-color css
<style>
a { background-color: #CB5559; }
a { background-color: rgb(203,85,89); }
div.DivClassName
{
background-color: #CB5559;
}
.BgClassName
{
background-color: #CB5559;
}
</style>
border-color css
<style>
span { border-color: #CB5559; }
span { border-color: rgb(203,85,89); }
td.TdClassName
{
border-color: #CB5559;
}
.TagClassName
{
border-color: #CB5559;
}
</style>