Shades of Mandy #CB3E57
Tints of Mandy #CB3E57
RGB
CMYK
RGB Variations
Color information
#CB3E57 (or 0xCB3E57) is known color: Mandy. HEX triplet: CB, 3E and 57. RGB value is (203,62,87). Sum of RGB (Red+Green+Blue) = 203+62+87=352 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.67% from 352); Green value is 62 (24.61% from 255 or 17.61% from 352); Blue value is 87 (34.38% from 255 or 24.72% from 352); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E57 is #34C1A8. Grayscale: #6B6B6B. Windows color (decimal): -3457449 or 5717707. OLE color: 5717707.
HSL color Cylindrical-coordinate representation of color #CB3E57: hue angle of 349.36º 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 #CB3E57 is Cyan = 0, Magento = 0.69, Yellow = 0.57 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 87 | - |
| CMYK | 0 | 0.69 | 0.57 | 0.20 |
| HSL | 349.36º | 0.58% | 0.52% | - |
| HSV(B) | 349.36º | 0.69% | 0.8% | - |
| XYZ | 28.07 | 16.83 | 10.79 | - |
| YUV | 107.01 | 116.71 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 87 | 0 | 0.69 | 0.57 | 0.20 | 349.36 | 0.58 | 0.52 |
| Hex | CB | 3E | 57 | 0 | 45 | 39 | 14 | 15D | 3A | 34 |
| Octal | 313 | 76 | 127 | 0 | 105 | 71 | 24 | 535 | 72 | 64 |
| Binary | 11001011 | 111110 | 1010111 | 0 | 1000101 | 111001 | 10100 | 101011101 | 111010 | 110100 |
Color Harmonies of #CB3E57
Complementary color
Monochromatic Colors of #CB3E57
Black with #CB3E57
Text Example
Text Example
White with #CB3E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E57; }
p { color: rgb(203,62,87); }
H1.HeaderClassName
{
color: #CB3E57;
}
.AnyTagClassName
{
color: #CB3E57;
}
</style>
background-color css
<style>
a { background-color: #CB3E57; }
a { background-color: rgb(203,62,87); }
div.DivClassName
{
background-color: #CB3E57;
}
.BgClassName
{
background-color: #CB3E57;
}
</style>
border-color css
<style>
span { border-color: #CB3E57; }
span { border-color: rgb(203,62,87); }
td.TdClassName
{
border-color: #CB3E57;
}
.TagClassName
{
border-color: #CB3E57;
}
</style>