Shades of Mandy #CB555E
Tints of Mandy #CB555E
RGB
CMYK
RGB Variations
Color information
#CB555E (or 0xCB555E) is known color: Mandy. HEX triplet: CB, 55 and 5E. RGB value is (203,85,94). Sum of RGB (Red+Green+Blue) = 203+85+94=382 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.14% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 94 (37.11% from 255 or 24.61% from 382); Max value from RGB is 203 - color contains mainly: red. Hex color #CB555E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB555E is #34AAA1. Grayscale: #797979. Windows color (decimal): -3451554 or 6182347. OLE color: 6182347.
HSL color Cylindrical-coordinate representation of color #CB555E: hue angle of 355.42º 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 #CB555E is Cyan = 0, Magento = 0.58, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 85 | 94 | - |
| CMYK | 0 | 0.58 | 0.54 | 0.20 |
| HSL | 355.42º | 0.53% | 0.56% | - |
| HSV(B) | 355.42º | 0.58% | 0.8% | - |
| XYZ | 29.9 | 20 | 12.87 | - |
| YUV | 121.31 | 112.59 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 85 | 94 | 0 | 0.58 | 0.54 | 0.20 | 355.42 | 0.53 | 0.56 |
| Hex | CB | 55 | 5E | 0 | 3A | 36 | 14 | 163 | 35 | 38 |
| Octal | 313 | 125 | 136 | 0 | 72 | 66 | 24 | 543 | 65 | 70 |
| Binary | 11001011 | 1010101 | 1011110 | 0 | 111010 | 110110 | 10100 | 101100011 | 110101 | 111000 |
Color Harmonies of #CB555E
Complementary color
Monochromatic Colors of #CB555E
Black with #CB555E
Text Example
Text Example
White with #CB555E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB555E; }
p { color: rgb(203,85,94); }
H1.HeaderClassName
{
color: #CB555E;
}
.AnyTagClassName
{
color: #CB555E;
}
</style>
background-color css
<style>
a { background-color: #CB555E; }
a { background-color: rgb(203,85,94); }
div.DivClassName
{
background-color: #CB555E;
}
.BgClassName
{
background-color: #CB555E;
}
</style>
border-color css
<style>
span { border-color: #CB555E; }
span { border-color: rgb(203,85,94); }
td.TdClassName
{
border-color: #CB555E;
}
.TagClassName
{
border-color: #CB555E;
}
</style>