Shades of Old Rose #C2204A
Tints of Old Rose #C2204A
RGB
CMYK
RGB Variations
Color information
#C2204A (or 0xC2204A) is known color: Old Rose. HEX triplet: C2, 20 and 4A. RGB value is (194,32,74). Sum of RGB (Red+Green+Blue) = 194+32+74=300 (39% of max value = 765). Red value is 194 (76.17% from 255 or 64.67% from 300); Green value is 32 (12.89% from 255 or 10.67% from 300); Blue value is 74 (29.30% from 255 or 24.67% from 300); Max value from RGB is 194 - color contains mainly: red. Hex color #C2204A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2204A is #3DDFB5. Grayscale: #555555. Windows color (decimal): -4054966 or 4858050. OLE color: 4858050.
HSL color Cylindrical-coordinate representation of color #C2204A: hue angle of 344.44º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C2204A is Cyan = 0, Magento = 0.84, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 32 | 74 | - |
| CMYK | 0 | 0.84 | 0.62 | 0.24 |
| HSL | 344.44º | 0.72% | 0.44% | - |
| HSV(B) | 344.44º | 0.84% | 0.76% | - |
| XYZ | 24 | 13 | 7.72 | - |
| YUV | 85.23 | 121.67 | 205.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 32 | 74 | 0 | 0.84 | 0.62 | 0.24 | 344.44 | 0.72 | 0.44 |
| Hex | C2 | 20 | 4A | 0 | 54 | 3E | 18 | 158 | 48 | 2C |
| Octal | 302 | 40 | 112 | 0 | 124 | 76 | 30 | 530 | 110 | 54 |
| Binary | 11000010 | 100000 | 1001010 | 0 | 1010100 | 111110 | 11000 | 101011000 | 1001000 | 101100 |
Color Harmonies of #C2204A
Complementary color
Monochromatic Colors of #C2204A
Black with #C2204A
Text Example
Text Example
White with #C2204A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2204A; }
p { color: rgb(194,32,74); }
H1.HeaderClassName
{
color: #C2204A;
}
.AnyTagClassName
{
color: #C2204A;
}
</style>
background-color css
<style>
a { background-color: #C2204A; }
a { background-color: rgb(194,32,74); }
div.DivClassName
{
background-color: #C2204A;
}
.BgClassName
{
background-color: #C2204A;
}
</style>
border-color css
<style>
span { border-color: #C2204A; }
span { border-color: rgb(194,32,74); }
td.TdClassName
{
border-color: #C2204A;
}
.TagClassName
{
border-color: #C2204A;
}
</style>