Shades of Mandy #CB5B5D
Tints of Mandy #CB5B5D
RGB
CMYK
RGB Variations
Color information
#CB5B5D (or 0xCB5B5D) is known color: Mandy. HEX triplet: CB, 5B and 5D. RGB value is (203,91,93). Sum of RGB (Red+Green+Blue) = 203+91+93=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 91 (35.94% from 255 or 23.51% from 387); Blue value is 93 (36.72% from 255 or 24.03% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5B5D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5B5D is #34A4A2. Grayscale: #7C7C7C. Windows color (decimal): -3450019 or 6118347. OLE color: 6118347.
HSL color Cylindrical-coordinate representation of color #CB5B5D: hue angle of 358.93º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #CB5B5D is Cyan = 0, Magento = 0.55, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 91 | 93 | - |
| CMYK | 0 | 0.55 | 0.54 | 0.20 |
| HSL | 358.93º | 0.52% | 0.58% | - |
| HSV(B) | 358.93º | 0.55% | 0.8% | - |
| XYZ | 30.35 | 20.97 | 12.8 | - |
| YUV | 124.72 | 110.11 | 183.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 91 | 93 | 0 | 0.55 | 0.54 | 0.20 | 358.93 | 0.52 | 0.58 |
| Hex | CB | 5B | 5D | 0 | 37 | 36 | 14 | 167 | 34 | 3A |
| Octal | 313 | 133 | 135 | 0 | 67 | 66 | 24 | 547 | 64 | 72 |
| Binary | 11001011 | 1011011 | 1011101 | 0 | 110111 | 110110 | 10100 | 101100111 | 110100 | 111010 |
Color Harmonies of #CB5B5D
Complementary color
Monochromatic Colors of #CB5B5D
Black with #CB5B5D
Text Example
Text Example
White with #CB5B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5B5D; }
p { color: rgb(203,91,93); }
H1.HeaderClassName
{
color: #CB5B5D;
}
.AnyTagClassName
{
color: #CB5B5D;
}
</style>
background-color css
<style>
a { background-color: #CB5B5D; }
a { background-color: rgb(203,91,93); }
div.DivClassName
{
background-color: #CB5B5D;
}
.BgClassName
{
background-color: #CB5B5D;
}
</style>
border-color css
<style>
span { border-color: #CB5B5D; }
span { border-color: rgb(203,91,93); }
td.TdClassName
{
border-color: #CB5B5D;
}
.TagClassName
{
border-color: #CB5B5D;
}
</style>