Shades of Mandy #CB3E5B
Tints of Mandy #CB3E5B
RGB
CMYK
RGB Variations
Color information
#CB3E5B (or 0xCB3E5B) is known color: Mandy. HEX triplet: CB, 3E and 5B. RGB value is (203,62,91). Sum of RGB (Red+Green+Blue) = 203+62+91=356 (47% of max value = 765). Red value is 203 (79.69% from 255 or 57.02% from 356); Green value is 62 (24.61% from 255 or 17.42% from 356); Blue value is 91 (35.94% from 255 or 25.56% from 356); Max value from RGB is 203 - color contains mainly: red. Hex color #CB3E5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB3E5B is #34C1A4. Grayscale: #6B6B6B. Windows color (decimal): -3457445 or 5979851. OLE color: 5979851.
HSL color Cylindrical-coordinate representation of color #CB3E5B: hue angle of 347.66º 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 #CB3E5B is Cyan = 0, Magento = 0.69, Yellow = 0.55 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 62 | 91 | - |
| CMYK | 0 | 0.69 | 0.55 | 0.20 |
| HSL | 347.66º | 0.58% | 0.52% | - |
| HSV(B) | 347.66º | 0.69% | 0.8% | - |
| XYZ | 28.24 | 16.9 | 11.67 | - |
| YUV | 107.47 | 118.71 | 196.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 62 | 91 | 0 | 0.69 | 0.55 | 0.20 | 347.66 | 0.58 | 0.52 |
| Hex | CB | 3E | 5B | 0 | 45 | 37 | 14 | 15C | 3A | 34 |
| Octal | 313 | 76 | 133 | 0 | 105 | 67 | 24 | 534 | 72 | 64 |
| Binary | 11001011 | 111110 | 1011011 | 0 | 1000101 | 110111 | 10100 | 101011100 | 111010 | 110100 |
Color Harmonies of #CB3E5B
Complementary color
Monochromatic Colors of #CB3E5B
Black with #CB3E5B
Text Example
Text Example
White with #CB3E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB3E5B; }
p { color: rgb(203,62,91); }
H1.HeaderClassName
{
color: #CB3E5B;
}
.AnyTagClassName
{
color: #CB3E5B;
}
</style>
background-color css
<style>
a { background-color: #CB3E5B; }
a { background-color: rgb(203,62,91); }
div.DivClassName
{
background-color: #CB3E5B;
}
.BgClassName
{
background-color: #CB3E5B;
}
</style>
border-color css
<style>
span { border-color: #CB3E5B; }
span { border-color: rgb(203,62,91); }
td.TdClassName
{
border-color: #CB3E5B;
}
.TagClassName
{
border-color: #CB3E5B;
}
</style>