Shades of Old Rose #C22458
Tints of Old Rose #C22458
RGB
CMYK
RGB Variations
Color information
#C22458 (or 0xC22458) is known color: Old Rose. HEX triplet: C2, 24 and 58. RGB value is (194,36,88). Sum of RGB (Red+Green+Blue) = 194+36+88=318 (42% of max value = 765). Red value is 194 (76.17% from 255 or 61.01% from 318); Green value is 36 (14.45% from 255 or 11.32% from 318); Blue value is 88 (34.77% from 255 or 27.67% from 318); Max value from RGB is 194 - color contains mainly: red. Hex color #C22458 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22458 is #3DDBA7. Grayscale: #595959. Windows color (decimal): -4053928 or 5776578. OLE color: 5776578.
HSL color Cylindrical-coordinate representation of color #C22458: hue angle of 340.25º degrees, saturation: 0.69, 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 #C22458 is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 36 | 88 | - |
| CMYK | 0 | 0.81 | 0.55 | 0.24 |
| HSL | 340.25º | 0.69% | 0.45% | - |
| HSV(B) | 340.25º | 0.81% | 0.76% | - |
| XYZ | 24.64 | 13.44 | 10.53 | - |
| YUV | 89.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 36 | 88 | 0 | 0.81 | 0.55 | 0.24 | 340.25 | 0.69 | 0.45 |
| Hex | C2 | 24 | 58 | 0 | 51 | 37 | 18 | 154 | 45 | 2D |
| Octal | 302 | 44 | 130 | 0 | 121 | 67 | 30 | 524 | 105 | 55 |
| Binary | 11000010 | 100100 | 1011000 | 0 | 1010001 | 110111 | 11000 | 101010100 | 1000101 | 101101 |
Color Harmonies of #C22458
Complementary color
Monochromatic Colors of #C22458
Black with #C22458
Text Example
Text Example
White with #C22458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22458; }
p { color: rgb(194,36,88); }
H1.HeaderClassName
{
color: #C22458;
}
.AnyTagClassName
{
color: #C22458;
}
</style>
background-color css
<style>
a { background-color: #C22458; }
a { background-color: rgb(194,36,88); }
div.DivClassName
{
background-color: #C22458;
}
.BgClassName
{
background-color: #C22458;
}
</style>
border-color css
<style>
span { border-color: #C22458; }
span { border-color: rgb(194,36,88); }
td.TdClassName
{
border-color: #C22458;
}
.TagClassName
{
border-color: #C22458;
}
</style>