Shades of Old Rose #C2224A
Tints of Old Rose #C2224A
RGB
CMYK
RGB Variations
Color information
#C2224A (or 0xC2224A) is known color: Old Rose. HEX triplet: C2, 22 and 4A. RGB value is (194,34,74). Sum of RGB (Red+Green+Blue) = 194+34+74=302 (40% of max value = 765). Red value is 194 (76.17% from 255 or 64.24% from 302); Green value is 34 (13.67% from 255 or 11.26% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 194 - color contains mainly: red. Hex color #C2224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2224A is #3DDDB5. Grayscale: #565656. Windows color (decimal): -4054454 or 4858562. OLE color: 4858562.
HSL color Cylindrical-coordinate representation of color #C2224A: hue angle of 345º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C2224A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 34 | 74 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.24 |
| HSL | 345º | 0.7% | 0.45% | - |
| HSV(B) | 345º | 0.82% | 0.76% | - |
| XYZ | 24.06 | 13.11 | 7.74 | - |
| YUV | 86.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 34 | 74 | 0 | 0.82 | 0.62 | 0.24 | 345 | 0.7 | 0.45 |
| Hex | C2 | 22 | 4A | 0 | 52 | 3E | 18 | 159 | 46 | 2D |
| Octal | 302 | 42 | 112 | 0 | 122 | 76 | 30 | 531 | 106 | 55 |
| Binary | 11000010 | 100010 | 1001010 | 0 | 1010010 | 111110 | 11000 | 101011001 | 1000110 | 101101 |
Color Harmonies of #C2224A
Complementary color
Monochromatic Colors of #C2224A
Black with #C2224A
Text Example
Text Example
White with #C2224A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2224A; }
p { color: rgb(194,34,74); }
H1.HeaderClassName
{
color: #C2224A;
}
.AnyTagClassName
{
color: #C2224A;
}
</style>
background-color css
<style>
a { background-color: #C2224A; }
a { background-color: rgb(194,34,74); }
div.DivClassName
{
background-color: #C2224A;
}
.BgClassName
{
background-color: #C2224A;
}
</style>
border-color css
<style>
span { border-color: #C2224A; }
span { border-color: rgb(194,34,74); }
td.TdClassName
{
border-color: #C2224A;
}
.TagClassName
{
border-color: #C2224A;
}
</style>