Shades of Old Rose #C21F61
Tints of Old Rose #C21F61
RGB
CMYK
RGB Variations
Color information
#C21F61 (or 0xC21F61) is known color: Old Rose. HEX triplet: C2, 1F and 61. RGB value is (194,31,97). Sum of RGB (Red+Green+Blue) = 194+31+97=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 31 (12.5% from 255 or 9.63% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C21F61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C21F61 is #3DE09E. Grayscale: #575757. Windows color (decimal): -4055199 or 6365122. OLE color: 6365122.
HSL color Cylindrical-coordinate representation of color #C21F61: hue angle of 335.71º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C21F61 is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 31 | 97 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.24 |
| HSL | 335.71º | 0.72% | 0.44% | - |
| HSV(B) | 335.71º | 0.84% | 0.76% | - |
| XYZ | 24.9 | 13.31 | 12.57 | - |
| YUV | 87.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 31 | 97 | 0 | 0.84 | 0.50 | 0.24 | 335.71 | 0.72 | 0.44 |
| Hex | C2 | 1F | 61 | 0 | 54 | 32 | 18 | 150 | 48 | 2C |
| Octal | 302 | 37 | 141 | 0 | 124 | 62 | 30 | 520 | 110 | 54 |
| Binary | 11000010 | 11111 | 1100001 | 0 | 1010100 | 110010 | 11000 | 101010000 | 1001000 | 101100 |
Color Harmonies of #C21F61
Complementary color
Monochromatic Colors of #C21F61
Black with #C21F61
Text Example
Text Example
White with #C21F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C21F61; }
p { color: rgb(194,31,97); }
H1.HeaderClassName
{
color: #C21F61;
}
.AnyTagClassName
{
color: #C21F61;
}
</style>
background-color css
<style>
a { background-color: #C21F61; }
a { background-color: rgb(194,31,97); }
div.DivClassName
{
background-color: #C21F61;
}
.BgClassName
{
background-color: #C21F61;
}
</style>
border-color css
<style>
span { border-color: #C21F61; }
span { border-color: rgb(194,31,97); }
td.TdClassName
{
border-color: #C21F61;
}
.TagClassName
{
border-color: #C21F61;
}
</style>