Shades of Mandy #CB515F
Tints of Mandy #CB515F
RGB
CMYK
RGB Variations
Color information
#CB515F (or 0xCB515F) is known color: Mandy. HEX triplet: CB, 51 and 5F. RGB value is (203,81,95). Sum of RGB (Red+Green+Blue) = 203+81+95=379 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.56% from 379); Green value is 81 (32.03% from 255 or 21.37% from 379); Blue value is 95 (37.5% from 255 or 25.07% from 379); Max value from RGB is 203 - color contains mainly: red. Hex color #CB515F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB515F is #34AEA0. Grayscale: #777777. Windows color (decimal): -3452577 or 6246859. OLE color: 6246859.
HSL color Cylindrical-coordinate representation of color #CB515F: hue angle of 353.11º 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 #CB515F is Cyan = 0, Magento = 0.60, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 95 | - |
| CMYK | 0 | 0.60 | 0.53 | 0.20 |
| HSL | 353.11º | 0.54% | 0.56% | - |
| HSV(B) | 353.11º | 0.6% | 0.8% | - |
| XYZ | 29.64 | 19.41 | 13.01 | - |
| YUV | 119.07 | 114.42 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 95 | 0 | 0.60 | 0.53 | 0.20 | 353.11 | 0.54 | 0.56 |
| Hex | CB | 51 | 5F | 0 | 3C | 35 | 14 | 161 | 36 | 38 |
| Octal | 313 | 121 | 137 | 0 | 74 | 65 | 24 | 541 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1011111 | 0 | 111100 | 110101 | 10100 | 101100001 | 110110 | 111000 |
Color Harmonies of #CB515F
Complementary color
Monochromatic Colors of #CB515F
Black with #CB515F
Text Example
Text Example
White with #CB515F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB515F; }
p { color: rgb(203,81,95); }
H1.HeaderClassName
{
color: #CB515F;
}
.AnyTagClassName
{
color: #CB515F;
}
</style>
background-color css
<style>
a { background-color: #CB515F; }
a { background-color: rgb(203,81,95); }
div.DivClassName
{
background-color: #CB515F;
}
.BgClassName
{
background-color: #CB515F;
}
</style>
border-color css
<style>
span { border-color: #CB515F; }
span { border-color: rgb(203,81,95); }
td.TdClassName
{
border-color: #CB515F;
}
.TagClassName
{
border-color: #CB515F;
}
</style>