Shades of Old Rose #C22154
Tints of Old Rose #C22154
RGB
CMYK
RGB Variations
Color information
#C22154 (or 0xC22154) is known color: Old Rose. HEX triplet: C2, 21 and 54. RGB value is (194,33,84). Sum of RGB (Red+Green+Blue) = 194+33+84=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 33 (13.28% from 255 or 10.61% from 311); Blue value is 84 (33.20% from 255 or 27.01% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C22154 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22154 is #3DDEAB. Grayscale: #565656. Windows color (decimal): -4054700 or 5513666. OLE color: 5513666.
HSL color Cylindrical-coordinate representation of color #C22154: hue angle of 340.99º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C22154 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 84 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.24 |
| HSL | 340.99º | 0.71% | 0.45% | - |
| HSV(B) | 340.99º | 0.83% | 0.76% | - |
| XYZ | 24.39 | 13.2 | 9.65 | - |
| YUV | 86.95 | 126.34 | 204.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 84 | 0 | 0.83 | 0.57 | 0.24 | 340.99 | 0.71 | 0.45 |
| Hex | C2 | 21 | 54 | 0 | 53 | 39 | 18 | 155 | 47 | 2D |
| Octal | 302 | 41 | 124 | 0 | 123 | 71 | 30 | 525 | 107 | 55 |
| Binary | 11000010 | 100001 | 1010100 | 0 | 1010011 | 111001 | 11000 | 101010101 | 1000111 | 101101 |
Color Harmonies of #C22154
Complementary color
Monochromatic Colors of #C22154
Black with #C22154
Text Example
Text Example
White with #C22154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22154; }
p { color: rgb(194,33,84); }
H1.HeaderClassName
{
color: #C22154;
}
.AnyTagClassName
{
color: #C22154;
}
</style>
background-color css
<style>
a { background-color: #C22154; }
a { background-color: rgb(194,33,84); }
div.DivClassName
{
background-color: #C22154;
}
.BgClassName
{
background-color: #C22154;
}
</style>
border-color css
<style>
span { border-color: #C22154; }
span { border-color: rgb(194,33,84); }
td.TdClassName
{
border-color: #C22154;
}
.TagClassName
{
border-color: #C22154;
}
</style>