Shades of Mandy #CB5963
Tints of Mandy #CB5963
RGB
CMYK
RGB Variations
Color information
#CB5963 (or 0xCB5963) is known color: Mandy. HEX triplet: CB, 59 and 63. RGB value is (203,89,99). Sum of RGB (Red+Green+Blue) = 203+89+99=391 (51% of max value = 765). Red value is 203 (79.69% from 255 or 51.92% from 391); Green value is 89 (35.16% from 255 or 22.76% from 391); Blue value is 99 (39.06% from 255 or 25.32% from 391); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5963 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5963 is #34A69C. Grayscale: #7C7C7C. Windows color (decimal): -3450525 or 6511051. OLE color: 6511051.
HSL color Cylindrical-coordinate representation of color #CB5963: hue angle of 354.74º 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 #CB5963 is Cyan = 0, Magento = 0.56, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 89 | 99 | - |
| CMYK | 0 | 0.56 | 0.51 | 0.20 |
| HSL | 354.74º | 0.52% | 0.57% | - |
| HSV(B) | 354.74º | 0.56% | 0.8% | - |
| XYZ | 30.45 | 20.74 | 14.2 | - |
| YUV | 124.23 | 113.77 | 184.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 89 | 99 | 0 | 0.56 | 0.51 | 0.20 | 354.74 | 0.52 | 0.57 |
| Hex | CB | 59 | 63 | 0 | 38 | 33 | 14 | 163 | 34 | 39 |
| Octal | 313 | 131 | 143 | 0 | 70 | 63 | 24 | 543 | 64 | 71 |
| Binary | 11001011 | 1011001 | 1100011 | 0 | 111000 | 110011 | 10100 | 101100011 | 110100 | 111001 |
Color Harmonies of #CB5963
Complementary color
Monochromatic Colors of #CB5963
Black with #CB5963
Text Example
Text Example
White with #CB5963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5963; }
p { color: rgb(203,89,99); }
H1.HeaderClassName
{
color: #CB5963;
}
.AnyTagClassName
{
color: #CB5963;
}
</style>
background-color css
<style>
a { background-color: #CB5963; }
a { background-color: rgb(203,89,99); }
div.DivClassName
{
background-color: #CB5963;
}
.BgClassName
{
background-color: #CB5963;
}
</style>
border-color css
<style>
span { border-color: #CB5963; }
span { border-color: rgb(203,89,99); }
td.TdClassName
{
border-color: #CB5963;
}
.TagClassName
{
border-color: #CB5963;
}
</style>