Shades of Mandy #CB5E64
Tints of Mandy #CB5E64
RGB
CMYK
RGB Variations
Color information
#CB5E64 (or 0xCB5E64) is known color: Mandy. HEX triplet: CB, 5E and 64. RGB value is (203,94,100). Sum of RGB (Red+Green+Blue) = 203+94+100=397 (52% of max value = 765). Red value is 203 (79.69% from 255 or 51.13% from 397); Green value is 94 (37.11% from 255 or 23.68% from 397); Blue value is 100 (39.45% from 255 or 25.19% from 397); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5E64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5E64 is #34A19B. Grayscale: #7F7F7F. Windows color (decimal): -3449244 or 6577867. OLE color: 6577867.
HSL color Cylindrical-coordinate representation of color #CB5E64: hue angle of 356.7º 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 #CB5E64 is Cyan = 0, Magento = 0.54, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 94 | 100 | - |
| CMYK | 0 | 0.54 | 0.51 | 0.20 |
| HSL | 356.7º | 0.51% | 0.58% | - |
| HSV(B) | 356.7º | 0.54% | 0.8% | - |
| XYZ | 30.93 | 21.62 | 14.6 | - |
| YUV | 127.28 | 112.61 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 94 | 100 | 0 | 0.54 | 0.51 | 0.20 | 356.7 | 0.51 | 0.58 |
| Hex | CB | 5E | 64 | 0 | 36 | 33 | 14 | 165 | 33 | 3A |
| Octal | 313 | 136 | 144 | 0 | 66 | 63 | 24 | 545 | 63 | 72 |
| Binary | 11001011 | 1011110 | 1100100 | 0 | 110110 | 110011 | 10100 | 101100101 | 110011 | 111010 |
Color Harmonies of #CB5E64
Complementary color
Monochromatic Colors of #CB5E64
Black with #CB5E64
Text Example
Text Example
White with #CB5E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5E64; }
p { color: rgb(203,94,100); }
H1.HeaderClassName
{
color: #CB5E64;
}
.AnyTagClassName
{
color: #CB5E64;
}
</style>
background-color css
<style>
a { background-color: #CB5E64; }
a { background-color: rgb(203,94,100); }
div.DivClassName
{
background-color: #CB5E64;
}
.BgClassName
{
background-color: #CB5E64;
}
</style>
border-color css
<style>
span { border-color: #CB5E64; }
span { border-color: rgb(203,94,100); }
td.TdClassName
{
border-color: #CB5E64;
}
.TagClassName
{
border-color: #CB5E64;
}
</style>