Shades of Old Rose #C21A58
Tints of Old Rose #C21A58
RGB
CMYK
RGB Variations
Color information
#C21A58 (or 0xC21A58) is known color: Old Rose. HEX triplet: C2, 1A and 58. RGB value is (194,26,88). Sum of RGB (Red+Green+Blue) = 194+26+88=308 (40% of max value = 765). Red value is 194 (76.17% from 255 or 62.99% from 308); Green value is 26 (10.55% from 255 or 8.44% from 308); Blue value is 88 (34.77% from 255 or 28.57% from 308); Max value from RGB is 194 - color contains mainly: red. Hex color #C21A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21A58 is #3DE5A7. Grayscale: #535353. Windows color (decimal): -4056488 or 5774018. OLE color: 5774018.
HSL color Cylindrical-coordinate representation of color #C21A58: hue angle of 337.86º 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 #C21A58 is Cyan = 0, Magento = 0.87, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 26 | 88 | - |
| CMYK | 0 | 0.87 | 0.55 | 0.24 |
| HSL | 337.86º | 0.76% | 0.43% | - |
| HSV(B) | 337.86º | 0.87% | 0.76% | - |
| XYZ | 24.38 | 12.91 | 10.44 | - |
| YUV | 83.3 | 130.66 | 206.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 26 | 88 | 0 | 0.87 | 0.55 | 0.24 | 337.86 | 0.76 | 0.43 |
| Hex | C2 | 1A | 58 | 0 | 57 | 37 | 18 | 152 | 4C | 2B |
| Octal | 302 | 32 | 130 | 0 | 127 | 67 | 30 | 522 | 114 | 53 |
| Binary | 11000010 | 11010 | 1011000 | 0 | 1010111 | 110111 | 11000 | 101010010 | 1001100 | 101011 |
Color Harmonies of #C21A58
Complementary color
Monochromatic Colors of #C21A58
Black with #C21A58
Text Example
Text Example
White with #C21A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21A58; }
p { color: rgb(194,26,88); }
H1.HeaderClassName
{
color: #C21A58;
}
.AnyTagClassName
{
color: #C21A58;
}
</style>
background-color css
<style>
a { background-color: #C21A58; }
a { background-color: rgb(194,26,88); }
div.DivClassName
{
background-color: #C21A58;
}
.BgClassName
{
background-color: #C21A58;
}
</style>
border-color css
<style>
span { border-color: #C21A58; }
span { border-color: rgb(194,26,88); }
td.TdClassName
{
border-color: #C21A58;
}
.TagClassName
{
border-color: #C21A58;
}
</style>