Shades of Mandy #CB5557
Tints of Mandy #CB5557
RGB
CMYK
RGB Variations
Color information
#CB5557 (or 0xCB5557) is known color: Mandy. HEX triplet: CB, 55 and 57. RGB value is (203,85,87). Sum of RGB (Red+Green+Blue) = 203+85+87=375 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.13% from 375); Green value is 85 (33.59% from 255 or 22.67% from 375); Blue value is 87 (34.38% from 255 or 23.2% from 375); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5557 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5557 is #34AAA8. Grayscale: #787878. Windows color (decimal): -3451561 or 5723595. OLE color: 5723595.
HSL color Cylindrical-coordinate representation of color #CB5557: hue angle of 358.98º 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 #CB5557 is Cyan = 0, Magento = 0.58, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 87 | - |
| CMYK | 0 | 0.58 | 0.57 | 0.20 |
| HSL | 358.98º | 0.53% | 0.56% | - |
| HSV(B) | 358.98º | 0.58% | 0.8% | - |
| XYZ | 29.6 | 19.88 | 11.29 | - |
| YUV | 120.51 | 109.09 | 186.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 87 | 0 | 0.58 | 0.57 | 0.20 | 358.98 | 0.53 | 0.56 |
| Hex | CB | 55 | 57 | 0 | 3A | 39 | 14 | 167 | 35 | 38 |
| Octal | 313 | 125 | 127 | 0 | 72 | 71 | 24 | 547 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1010111 | 0 | 111010 | 111001 | 10100 | 101100111 | 110101 | 111000 |
Color Harmonies of #CB5557
Complementary color
Monochromatic Colors of #CB5557
Black with #CB5557
Text Example
Text Example
White with #CB5557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5557; }
p { color: rgb(203,85,87); }
H1.HeaderClassName
{
color: #CB5557;
}
.AnyTagClassName
{
color: #CB5557;
}
</style>
background-color css
<style>
a { background-color: #CB5557; }
a { background-color: rgb(203,85,87); }
div.DivClassName
{
background-color: #CB5557;
}
.BgClassName
{
background-color: #CB5557;
}
</style>
border-color css
<style>
span { border-color: #CB5557; }
span { border-color: rgb(203,85,87); }
td.TdClassName
{
border-color: #CB5557;
}
.TagClassName
{
border-color: #CB5557;
}
</style>