Shades of Mandy #CB4B5D
Tints of Mandy #CB4B5D
RGB
CMYK
RGB Variations
Color information
#CB4B5D (or 0xCB4B5D) is known color: Mandy. HEX triplet: CB, 4B and 5D. RGB value is (203,75,93). Sum of RGB (Red+Green+Blue) = 203+75+93=371 (49% of max value = 765). Red value is 203 (79.69% from 255 or 54.72% from 371); Green value is 75 (29.69% from 255 or 20.22% from 371); Blue value is 93 (36.72% from 255 or 25.07% from 371); Max value from RGB is 203 - color contains mainly: red. Hex color #CB4B5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB4B5D is #34B4A2. Grayscale: #737373. Windows color (decimal): -3454115 or 6114251. OLE color: 6114251.
HSL color Cylindrical-coordinate representation of color #CB4B5D: hue angle of 351.56º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #CB4B5D is Cyan = 0, Magento = 0.63, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 75 | 93 | - |
| CMYK | 0 | 0.63 | 0.54 | 0.20 |
| HSL | 351.56º | 0.55% | 0.55% | - |
| HSV(B) | 351.56º | 0.63% | 0.8% | - |
| XYZ | 29.12 | 18.52 | 12.4 | - |
| YUV | 115.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 75 | 93 | 0 | 0.63 | 0.54 | 0.20 | 351.56 | 0.55 | 0.55 |
| Hex | CB | 4B | 5D | 0 | 3F | 36 | 14 | 160 | 37 | 37 |
| Octal | 313 | 113 | 135 | 0 | 77 | 66 | 24 | 540 | 67 | 67 |
| Binary | 11001011 | 1001011 | 1011101 | 0 | 111111 | 110110 | 10100 | 101100000 | 110111 | 110111 |
Color Harmonies of #CB4B5D
Complementary color
Monochromatic Colors of #CB4B5D
Black with #CB4B5D
Text Example
Text Example
White with #CB4B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB4B5D; }
p { color: rgb(203,75,93); }
H1.HeaderClassName
{
color: #CB4B5D;
}
.AnyTagClassName
{
color: #CB4B5D;
}
</style>
background-color css
<style>
a { background-color: #CB4B5D; }
a { background-color: rgb(203,75,93); }
div.DivClassName
{
background-color: #CB4B5D;
}
.BgClassName
{
background-color: #CB4B5D;
}
</style>
border-color css
<style>
span { border-color: #CB4B5D; }
span { border-color: rgb(203,75,93); }
td.TdClassName
{
border-color: #CB4B5D;
}
.TagClassName
{
border-color: #CB4B5D;
}
</style>