Shades of Mandy #CB5260
Tints of Mandy #CB5260
RGB
CMYK
RGB Variations
Color information
#CB5260 (or 0xCB5260) is known color: Mandy. HEX triplet: CB, 52 and 60. RGB value is (203,82,96). Sum of RGB (Red+Green+Blue) = 203+82+96=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 82 (32.42% from 255 or 21.52% from 381); Blue value is 96 (37.89% from 255 or 25.20% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5260 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5260 is #34AD9F. Grayscale: #777777. Windows color (decimal): -3452320 or 6312651. OLE color: 6312651.
HSL color Cylindrical-coordinate representation of color #CB5260: hue angle of 353.06º 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 #CB5260 is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 82 | 96 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.20 |
| HSL | 353.06º | 0.54% | 0.56% | - |
| HSV(B) | 353.06º | 0.6% | 0.8% | - |
| XYZ | 29.76 | 19.58 | 13.28 | - |
| YUV | 119.78 | 114.59 | 187.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 82 | 96 | 0 | 0.60 | 0.53 | 0.20 | 353.06 | 0.54 | 0.56 |
| Hex | CB | 52 | 60 | 0 | 3C | 35 | 14 | 161 | 36 | 38 |
| Octal | 313 | 122 | 140 | 0 | 74 | 65 | 24 | 541 | 66 | 70 |
| Binary | 11001011 | 1010010 | 1100000 | 0 | 111100 | 110101 | 10100 | 101100001 | 110110 | 111000 |
Color Harmonies of #CB5260
Complementary color
Monochromatic Colors of #CB5260
Black with #CB5260
Text Example
Text Example
White with #CB5260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5260; }
p { color: rgb(203,82,96); }
H1.HeaderClassName
{
color: #CB5260;
}
.AnyTagClassName
{
color: #CB5260;
}
</style>
background-color css
<style>
a { background-color: #CB5260; }
a { background-color: rgb(203,82,96); }
div.DivClassName
{
background-color: #CB5260;
}
.BgClassName
{
background-color: #CB5260;
}
</style>
border-color css
<style>
span { border-color: #CB5260; }
span { border-color: rgb(203,82,96); }
td.TdClassName
{
border-color: #CB5260;
}
.TagClassName
{
border-color: #CB5260;
}
</style>