Shades of Mandy #CB5E61
Tints of Mandy #CB5E61
RGB
CMYK
RGB Variations
Color information
#CB5E61 (or 0xCB5E61) is known color: Mandy. HEX triplet: CB, 5E and 61. RGB value is (203,94,97). Sum of RGB (Red+Green+Blue) = 203+94+97=394 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.52% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 97 (38.28% from 255 or 24.62% from 394); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E61 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E61 is #34A19E. Grayscale: #7F7F7F. Windows color (decimal): -3449247 or 6381259. OLE color: 6381259.
HSL color Cylindrical-coordinate representation of color #CB5E61: hue angle of 358.35º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #CB5E61 is Cyan = 0, Magento = 0.54, Yellow = 0.52 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 97 | - |
| CMYK | 0 | 0.54 | 0.52 | 0.20 |
| HSL | 358.35º | 0.51% | 0.58% | - |
| HSV(B) | 358.35º | 0.54% | 0.8% | - |
| XYZ | 30.79 | 21.56 | 13.85 | - |
| YUV | 126.93 | 111.11 | 182.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 97 | 0 | 0.54 | 0.52 | 0.20 | 358.35 | 0.51 | 0.58 |
| Hex | CB | 5E | 61 | 0 | 36 | 34 | 14 | 166 | 33 | 3A |
| Octal | 313 | 136 | 141 | 0 | 66 | 64 | 24 | 546 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1100001 | 0 | 110110 | 110100 | 10100 | 101100110 | 110011 | 111010 |
Color Harmonies of #CB5E61
Complementary color
Monochromatic Colors of #CB5E61
Black with #CB5E61
Text Example
Text Example
White with #CB5E61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E61; }
p { color: rgb(203,94,97); }
H1.HeaderClassName
{
color: #CB5E61;
}
.AnyTagClassName
{
color: #CB5E61;
}
</style>
background-color css
<style>
a { background-color: #CB5E61; }
a { background-color: rgb(203,94,97); }
div.DivClassName
{
background-color: #CB5E61;
}
.BgClassName
{
background-color: #CB5E61;
}
</style>
border-color css
<style>
span { border-color: #CB5E61; }
span { border-color: rgb(203,94,97); }
td.TdClassName
{
border-color: #CB5E61;
}
.TagClassName
{
border-color: #CB5E61;
}
</style>