Shades of Mandy #CB5158
Tints of Mandy #CB5158
RGB
CMYK
RGB Variations
Color information
#CB5158 (or 0xCB5158) is known color: Mandy. HEX triplet: CB, 51 and 58. RGB value is (203,81,88). Sum of RGB (Red+Green+Blue) = 203+81+88=372 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.57% from 372); Green value is 81 (32.03% from 255 or 21.77% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5158 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5158 is #34AEA7. Grayscale: #767676. Windows color (decimal): -3452584 or 5788107. OLE color: 5788107.
HSL color Cylindrical-coordinate representation of color #CB5158: hue angle of 356.56º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5158 is Cyan = 0, Magento = 0.60, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 88 | - |
| CMYK | 0 | 0.60 | 0.57 | 0.20 |
| HSL | 356.56º | 0.54% | 0.56% | - |
| HSV(B) | 356.56º | 0.6% | 0.8% | - |
| XYZ | 29.33 | 19.29 | 11.41 | - |
| YUV | 118.28 | 110.92 | 188.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 88 | 0 | 0.60 | 0.57 | 0.20 | 356.56 | 0.54 | 0.56 |
| Hex | CB | 51 | 58 | 0 | 3C | 39 | 14 | 165 | 36 | 38 |
| Octal | 313 | 121 | 130 | 0 | 74 | 71 | 24 | 545 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1011000 | 0 | 111100 | 111001 | 10100 | 101100101 | 110110 | 111000 |
Color Harmonies of #CB5158
Complementary color
Monochromatic Colors of #CB5158
Black with #CB5158
Text Example
Text Example
White with #CB5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5158; }
p { color: rgb(203,81,88); }
H1.HeaderClassName
{
color: #CB5158;
}
.AnyTagClassName
{
color: #CB5158;
}
</style>
background-color css
<style>
a { background-color: #CB5158; }
a { background-color: rgb(203,81,88); }
div.DivClassName
{
background-color: #CB5158;
}
.BgClassName
{
background-color: #CB5158;
}
</style>
border-color css
<style>
span { border-color: #CB5158; }
span { border-color: rgb(203,81,88); }
td.TdClassName
{
border-color: #CB5158;
}
.TagClassName
{
border-color: #CB5158;
}
</style>