Shades of Mandy #CB3E59
Tints of Mandy #CB3E59
RGB
CMYK
RGB Variations
Color information
#CB3E59 (or 0xCB3E59) is known color: Mandy. HEX triplet: CB, 3E and 59. RGB value is (203,62,89). Sum of RGB (Red+Green+Blue) = 203+62+89=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 62 (24.61% from 255 or 17.51% from 354); Blue value is 89 (35.16% from 255 or 25.14% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E59 is #34C1A6. Grayscale: #6B6B6B. Windows color (decimal): -3457447 or 5848779. OLE color: 5848779.
HSL color Cylindrical-coordinate representation of color #CB3E59: hue angle of 348.51º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #CB3E59 is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 89 | - |
| CMYK | 0 | 0.69 | 0.56 | 0.20 |
| HSL | 348.51º | 0.58% | 0.52% | - |
| HSV(B) | 348.51º | 0.69% | 0.8% | - |
| XYZ | 28.15 | 16.86 | 11.22 | - |
| YUV | 107.24 | 117.71 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 89 | 0 | 0.69 | 0.56 | 0.20 | 348.51 | 0.58 | 0.52 |
| Hex | CB | 3E | 59 | 0 | 45 | 38 | 14 | 15D | 3A | 34 |
| Octal | 313 | 76 | 131 | 0 | 105 | 70 | 24 | 535 | 72 | 64 |
| Binary | 11001011 | 111110 | 1011001 | 0 | 1000101 | 111000 | 10100 | 101011101 | 111010 | 110100 |
Color Harmonies of #CB3E59
Complementary color
Monochromatic Colors of #CB3E59
Black with #CB3E59
Text Example
Text Example
White with #CB3E59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E59; }
p { color: rgb(203,62,89); }
H1.HeaderClassName
{
color: #CB3E59;
}
.AnyTagClassName
{
color: #CB3E59;
}
</style>
background-color css
<style>
a { background-color: #CB3E59; }
a { background-color: rgb(203,62,89); }
div.DivClassName
{
background-color: #CB3E59;
}
.BgClassName
{
background-color: #CB3E59;
}
</style>
border-color css
<style>
span { border-color: #CB3E59; }
span { border-color: rgb(203,62,89); }
td.TdClassName
{
border-color: #CB3E59;
}
.TagClassName
{
border-color: #CB3E59;
}
</style>