Shades of Mandy #CB515D
Tints of Mandy #CB515D
RGB
CMYK
RGB Variations
Color information
#CB515D (or 0xCB515D) is known color: Mandy. HEX triplet: CB, 51 and 5D. RGB value is (203,81,93). Sum of RGB (Red+Green+Blue) = 203+81+93=377 (49% of max value = 765). Red value is 203 (79.69% from 255 or 53.85% from 377); Green value is 81 (32.03% from 255 or 21.49% from 377); Blue value is 93 (36.72% from 255 or 24.67% from 377); Max value from RGB is 203 - color contains mainly: red. Hex color #CB515D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB515D is #34AEA2. Grayscale: #767676. Windows color (decimal): -3452579 or 6115787. OLE color: 6115787.
HSL color Cylindrical-coordinate representation of color #CB515D: hue angle of 354.1º 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 #CB515D is Cyan = 0, Magento = 0.60, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 81 | 93 | - |
| CMYK | 0 | 0.60 | 0.54 | 0.20 |
| HSL | 354.1º | 0.54% | 0.56% | - |
| HSV(B) | 354.1º | 0.6% | 0.8% | - |
| XYZ | 29.55 | 19.37 | 12.54 | - |
| YUV | 118.85 | 113.42 | 188.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 81 | 93 | 0 | 0.60 | 0.54 | 0.20 | 354.1 | 0.54 | 0.56 |
| Hex | CB | 51 | 5D | 0 | 3C | 36 | 14 | 162 | 36 | 38 |
| Octal | 313 | 121 | 135 | 0 | 74 | 66 | 24 | 542 | 66 | 70 |
| Binary | 11001011 | 1010001 | 1011101 | 0 | 111100 | 110110 | 10100 | 101100010 | 110110 | 111000 |
Color Harmonies of #CB515D
Complementary color
Monochromatic Colors of #CB515D
Black with #CB515D
Text Example
Text Example
White with #CB515D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB515D; }
p { color: rgb(203,81,93); }
H1.HeaderClassName
{
color: #CB515D;
}
.AnyTagClassName
{
color: #CB515D;
}
</style>
background-color css
<style>
a { background-color: #CB515D; }
a { background-color: rgb(203,81,93); }
div.DivClassName
{
background-color: #CB515D;
}
.BgClassName
{
background-color: #CB515D;
}
</style>
border-color css
<style>
span { border-color: #CB515D; }
span { border-color: rgb(203,81,93); }
td.TdClassName
{
border-color: #CB515D;
}
.TagClassName
{
border-color: #CB515D;
}
</style>