Shades of Mandy #CB494E
Tints of Mandy #CB494E
RGB
CMYK
RGB Variations
Color information
#CB494E (or 0xCB494E) is known color: Mandy. HEX triplet: CB, 49 and 4E. RGB value is (203,73,78). Sum of RGB (Red+Green+Blue) = 203+73+78=354 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.34% from 354); Green value is 73 (28.91% from 255 or 20.62% from 354); Blue value is 78 (30.86% from 255 or 22.03% from 354); Max value from RGB is 203 - color contains mainly: red. Hex color #CB494E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB494E is #34B6B1. Grayscale: #707070. Windows color (decimal): -3454642 or 5130699. OLE color: 5130699.
HSL color Cylindrical-coordinate representation of color #CB494E: hue angle of 357.69º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CB494E is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 78 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.20 |
| HSL | 357.69º | 0.56% | 0.54% | - |
| HSV(B) | 357.69º | 0.64% | 0.8% | - |
| XYZ | 28.39 | 18.01 | 9.19 | - |
| YUV | 112.44 | 108.57 | 192.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 78 | 0 | 0.64 | 0.62 | 0.20 | 357.69 | 0.56 | 0.54 |
| Hex | CB | 49 | 4E | 0 | 40 | 3E | 14 | 166 | 38 | 36 |
| Octal | 313 | 111 | 116 | 0 | 100 | 76 | 24 | 546 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1001110 | 0 | 1000000 | 111110 | 10100 | 101100110 | 111000 | 110110 |
Color Harmonies of #CB494E
Complementary color
Monochromatic Colors of #CB494E
Black with #CB494E
Text Example
Text Example
White with #CB494E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB494E; }
p { color: rgb(203,73,78); }
H1.HeaderClassName
{
color: #CB494E;
}
.AnyTagClassName
{
color: #CB494E;
}
</style>
background-color css
<style>
a { background-color: #CB494E; }
a { background-color: rgb(203,73,78); }
div.DivClassName
{
background-color: #CB494E;
}
.BgClassName
{
background-color: #CB494E;
}
</style>
border-color css
<style>
span { border-color: #CB494E; }
span { border-color: rgb(203,73,78); }
td.TdClassName
{
border-color: #CB494E;
}
.TagClassName
{
border-color: #CB494E;
}
</style>