Shades of Mandy #CB494A
Tints of Mandy #CB494A
RGB
CMYK
RGB Variations
Color information
#CB494A (or 0xCB494A) is known color: Mandy. HEX triplet: CB, 49 and 4A. RGB value is (203,73,74). Sum of RGB (Red+Green+Blue) = 203+73+74=350 (46% of max value = 765). Red value is 203 (79.69% from 255 or 58% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 74 (29.30% from 255 or 21.14% from 350); Max value from RGB is 203 - color contains mainly: red. Hex color #CB494A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #CB494A is #34B6B5. Grayscale: #707070. Windows color (decimal): -3454646 or 4868555. OLE color: 4868555.
HSL color Cylindrical-coordinate representation of color #CB494A: hue angle of 359.54º 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 #CB494A is Cyan = 0, Magento = 0.64, Yellow = 0.64 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 73 | 74 | - |
| CMYK | 0 | 0.64 | 0.64 | 0.20 |
| HSL | 359.54º | 0.56% | 0.54% | - |
| HSV(B) | 359.54º | 0.64% | 0.8% | - |
| XYZ | 28.25 | 17.96 | 8.46 | - |
| YUV | 111.98 | 106.57 | 192.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 73 | 74 | 0 | 0.64 | 0.64 | 0.20 | 359.54 | 0.56 | 0.54 |
| Hex | CB | 49 | 4A | 0 | 40 | 40 | 14 | 168 | 38 | 36 |
| Octal | 313 | 111 | 112 | 0 | 100 | 100 | 24 | 550 | 70 | 66 |
| Binary | 11001011 | 1001001 | 1001010 | 0 | 1000000 | 1000000 | 10100 | 101101000 | 111000 | 110110 |
Color Harmonies of #CB494A
Complementary color
Monochromatic Colors of #CB494A
Black with #CB494A
Text Example
Text Example
White with #CB494A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CB494A; }
p { color: rgb(203,73,74); }
H1.HeaderClassName
{
color: #CB494A;
}
.AnyTagClassName
{
color: #CB494A;
}
</style>
background-color css
<style>
a { background-color: #CB494A; }
a { background-color: rgb(203,73,74); }
div.DivClassName
{
background-color: #CB494A;
}
.BgClassName
{
background-color: #CB494A;
}
</style>
border-color css
<style>
span { border-color: #CB494A; }
span { border-color: rgb(203,73,74); }
td.TdClassName
{
border-color: #CB494A;
}
.TagClassName
{
border-color: #CB494A;
}
</style>