Shades of Mandy #CB5A5E
Tints of Mandy #CB5A5E
RGB
CMYK
RGB Variations
Color information
#CB5A5E (or 0xCB5A5E) is known color: Mandy. HEX triplet: CB, 5A and 5E. RGB value is (203,90,94). Sum of RGB (Red+Green+Blue) = 203+90+94=387 (51% of max value = 765). Red value is 203 (79.69% from 255 or 52.45% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 94 (37.11% from 255 or 24.29% from 387); Max value from RGB is 203 - color contains mainly: red. Hex color #CB5A5E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB5A5E is #34A5A1. Grayscale: #7C7C7C. Windows color (decimal): -3450274 or 6183627. OLE color: 6183627.
HSL color Cylindrical-coordinate representation of color #CB5A5E: hue angle of 357.88º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #CB5A5E is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 90 | 94 | - |
| CMYK | 0 | 0.56 | 0.54 | 0.20 |
| HSL | 357.88º | 0.52% | 0.57% | - |
| HSV(B) | 357.88º | 0.56% | 0.8% | - |
| XYZ | 30.31 | 20.82 | 13.01 | - |
| YUV | 124.24 | 110.94 | 184.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 90 | 94 | 0 | 0.56 | 0.54 | 0.20 | 357.88 | 0.52 | 0.57 |
| Hex | CB | 5A | 5E | 0 | 38 | 36 | 14 | 166 | 34 | 39 |
| Octal | 313 | 132 | 136 | 0 | 70 | 66 | 24 | 546 | 64 | 71 |
| Binary | 11001011 | 1011010 | 1011110 | 0 | 111000 | 110110 | 10100 | 101100110 | 110100 | 111001 |
Color Harmonies of #CB5A5E
Complementary color
Monochromatic Colors of #CB5A5E
Black with #CB5A5E
Text Example
Text Example
White with #CB5A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB5A5E; }
p { color: rgb(203,90,94); }
H1.HeaderClassName
{
color: #CB5A5E;
}
.AnyTagClassName
{
color: #CB5A5E;
}
</style>
background-color css
<style>
a { background-color: #CB5A5E; }
a { background-color: rgb(203,90,94); }
div.DivClassName
{
background-color: #CB5A5E;
}
.BgClassName
{
background-color: #CB5A5E;
}
</style>
border-color css
<style>
span { border-color: #CB5A5E; }
span { border-color: rgb(203,90,94); }
td.TdClassName
{
border-color: #CB5A5E;
}
.TagClassName
{
border-color: #CB5A5E;
}
</style>