Shades of Mandy #CB5663
Tints of Mandy #CB5663
RGB
CMYK
RGB Variations
Color information
#CB5663 (or 0xCB5663) is known color: Mandy. HEX triplet: CB, 56 and 63. RGB value is (203,86,99). Sum of RGB (Red+Green+Blue) = 203+86+99=388 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.32% from 388); Green value is 86 (33.98% from 255 or 22.16% from 388); Blue value is 99 (39.06% from 255 or 25.52% from 388); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5663 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5663 is #34A99C. Grayscale: #7A7A7A. Windows color (decimal): -3451293 or 6510283. OLE color: 6510283.
HSL color Cylindrical-coordinate representation of color #CB5663: hue angle of 353.33º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #CB5663 is Cyan = 0, Magento = 0.58, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 86 | 99 | - |
| CMYK | 0 | 0.58 | 0.51 | 0.20 |
| HSL | 353.33º | 0.53% | 0.57% | - |
| HSV(B) | 353.33º | 0.58% | 0.8% | - |
| XYZ | 30.21 | 20.25 | 14.12 | - |
| YUV | 122.47 | 114.76 | 185.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 86 | 99 | 0 | 0.58 | 0.51 | 0.20 | 353.33 | 0.53 | 0.57 |
| Hex | CB | 56 | 63 | 0 | 3A | 33 | 14 | 161 | 35 | 39 |
| Octal | 313 | 126 | 143 | 0 | 72 | 63 | 24 | 541 | 65 | 71 |
| Binary | 11001011 | 1010110 | 1100011 | 0 | 111010 | 110011 | 10100 | 101100001 | 110101 | 111001 |
Color Harmonies of #CB5663
Complementary color
Monochromatic Colors of #CB5663
Black with #CB5663
Text Example
Text Example
White with #CB5663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5663; }
p { color: rgb(203,86,99); }
H1.HeaderClassName
{
color: #CB5663;
}
.AnyTagClassName
{
color: #CB5663;
}
</style>
background-color css
<style>
a { background-color: #CB5663; }
a { background-color: rgb(203,86,99); }
div.DivClassName
{
background-color: #CB5663;
}
.BgClassName
{
background-color: #CB5663;
}
</style>
border-color css
<style>
span { border-color: #CB5663; }
span { border-color: rgb(203,86,99); }
td.TdClassName
{
border-color: #CB5663;
}
.TagClassName
{
border-color: #CB5663;
}
</style>