Shades of Mandy #CB5962
Tints of Mandy #CB5962
RGB
CMYK
RGB Variations
Color information
#CB5962 (or 0xCB5962) is known color: Mandy. HEX triplet: CB, 59 and 62. RGB value is (203,89,98). Sum of RGB (Red+Green+Blue) = 203+89+98=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 89 (35.16% from 255 or 22.82% from 390); Blue value is 98 (38.67% from 255 or 25.13% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5962 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5962 is #34A69D. Grayscale: #7C7C7C. Windows color (decimal): -3450526 or 6445515. OLE color: 6445515.
HSL color Cylindrical-coordinate representation of color #CB5962: hue angle of 355.26º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5962 is Cyan = 0, Magento = 0.56, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 98 | - |
| CMYK | 0 | 0.56 | 0.52 | 0.20 |
| HSL | 355.26º | 0.52% | 0.57% | - |
| HSV(B) | 355.26º | 0.56% | 0.8% | - |
| XYZ | 30.41 | 20.72 | 13.95 | - |
| YUV | 124.11 | 113.27 | 184.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 98 | 0 | 0.56 | 0.52 | 0.20 | 355.26 | 0.52 | 0.57 |
| Hex | CB | 59 | 62 | 0 | 38 | 34 | 14 | 163 | 34 | 39 |
| Octal | 313 | 131 | 142 | 0 | 70 | 64 | 24 | 543 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1100010 | 0 | 111000 | 110100 | 10100 | 101100011 | 110100 | 111001 |
Color Harmonies of #CB5962
Complementary color
Monochromatic Colors of #CB5962
Black with #CB5962
Text Example
Text Example
White with #CB5962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5962; }
p { color: rgb(203,89,98); }
H1.HeaderClassName
{
color: #CB5962;
}
.AnyTagClassName
{
color: #CB5962;
}
</style>
background-color css
<style>
a { background-color: #CB5962; }
a { background-color: rgb(203,89,98); }
div.DivClassName
{
background-color: #CB5962;
}
.BgClassName
{
background-color: #CB5962;
}
</style>
border-color css
<style>
span { border-color: #CB5962; }
span { border-color: rgb(203,89,98); }
td.TdClassName
{
border-color: #CB5962;
}
.TagClassName
{
border-color: #CB5962;
}
</style>