Shades of Old Rose #C22359
Tints of Old Rose #C22359
RGB
CMYK
RGB Variations
Color information
#C22359 (or 0xC22359) is known color: Old Rose. HEX triplet: C2, 23 and 59. RGB value is (194,35,89). Sum of RGB (Red+Green+Blue) = 194+35+89=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 35 (14.06% from 255 or 11.01% from 318); Blue value is 89 (35.16% from 255 or 27.99% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22359 is #3DDCA6. Grayscale: #585858. Windows color (decimal): -4054183 or 5841858. OLE color: 5841858.
HSL color Cylindrical-coordinate representation of color #C22359: hue angle of 339.62º 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 #C22359 is Cyan = 0, Magento = 0.82, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 35 | 89 | - |
| CMYK | 0 | 0.82 | 0.54 | 0.24 |
| HSL | 339.62º | 0.69% | 0.45% | - |
| HSV(B) | 339.62º | 0.82% | 0.76% | - |
| XYZ | 24.65 | 13.39 | 10.74 | - |
| YUV | 88.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 35 | 89 | 0 | 0.82 | 0.54 | 0.24 | 339.62 | 0.69 | 0.45 |
| Hex | C2 | 23 | 59 | 0 | 52 | 36 | 18 | 154 | 45 | 2D |
| Octal | 302 | 43 | 131 | 0 | 122 | 66 | 30 | 524 | 105 | 55 |
| Binary | 11000010 | 100011 | 1011001 | 0 | 1010010 | 110110 | 11000 | 101010100 | 1000101 | 101101 |
Color Harmonies of #C22359
Complementary color
Monochromatic Colors of #C22359
Black with #C22359
Text Example
Text Example
White with #C22359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22359; }
p { color: rgb(194,35,89); }
H1.HeaderClassName
{
color: #C22359;
}
.AnyTagClassName
{
color: #C22359;
}
</style>
background-color css
<style>
a { background-color: #C22359; }
a { background-color: rgb(194,35,89); }
div.DivClassName
{
background-color: #C22359;
}
.BgClassName
{
background-color: #C22359;
}
</style>
border-color css
<style>
span { border-color: #C22359; }
span { border-color: rgb(194,35,89); }
td.TdClassName
{
border-color: #C22359;
}
.TagClassName
{
border-color: #C22359;
}
</style>