Shades of Mandy #CB5363
Tints of Mandy #CB5363
RGB
CMYK
RGB Variations
Color information
#CB5363 (or 0xCB5363) is known color: Mandy. HEX triplet: CB, 53 and 63. RGB value is (203,83,99). Sum of RGB (Red+Green+Blue) = 203+83+99=385 (50% of max value = 765). Red value is 203 (79.69% from 255 or 52.73% from 385); Green value is 83 (32.81% from 255 or 21.56% from 385); Blue value is 99 (39.06% from 255 or 25.71% from 385); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5363 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5363 is #34AC9C. Grayscale: #787878. Windows color (decimal): -3452061 or 6509515. OLE color: 6509515.
HSL color Cylindrical-coordinate representation of color #CB5363: hue angle of 352º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB5363 is Cyan = 0, Magento = 0.59, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 83 | 99 | - |
| CMYK | 0 | 0.59 | 0.51 | 0.20 |
| HSL | 352º | 0.54% | 0.56% | - |
| HSV(B) | 352º | 0.59% | 0.8% | - |
| XYZ | 29.97 | 19.78 | 14.04 | - |
| YUV | 120.7 | 115.76 | 186.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 83 | 99 | 0 | 0.59 | 0.51 | 0.20 | 352 | 0.54 | 0.56 |
| Hex | CB | 53 | 63 | 0 | 3B | 33 | 14 | 160 | 36 | 38 |
| Octal | 313 | 123 | 143 | 0 | 73 | 63 | 24 | 540 | 66 | 70 |
| Binary | 11001011 | 1010011 | 1100011 | 0 | 111011 | 110011 | 10100 | 101100000 | 110110 | 111000 |
Color Harmonies of #CB5363
Complementary color
Monochromatic Colors of #CB5363
Black with #CB5363
Text Example
Text Example
White with #CB5363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5363; }
p { color: rgb(203,83,99); }
H1.HeaderClassName
{
color: #CB5363;
}
.AnyTagClassName
{
color: #CB5363;
}
</style>
background-color css
<style>
a { background-color: #CB5363; }
a { background-color: rgb(203,83,99); }
div.DivClassName
{
background-color: #CB5363;
}
.BgClassName
{
background-color: #CB5363;
}
</style>
border-color css
<style>
span { border-color: #CB5363; }
span { border-color: rgb(203,83,99); }
td.TdClassName
{
border-color: #CB5363;
}
.TagClassName
{
border-color: #CB5363;
}
</style>