Shades of Old Rose #C22451
Tints of Old Rose #C22451
RGB
CMYK
RGB Variations
Color information
#C22451 (or 0xC22451) is known color: Old Rose. HEX triplet: C2, 24 and 51. RGB value is (194,36,81). Sum of RGB (Red+Green+Blue) = 194+36+81=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 36 (14.45% from 255 or 11.58% from 311); Blue value is 81 (32.03% from 255 or 26.05% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C22451 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22451 is #3DDBAE. Grayscale: #585858. Windows color (decimal): -4053935 or 5317826. OLE color: 5317826.
HSL color Cylindrical-coordinate representation of color #C22451: hue angle of 342.91º 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 #C22451 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 81 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.24 |
| HSL | 342.91º | 0.69% | 0.45% | - |
| HSV(B) | 342.91º | 0.81% | 0.76% | - |
| XYZ | 24.36 | 13.33 | 9.07 | - |
| YUV | 88.37 | 123.85 | 203.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 81 | 0 | 0.81 | 0.58 | 0.24 | 342.91 | 0.69 | 0.45 |
| Hex | C2 | 24 | 51 | 0 | 51 | 3A | 18 | 157 | 45 | 2D |
| Octal | 302 | 44 | 121 | 0 | 121 | 72 | 30 | 527 | 105 | 55 |
| Binary | 11000010 | 100100 | 1010001 | 0 | 1010001 | 111010 | 11000 | 101010111 | 1000101 | 101101 |
Color Harmonies of #C22451
Complementary color
Monochromatic Colors of #C22451
Black with #C22451
Text Example
Text Example
White with #C22451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22451; }
p { color: rgb(194,36,81); }
H1.HeaderClassName
{
color: #C22451;
}
.AnyTagClassName
{
color: #C22451;
}
</style>
background-color css
<style>
a { background-color: #C22451; }
a { background-color: rgb(194,36,81); }
div.DivClassName
{
background-color: #C22451;
}
.BgClassName
{
background-color: #C22451;
}
</style>
border-color css
<style>
span { border-color: #C22451; }
span { border-color: rgb(194,36,81); }
td.TdClassName
{
border-color: #C22451;
}
.TagClassName
{
border-color: #C22451;
}
</style>