Shades of Old Rose #C22461
Tints of Old Rose #C22461
RGB
CMYK
RGB Variations
Color information
#C22461 (or 0xC22461) is known color: Old Rose. HEX triplet: C2, 24 and 61. RGB value is (194,36,97). Sum of RGB (Red+Green+Blue) = 194+36+97=327 (43% of max value = 765). Red value is 194 (76.17% from 255 or 59.33% from 327); Green value is 36 (14.45% from 255 or 11.01% from 327); Blue value is 97 (38.28% from 255 or 29.66% from 327); Max value from RGB is 194 - color contains mainly: red. Hex color #C22461 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22461 is #3DDB9E. Grayscale: #5A5A5A. Windows color (decimal): -4053919 or 6366402. OLE color: 6366402.
HSL color Cylindrical-coordinate representation of color #C22461: hue angle of 336.84º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22461 is Cyan = 0, Magento = 0.81, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 97 | - |
| CMYK | 0 | 0.81 | 0.50 | 0.24 |
| HSL | 336.84º | 0.69% | 0.45% | - |
| HSV(B) | 336.84º | 0.81% | 0.76% | - |
| XYZ | 25.04 | 13.59 | 12.61 | - |
| YUV | 90.2 | 131.85 | 202.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 97 | 0 | 0.81 | 0.50 | 0.24 | 336.84 | 0.69 | 0.45 |
| Hex | C2 | 24 | 61 | 0 | 51 | 32 | 18 | 151 | 45 | 2D |
| Octal | 302 | 44 | 141 | 0 | 121 | 62 | 30 | 521 | 105 | 55 |
| Binary | 11000010 | 100100 | 1100001 | 0 | 1010001 | 110010 | 11000 | 101010001 | 1000101 | 101101 |
Color Harmonies of #C22461
Complementary color
Monochromatic Colors of #C22461
Black with #C22461
Text Example
Text Example
White with #C22461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22461; }
p { color: rgb(194,36,97); }
H1.HeaderClassName
{
color: #C22461;
}
.AnyTagClassName
{
color: #C22461;
}
</style>
background-color css
<style>
a { background-color: #C22461; }
a { background-color: rgb(194,36,97); }
div.DivClassName
{
background-color: #C22461;
}
.BgClassName
{
background-color: #C22461;
}
</style>
border-color css
<style>
span { border-color: #C22461; }
span { border-color: rgb(194,36,97); }
td.TdClassName
{
border-color: #C22461;
}
.TagClassName
{
border-color: #C22461;
}
</style>