Shades of Old Rose #C22C54
Tints of Old Rose #C22C54
RGB
CMYK
RGB Variations
Color information
#C22C54 (or 0xC22C54) is known color: Old Rose. HEX triplet: C2, 2C and 54. RGB value is (194,44,84). Sum of RGB (Red+Green+Blue) = 194+44+84=322 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.25% from 322); Green value is 44 (17.58% from 255 or 13.66% from 322); Blue value is 84 (33.20% from 255 or 26.09% from 322); Max value from RGB is 194 - color contains mainly: red. Hex color #C22C54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22C54 is #3DD3AB. Grayscale: #5D5D5D. Windows color (decimal): -4051884 or 5516482. OLE color: 5516482.
HSL color Cylindrical-coordinate representation of color #C22C54: hue angle of 344º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C22C54 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 44 | 84 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.24 |
| HSL | 344º | 0.63% | 0.47% | - |
| HSV(B) | 344º | 0.77% | 0.76% | - |
| XYZ | 24.75 | 13.91 | 9.77 | - |
| YUV | 93.41 | 122.7 | 199.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 44 | 84 | 0 | 0.77 | 0.57 | 0.24 | 344 | 0.63 | 0.47 |
| Hex | C2 | 2C | 54 | 0 | 4D | 39 | 18 | 158 | 3F | 2F |
| Octal | 302 | 54 | 124 | 0 | 115 | 71 | 30 | 530 | 77 | 57 |
| Binary | 11000010 | 101100 | 1010100 | 0 | 1001101 | 111001 | 11000 | 101011000 | 111111 | 101111 |
Color Harmonies of #C22C54
Complementary color
Monochromatic Colors of #C22C54
Black with #C22C54
Text Example
Text Example
White with #C22C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22C54; }
p { color: rgb(194,44,84); }
H1.HeaderClassName
{
color: #C22C54;
}
.AnyTagClassName
{
color: #C22C54;
}
</style>
background-color css
<style>
a { background-color: #C22C54; }
a { background-color: rgb(194,44,84); }
div.DivClassName
{
background-color: #C22C54;
}
.BgClassName
{
background-color: #C22C54;
}
</style>
border-color css
<style>
span { border-color: #C22C54; }
span { border-color: rgb(194,44,84); }
td.TdClassName
{
border-color: #C22C54;
}
.TagClassName
{
border-color: #C22C54;
}
</style>