Shades of Old Rose #C21A4D
Tints of Old Rose #C21A4D
RGB
CMYK
RGB Variations
Color information
#C21A4D (or 0xC21A4D) is known color: Old Rose. HEX triplet: C2, 1A and 4D. RGB value is (194,26,77). Sum of RGB (Red+Green+Blue) = 194+26+77=297 (39% of max value = 765). Red value is 194 (76.17% from 255 or 65.32% from 297); Green value is 26 (10.55% from 255 or 8.75% from 297); Blue value is 77 (30.47% from 255 or 25.93% from 297); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A4D is #3DE5B2. Grayscale: #525252. Windows color (decimal): -4056499 or 5053122. OLE color: 5053122.
HSL color Cylindrical-coordinate representation of color #C21A4D: hue angle of 341.79º degrees, saturation: 0.76, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C21A4D is Cyan = 0, Magento = 0.87, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 77 | - |
| CMYK | 0 | 0.87 | 0.60 | 0.24 |
| HSL | 341.79º | 0.76% | 0.43% | - |
| HSV(B) | 341.79º | 0.87% | 0.76% | - |
| XYZ | 23.96 | 12.74 | 8.22 | - |
| YUV | 82.05 | 125.16 | 207.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 77 | 0 | 0.87 | 0.60 | 0.24 | 341.79 | 0.76 | 0.43 |
| Hex | C2 | 1A | 4D | 0 | 57 | 3C | 18 | 156 | 4C | 2B |
| Octal | 302 | 32 | 115 | 0 | 127 | 74 | 30 | 526 | 114 | 53 |
| Binary | 11000010 | 11010 | 1001101 | 0 | 1010111 | 111100 | 11000 | 101010110 | 1001100 | 101011 |
Color Harmonies of #C21A4D
Complementary color
Monochromatic Colors of #C21A4D
Black with #C21A4D
Text Example
Text Example
White with #C21A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A4D; }
p { color: rgb(194,26,77); }
H1.HeaderClassName
{
color: #C21A4D;
}
.AnyTagClassName
{
color: #C21A4D;
}
</style>
background-color css
<style>
a { background-color: #C21A4D; }
a { background-color: rgb(194,26,77); }
div.DivClassName
{
background-color: #C21A4D;
}
.BgClassName
{
background-color: #C21A4D;
}
</style>
border-color css
<style>
span { border-color: #C21A4D; }
span { border-color: rgb(194,26,77); }
td.TdClassName
{
border-color: #C21A4D;
}
.TagClassName
{
border-color: #C21A4D;
}
</style>