Shades of Old Rose #C22859
Tints of Old Rose #C22859
RGB
CMYK
RGB Variations
Color information
#C22859 (or 0xC22859) is known color: Old Rose. HEX triplet: C2, 28 and 59. RGB value is (194,40,89). Sum of RGB (Red+Green+Blue) = 194+40+89=323 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.06% from 323); Green value is 40 (16.02% from 255 or 12.38% from 323); Blue value is 89 (35.16% from 255 or 27.55% from 323); Max value from RGB is 194 - color contains mainly: red. Hex color #C22859 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22859 is #3DD7A6. Grayscale: #5B5B5B. Windows color (decimal): -4052903 or 5843138. OLE color: 5843138.
HSL color Cylindrical-coordinate representation of color #C22859: hue angle of 340.91º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C22859 is Cyan = 0, Magento = 0.79, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 89 | - |
| CMYK | 0 | 0.79 | 0.54 | 0.24 |
| HSL | 340.91º | 0.66% | 0.46% | - |
| HSV(B) | 340.91º | 0.79% | 0.76% | - |
| XYZ | 24.81 | 13.71 | 10.79 | - |
| YUV | 91.63 | 126.52 | 201.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 89 | 0 | 0.79 | 0.54 | 0.24 | 340.91 | 0.66 | 0.46 |
| Hex | C2 | 28 | 59 | 0 | 4F | 36 | 18 | 155 | 42 | 2E |
| Octal | 302 | 50 | 131 | 0 | 117 | 66 | 30 | 525 | 102 | 56 |
| Binary | 11000010 | 101000 | 1011001 | 0 | 1001111 | 110110 | 11000 | 101010101 | 1000010 | 101110 |
Color Harmonies of #C22859
Complementary color
Monochromatic Colors of #C22859
Black with #C22859
Text Example
Text Example
White with #C22859
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22859; }
p { color: rgb(194,40,89); }
H1.HeaderClassName
{
color: #C22859;
}
.AnyTagClassName
{
color: #C22859;
}
</style>
background-color css
<style>
a { background-color: #C22859; }
a { background-color: rgb(194,40,89); }
div.DivClassName
{
background-color: #C22859;
}
.BgClassName
{
background-color: #C22859;
}
</style>
border-color css
<style>
span { border-color: #C22859; }
span { border-color: rgb(194,40,89); }
td.TdClassName
{
border-color: #C22859;
}
.TagClassName
{
border-color: #C22859;
}
</style>