Shades of Mandy #CB494D
Tints of Mandy #CB494D
RGB
CMYK
RGB Variations
Color information
#CB494D (or 0xCB494D) is known color: Mandy. HEX triplet: CB, 49 and 4D. RGB value is (203,73,77). Sum of RGB (Red+Green+Blue) = 203+73+77=353 (46% of max value = 765). Red value is 203 (79.69% from 255 or 57.51% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 77 (30.47% from 255 or 21.81% from 353); Max value from RGB is 203 - color contains mainly: red. Hex color #CB494D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CB494D is #34B6B2. Grayscale: #707070. Windows color (decimal): -3454643 or 5065163. OLE color: 5065163.
HSL color Cylindrical-coordinate representation of color #CB494D: hue angle of 358.15º 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 #CB494D is Cyan = 0, Magento = 0.64, Yellow = 0.62 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 77 | - |
| CMYK | 0 | 0.64 | 0.62 | 0.20 |
| HSL | 358.15º | 0.56% | 0.54% | - |
| HSV(B) | 358.15º | 0.64% | 0.8% | - |
| XYZ | 28.35 | 18 | 9 | - |
| YUV | 112.33 | 108.07 | 192.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 77 | 0 | 0.64 | 0.62 | 0.20 | 358.15 | 0.56 | 0.54 |
| Hex | CB | 49 | 4D | 0 | 40 | 3E | 14 | 166 | 38 | 36 |
| Octal | 313 | 111 | 115 | 0 | 100 | 76 | 24 | 546 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1001101 | 0 | 1000000 | 111110 | 10100 | 101100110 | 111000 | 110110 |
Color Harmonies of #CB494D
Complementary color
Monochromatic Colors of #CB494D
Black with #CB494D
Text Example
Text Example
White with #CB494D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB494D; }
p { color: rgb(203,73,77); }
H1.HeaderClassName
{
color: #CB494D;
}
.AnyTagClassName
{
color: #CB494D;
}
</style>
background-color css
<style>
a { background-color: #CB494D; }
a { background-color: rgb(203,73,77); }
div.DivClassName
{
background-color: #CB494D;
}
.BgClassName
{
background-color: #CB494D;
}
</style>
border-color css
<style>
span { border-color: #CB494D; }
span { border-color: rgb(203,73,77); }
td.TdClassName
{
border-color: #CB494D;
}
.TagClassName
{
border-color: #CB494D;
}
</style>