Shades of Old Rose #C22954
Tints of Old Rose #C22954
RGB
CMYK
RGB Variations
Color information
#C22954 (or 0xC22954) is known color: Old Rose. HEX triplet: C2, 29 and 54. RGB value is (194,41,84). Sum of RGB (Red+Green+Blue) = 194+41+84=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 84 (33.20% from 255 or 26.33% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22954 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22954 is #3DD6AB. Grayscale: #5B5B5B. Windows color (decimal): -4052652 or 5515714. OLE color: 5515714.
HSL color Cylindrical-coordinate representation of color #C22954: hue angle of 343.14º 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 #C22954 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 84 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.24 |
| HSL | 343.14º | 0.65% | 0.46% | - |
| HSV(B) | 343.14º | 0.79% | 0.76% | - |
| XYZ | 24.64 | 13.7 | 9.73 | - |
| YUV | 91.65 | 123.69 | 201 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 84 | 0 | 0.79 | 0.57 | 0.24 | 343.14 | 0.65 | 0.46 |
| Hex | C2 | 29 | 54 | 0 | 4F | 39 | 18 | 157 | 41 | 2E |
| Octal | 302 | 51 | 124 | 0 | 117 | 71 | 30 | 527 | 101 | 56 |
| Binary | 11000010 | 101001 | 1010100 | 0 | 1001111 | 111001 | 11000 | 101010111 | 1000001 | 101110 |
Color Harmonies of #C22954
Complementary color
Monochromatic Colors of #C22954
Black with #C22954
Text Example
Text Example
White with #C22954
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22954; }
p { color: rgb(194,41,84); }
H1.HeaderClassName
{
color: #C22954;
}
.AnyTagClassName
{
color: #C22954;
}
</style>
background-color css
<style>
a { background-color: #C22954; }
a { background-color: rgb(194,41,84); }
div.DivClassName
{
background-color: #C22954;
}
.BgClassName
{
background-color: #C22954;
}
</style>
border-color css
<style>
span { border-color: #C22954; }
span { border-color: rgb(194,41,84); }
td.TdClassName
{
border-color: #C22954;
}
.TagClassName
{
border-color: #C22954;
}
</style>