Shades of Mandy #CB5053
Tints of Mandy #CB5053
RGB
CMYK
RGB Variations
Color information
#CB5053 (or 0xCB5053) is known color: Mandy. HEX triplet: CB, 50 and 53. RGB value is (203,80,83). Sum of RGB (Red+Green+Blue) = 203+80+83=366 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.46% from 366); Green value is 80 (31.64% from 255 or 21.86% from 366); Blue value is 83 (32.81% from 255 or 22.68% from 366); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5053 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5053 is #34AFAC. Grayscale: #757575. Windows color (decimal): -3452845 or 5460171. OLE color: 5460171.
HSL color Cylindrical-coordinate representation of color #CB5053: hue angle of 358.54º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #CB5053 is Cyan = 0, Magento = 0.61, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 80 | 83 | - |
| CMYK | 0 | 0.61 | 0.59 | 0.20 |
| HSL | 358.54º | 0.54% | 0.55% | - |
| HSV(B) | 358.54º | 0.61% | 0.8% | - |
| XYZ | 29.06 | 19.06 | 10.33 | - |
| YUV | 117.12 | 108.75 | 189.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 80 | 83 | 0 | 0.61 | 0.59 | 0.20 | 358.54 | 0.54 | 0.55 |
| Hex | CB | 50 | 53 | 0 | 3D | 3B | 14 | 167 | 36 | 37 |
| Octal | 313 | 120 | 123 | 0 | 75 | 73 | 24 | 547 | 66 | 67 |
| Binary | 11001011 | 1010000 | 1010011 | 0 | 111101 | 111011 | 10100 | 101100111 | 110110 | 110111 |
Color Harmonies of #CB5053
Complementary color
Monochromatic Colors of #CB5053
Black with #CB5053
Text Example
Text Example
White with #CB5053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5053; }
p { color: rgb(203,80,83); }
H1.HeaderClassName
{
color: #CB5053;
}
.AnyTagClassName
{
color: #CB5053;
}
</style>
background-color css
<style>
a { background-color: #CB5053; }
a { background-color: rgb(203,80,83); }
div.DivClassName
{
background-color: #CB5053;
}
.BgClassName
{
background-color: #CB5053;
}
</style>
border-color css
<style>
span { border-color: #CB5053; }
span { border-color: rgb(203,80,83); }
td.TdClassName
{
border-color: #CB5053;
}
.TagClassName
{
border-color: #CB5053;
}
</style>