Shades of Old Rose #C22957
Tints of Old Rose #C22957
RGB
CMYK
RGB Variations
Color information
#C22957 (or 0xC22957) is known color: Old Rose. HEX triplet: C2, 29 and 57. RGB value is (194,41,87). Sum of RGB (Red+Green+Blue) = 194+41+87=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 41 (16.41% from 255 or 12.73% from 322); Blue value is 87 (34.38% from 255 or 27.02% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C22957 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22957 is #3DD6A8. Grayscale: #5B5B5B. Windows color (decimal): -4052649 or 5712322. OLE color: 5712322.
HSL color Cylindrical-coordinate representation of color #C22957: hue angle of 341.96º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22957 is Cyan = 0, Magento = 0.79, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 87 | - |
| CMYK | 0 | 0.79 | 0.55 | 0.24 |
| HSL | 341.96º | 0.65% | 0.46% | - |
| HSV(B) | 341.96º | 0.79% | 0.76% | - |
| XYZ | 24.76 | 13.74 | 10.36 | - |
| YUV | 91.99 | 125.19 | 200.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 87 | 0 | 0.79 | 0.55 | 0.24 | 341.96 | 0.65 | 0.46 |
| Hex | C2 | 29 | 57 | 0 | 4F | 37 | 18 | 156 | 41 | 2E |
| Octal | 302 | 51 | 127 | 0 | 117 | 67 | 30 | 526 | 101 | 56 |
| Binary | 11000010 | 101001 | 1010111 | 0 | 1001111 | 110111 | 11000 | 101010110 | 1000001 | 101110 |
Color Harmonies of #C22957
Complementary color
Monochromatic Colors of #C22957
Black with #C22957
Text Example
Text Example
White with #C22957
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22957; }
p { color: rgb(194,41,87); }
H1.HeaderClassName
{
color: #C22957;
}
.AnyTagClassName
{
color: #C22957;
}
</style>
background-color css
<style>
a { background-color: #C22957; }
a { background-color: rgb(194,41,87); }
div.DivClassName
{
background-color: #C22957;
}
.BgClassName
{
background-color: #C22957;
}
</style>
border-color css
<style>
span { border-color: #C22957; }
span { border-color: rgb(194,41,87); }
td.TdClassName
{
border-color: #C22957;
}
.TagClassName
{
border-color: #C22957;
}
</style>