Shades of Old Rose #C22552
Tints of Old Rose #C22552
RGB
CMYK
RGB Variations
Color information
#C22552 (or 0xC22552) is known color: Old Rose. HEX triplet: C2, 25 and 52. RGB value is (194,37,82). Sum of RGB (Red+Green+Blue) = 194+37+82=313 (41% of max value = 765). Red value is 194 (76.17% from 255 or 61.98% from 313); Green value is 37 (14.84% from 255 or 11.82% from 313); Blue value is 82 (32.42% from 255 or 26.20% from 313); Max value from RGB is 194 - color contains mainly: red. Hex color #C22552 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22552 is #3DDAAD. Grayscale: #595959. Windows color (decimal): -4053678 or 5383618. OLE color: 5383618.
HSL color Cylindrical-coordinate representation of color #C22552: hue angle of 342.8º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C22552 is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 37 | 82 | - |
| CMYK | 0 | 0.81 | 0.58 | 0.24 |
| HSL | 342.8º | 0.68% | 0.45% | - |
| HSV(B) | 342.8º | 0.81% | 0.76% | - |
| XYZ | 24.43 | 13.4 | 9.28 | - |
| YUV | 89.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 37 | 82 | 0 | 0.81 | 0.58 | 0.24 | 342.8 | 0.68 | 0.45 |
| Hex | C2 | 25 | 52 | 0 | 51 | 3A | 18 | 157 | 44 | 2D |
| Octal | 302 | 45 | 122 | 0 | 121 | 72 | 30 | 527 | 104 | 55 |
| Binary | 11000010 | 100101 | 1010010 | 0 | 1010001 | 111010 | 11000 | 101010111 | 1000100 | 101101 |
Color Harmonies of #C22552
Complementary color
Monochromatic Colors of #C22552
Black with #C22552
Text Example
Text Example
White with #C22552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22552; }
p { color: rgb(194,37,82); }
H1.HeaderClassName
{
color: #C22552;
}
.AnyTagClassName
{
color: #C22552;
}
</style>
background-color css
<style>
a { background-color: #C22552; }
a { background-color: rgb(194,37,82); }
div.DivClassName
{
background-color: #C22552;
}
.BgClassName
{
background-color: #C22552;
}
</style>
border-color css
<style>
span { border-color: #C22552; }
span { border-color: rgb(194,37,82); }
td.TdClassName
{
border-color: #C22552;
}
.TagClassName
{
border-color: #C22552;
}
</style>