Shades of Mandy #CB5154
Tints of Mandy #CB5154
RGB
CMYK
RGB Variations
Color information
#CB5154 (or 0xCB5154) is known color: Mandy. HEX triplet: CB, 51 and 54. RGB value is (203,81,84). Sum of RGB (Red+Green+Blue) = 203+81+84=368 (48% of max value = 765). Red value is 203 (79.69% from 255 or 55.16% from 368); Green value is 81 (32.03% from 255 or 22.01% from 368); Blue value is 84 (33.20% from 255 or 22.83% from 368); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5154 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5154 is #34AEAB. Grayscale: #757575. Windows color (decimal): -3452588 or 5525963. OLE color: 5525963.
HSL color Cylindrical-coordinate representation of color #CB5154: hue angle of 358.52º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #CB5154 is Cyan = 0, Magento = 0.60, Yellow = 0.59 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 84 | - |
| CMYK | 0 | 0.60 | 0.59 | 0.20 |
| HSL | 358.52º | 0.54% | 0.56% | - |
| HSV(B) | 358.52º | 0.6% | 0.8% | - |
| XYZ | 29.17 | 19.22 | 10.56 | - |
| YUV | 117.82 | 108.92 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 84 | 0 | 0.60 | 0.59 | 0.20 | 358.52 | 0.54 | 0.56 |
| Hex | CB | 51 | 54 | 0 | 3C | 3B | 14 | 167 | 36 | 38 |
| Octal | 313 | 121 | 124 | 0 | 74 | 73 | 24 | 547 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1010100 | 0 | 111100 | 111011 | 10100 | 101100111 | 110110 | 111000 |
Color Harmonies of #CB5154
Complementary color
Monochromatic Colors of #CB5154
Black with #CB5154
Text Example
Text Example
White with #CB5154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5154; }
p { color: rgb(203,81,84); }
H1.HeaderClassName
{
color: #CB5154;
}
.AnyTagClassName
{
color: #CB5154;
}
</style>
background-color css
<style>
a { background-color: #CB5154; }
a { background-color: rgb(203,81,84); }
div.DivClassName
{
background-color: #CB5154;
}
.BgClassName
{
background-color: #CB5154;
}
</style>
border-color css
<style>
span { border-color: #CB5154; }
span { border-color: rgb(203,81,84); }
td.TdClassName
{
border-color: #CB5154;
}
.TagClassName
{
border-color: #CB5154;
}
</style>