Shades of Mandy #CB5B60
Tints of Mandy #CB5B60
RGB
CMYK
RGB Variations
Color information
#CB5B60 (or 0xCB5B60) is known color: Mandy. HEX triplet: CB, 5B and 60. RGB value is (203,91,96). Sum of RGB (Red+Green+Blue) = 203+91+96=390 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.05% from 390); Green value is 91 (35.94% from 255 or 23.33% from 390); Blue value is 96 (37.89% from 255 or 24.62% from 390); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B60 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B60 is #34A49F. Grayscale: #7D7D7D. Windows color (decimal): -3450016 or 6314955. OLE color: 6314955.
HSL color Cylindrical-coordinate representation of color #CB5B60: hue angle of 357.32º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B60 is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 96 | - |
| CMYK | 0 | 0.55 | 0.53 | 0.20 |
| HSL | 357.32º | 0.52% | 0.58% | - |
| HSV(B) | 357.32º | 0.55% | 0.8% | - |
| XYZ | 30.48 | 21.02 | 13.52 | - |
| YUV | 125.06 | 111.61 | 183.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 96 | 0 | 0.55 | 0.53 | 0.20 | 357.32 | 0.52 | 0.58 |
| Hex | CB | 5B | 60 | 0 | 37 | 35 | 14 | 165 | 34 | 3A |
| Octal | 313 | 133 | 140 | 0 | 67 | 65 | 24 | 545 | 64 | 72 |
| Binary | 11001011 | 1011011 | 1100000 | 0 | 110111 | 110101 | 10100 | 101100101 | 110100 | 111010 |
Color Harmonies of #CB5B60
Complementary color
Monochromatic Colors of #CB5B60
Black with #CB5B60
Text Example
Text Example
White with #CB5B60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B60; }
p { color: rgb(203,91,96); }
H1.HeaderClassName
{
color: #CB5B60;
}
.AnyTagClassName
{
color: #CB5B60;
}
</style>
background-color css
<style>
a { background-color: #CB5B60; }
a { background-color: rgb(203,91,96); }
div.DivClassName
{
background-color: #CB5B60;
}
.BgClassName
{
background-color: #CB5B60;
}
</style>
border-color css
<style>
span { border-color: #CB5B60; }
span { border-color: rgb(203,91,96); }
td.TdClassName
{
border-color: #CB5B60;
}
.TagClassName
{
border-color: #CB5B60;
}
</style>