Shades of Old Rose #C21D61
Tints of Old Rose #C21D61
RGB
CMYK
RGB Variations
Color information
#C21D61 (or 0xC21D61) is known color: Old Rose. HEX triplet: C2, 1D and 61. RGB value is (194,29,97). Sum of RGB (Red+Green+Blue) = 194+29+97=320 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.62% from 320); Green value is 29 (11.72% from 255 or 9.06% from 320); Blue value is 97 (38.28% from 255 or 30.31% from 320); Max value from RGB is 194 - color contains mainly: red. Hex color #C21D61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21D61 is #3DE29E. Grayscale: #555555. Windows color (decimal): -4055711 or 6364610. OLE color: 6364610.
HSL color Cylindrical-coordinate representation of color #C21D61: hue angle of 335.27º degrees, saturation: 0.74, 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 #C21D61 is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 29 | 97 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.24 |
| HSL | 335.27º | 0.74% | 0.44% | - |
| HSV(B) | 335.27º | 0.85% | 0.76% | - |
| XYZ | 24.85 | 13.21 | 12.55 | - |
| YUV | 86.09 | 134.16 | 204.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 29 | 97 | 0 | 0.85 | 0.50 | 0.24 | 335.27 | 0.74 | 0.44 |
| Hex | C2 | 1D | 61 | 0 | 55 | 32 | 18 | 14F | 4A | 2C |
| Octal | 302 | 35 | 141 | 0 | 125 | 62 | 30 | 517 | 112 | 54 |
| Binary | 11000010 | 11101 | 1100001 | 0 | 1010101 | 110010 | 11000 | 101001111 | 1001010 | 101100 |
Color Harmonies of #C21D61
Complementary color
Monochromatic Colors of #C21D61
Black with #C21D61
Text Example
Text Example
White with #C21D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21D61; }
p { color: rgb(194,29,97); }
H1.HeaderClassName
{
color: #C21D61;
}
.AnyTagClassName
{
color: #C21D61;
}
</style>
background-color css
<style>
a { background-color: #C21D61; }
a { background-color: rgb(194,29,97); }
div.DivClassName
{
background-color: #C21D61;
}
.BgClassName
{
background-color: #C21D61;
}
</style>
border-color css
<style>
span { border-color: #C21D61; }
span { border-color: rgb(194,29,97); }
td.TdClassName
{
border-color: #C21D61;
}
.TagClassName
{
border-color: #C21D61;
}
</style>