Shades of Old Rose #C21E5A
Tints of Old Rose #C21E5A
RGB
CMYK
RGB Variations
Color information
#C21E5A (or 0xC21E5A) is known color: Old Rose. HEX triplet: C2, 1E and 5A. RGB value is (194,30,90). Sum of RGB (Red+Green+Blue) = 194+30+90=314 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.78% from 314); Green value is 30 (12.11% from 255 or 9.55% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 194 - color contains mainly: red. Hex color #C21E5A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21E5A is #3DE1A5. Grayscale: #555555. Windows color (decimal): -4055462 or 5906114. OLE color: 5906114.
HSL color Cylindrical-coordinate representation of color #C21E5A: hue angle of 338.05º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C21E5A is Cyan = 0, Magento = 0.85, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 30 | 90 | - |
| CMYK | 0 | 0.85 | 0.54 | 0.24 |
| HSL | 338.05º | 0.73% | 0.44% | - |
| HSV(B) | 338.05º | 0.85% | 0.76% | - |
| XYZ | 24.56 | 13.14 | 10.91 | - |
| YUV | 85.88 | 130.33 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 30 | 90 | 0 | 0.85 | 0.54 | 0.24 | 338.05 | 0.73 | 0.44 |
| Hex | C2 | 1E | 5A | 0 | 55 | 36 | 18 | 152 | 49 | 2C |
| Octal | 302 | 36 | 132 | 0 | 125 | 66 | 30 | 522 | 111 | 54 |
| Binary | 11000010 | 11110 | 1011010 | 0 | 1010101 | 110110 | 11000 | 101010010 | 1001001 | 101100 |
Color Harmonies of #C21E5A
Complementary color
Monochromatic Colors of #C21E5A
Black with #C21E5A
Text Example
Text Example
White with #C21E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21E5A; }
p { color: rgb(194,30,90); }
H1.HeaderClassName
{
color: #C21E5A;
}
.AnyTagClassName
{
color: #C21E5A;
}
</style>
background-color css
<style>
a { background-color: #C21E5A; }
a { background-color: rgb(194,30,90); }
div.DivClassName
{
background-color: #C21E5A;
}
.BgClassName
{
background-color: #C21E5A;
}
</style>
border-color css
<style>
span { border-color: #C21E5A; }
span { border-color: rgb(194,30,90); }
td.TdClassName
{
border-color: #C21E5A;
}
.TagClassName
{
border-color: #C21E5A;
}
</style>