Shades of Old Rose #C22953
Tints of Old Rose #C22953
RGB
CMYK
RGB Variations
Color information
#C22953 (or 0xC22953) is known color: Old Rose. HEX triplet: C2, 29 and 53. RGB value is (194,41,83). Sum of RGB (Red+Green+Blue) = 194+41+83=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 41 (16.41% from 255 or 12.89% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22953 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22953 is #3DD6AC. Grayscale: #5B5B5B. Windows color (decimal): -4052653 or 5450178. OLE color: 5450178.
HSL color Cylindrical-coordinate representation of color #C22953: hue angle of 343.53º 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 #C22953 is Cyan = 0, Magento = 0.79, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 83 | - |
| CMYK | 0 | 0.79 | 0.57 | 0.24 |
| HSL | 343.53º | 0.65% | 0.46% | - |
| HSV(B) | 343.53º | 0.79% | 0.76% | - |
| XYZ | 24.6 | 13.68 | 9.53 | - |
| YUV | 91.54 | 123.19 | 201.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 83 | 0 | 0.79 | 0.57 | 0.24 | 343.53 | 0.65 | 0.46 |
| Hex | C2 | 29 | 53 | 0 | 4F | 39 | 18 | 158 | 41 | 2E |
| Octal | 302 | 51 | 123 | 0 | 117 | 71 | 30 | 530 | 101 | 56 |
| Binary | 11000010 | 101001 | 1010011 | 0 | 1001111 | 111001 | 11000 | 101011000 | 1000001 | 101110 |
Color Harmonies of #C22953
Complementary color
Monochromatic Colors of #C22953
Black with #C22953
Text Example
Text Example
White with #C22953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22953; }
p { color: rgb(194,41,83); }
H1.HeaderClassName
{
color: #C22953;
}
.AnyTagClassName
{
color: #C22953;
}
</style>
background-color css
<style>
a { background-color: #C22953; }
a { background-color: rgb(194,41,83); }
div.DivClassName
{
background-color: #C22953;
}
.BgClassName
{
background-color: #C22953;
}
</style>
border-color css
<style>
span { border-color: #C22953; }
span { border-color: rgb(194,41,83); }
td.TdClassName
{
border-color: #C22953;
}
.TagClassName
{
border-color: #C22953;
}
</style>