Shades of Mandy #CB545E
Tints of Mandy #CB545E
RGB
CMYK
RGB Variations
Color information
#CB545E (or 0xCB545E) is known color: Mandy. HEX triplet: CB, 54 and 5E. RGB value is (203,84,94). Sum of RGB (Red+Green+Blue) = 203+84+94=381 (50% of max value = 765). Red value is 203 (79.69% from 255 or 53.28% from 381); Green value is 84 (33.20% from 255 or 22.05% from 381); Blue value is 94 (37.11% from 255 or 24.67% from 381); Max value from RGB is 203 - color contains mainly: red. Hex color #CB545E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #CB545E is #34ABA1. Grayscale: #787878. Windows color (decimal): -3451810 or 6182091. OLE color: 6182091.
HSL color Cylindrical-coordinate representation of color #CB545E: hue angle of 354.96º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #CB545E is Cyan = 0, Magento = 0.59, Yellow = 0.54 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 84 | 94 | - |
| CMYK | 0 | 0.59 | 0.54 | 0.20 |
| HSL | 354.96º | 0.53% | 0.56% | - |
| HSV(B) | 354.96º | 0.59% | 0.8% | - |
| XYZ | 29.82 | 19.85 | 12.85 | - |
| YUV | 120.72 | 112.92 | 186.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 84 | 94 | 0 | 0.59 | 0.54 | 0.20 | 354.96 | 0.53 | 0.56 |
| Hex | CB | 54 | 5E | 0 | 3B | 36 | 14 | 163 | 35 | 38 |
| Octal | 313 | 124 | 136 | 0 | 73 | 66 | 24 | 543 | 65 | 70 |
| Binary | 11001011 | 1010100 | 1011110 | 0 | 111011 | 110110 | 10100 | 101100011 | 110101 | 111000 |
Color Harmonies of #CB545E
Complementary color
Monochromatic Colors of #CB545E
Black with #CB545E
Text Example
Text Example
White with #CB545E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB545E; }
p { color: rgb(203,84,94); }
H1.HeaderClassName
{
color: #CB545E;
}
.AnyTagClassName
{
color: #CB545E;
}
</style>
background-color css
<style>
a { background-color: #CB545E; }
a { background-color: rgb(203,84,94); }
div.DivClassName
{
background-color: #CB545E;
}
.BgClassName
{
background-color: #CB545E;
}
</style>
border-color css
<style>
span { border-color: #CB545E; }
span { border-color: rgb(203,84,94); }
td.TdClassName
{
border-color: #CB545E;
}
.TagClassName
{
border-color: #CB545E;
}
</style>