Shades of Old Rose #C22352
Tints of Old Rose #C22352
RGB
CMYK
RGB Variations
Color information
#C22352 (or 0xC22352) is known color: Old Rose. HEX triplet: C2, 23 and 52. RGB value is (194,35,82). Sum of RGB (Red+Green+Blue) = 194+35+82=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 35 (14.06% from 255 or 11.25% from 311); Blue value is 82 (32.42% from 255 or 26.37% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C22352 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22352 is #3DDCAD. Grayscale: #575757. Windows color (decimal): -4054190 or 5383106. OLE color: 5383106.
HSL color Cylindrical-coordinate representation of color #C22352: hue angle of 342.26º degrees, saturation: 0.69, 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 #C22352 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 82 | - |
| CMYK | 0 | 0.82 | 0.58 | 0.24 |
| HSL | 342.26º | 0.69% | 0.45% | - |
| HSV(B) | 342.26º | 0.82% | 0.76% | - |
| XYZ | 24.37 | 13.28 | 9.26 | - |
| YUV | 87.9 | 124.68 | 203.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 82 | 0 | 0.82 | 0.58 | 0.24 | 342.26 | 0.69 | 0.45 |
| Hex | C2 | 23 | 52 | 0 | 52 | 3A | 18 | 156 | 45 | 2D |
| Octal | 302 | 43 | 122 | 0 | 122 | 72 | 30 | 526 | 105 | 55 |
| Binary | 11000010 | 100011 | 1010010 | 0 | 1010010 | 111010 | 11000 | 101010110 | 1000101 | 101101 |
Color Harmonies of #C22352
Complementary color
Monochromatic Colors of #C22352
Black with #C22352
Text Example
Text Example
White with #C22352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22352; }
p { color: rgb(194,35,82); }
H1.HeaderClassName
{
color: #C22352;
}
.AnyTagClassName
{
color: #C22352;
}
</style>
background-color css
<style>
a { background-color: #C22352; }
a { background-color: rgb(194,35,82); }
div.DivClassName
{
background-color: #C22352;
}
.BgClassName
{
background-color: #C22352;
}
</style>
border-color css
<style>
span { border-color: #C22352; }
span { border-color: rgb(194,35,82); }
td.TdClassName
{
border-color: #C22352;
}
.TagClassName
{
border-color: #C22352;
}
</style>