Shades of Old Rose #C22B61
Tints of Old Rose #C22B61
RGB
CMYK
RGB Variations
Color information
#C22B61 (or 0xC22B61) is known color: Old Rose. HEX triplet: C2, 2B and 61. RGB value is (194,43,97). Sum of RGB (Red+Green+Blue) = 194+43+97=334 (44% of max value = 765). Red value is 194 (76.17% from 255 or 58.08% from 334); Green value is 43 (17.19% from 255 or 12.87% from 334); Blue value is 97 (38.28% from 255 or 29.04% from 334); Max value from RGB is 194 - color contains mainly: red. Hex color #C22B61 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22B61 is #3DD49E. Grayscale: #5E5E5E. Windows color (decimal): -4052127 or 6368194. OLE color: 6368194.
HSL color Cylindrical-coordinate representation of color #C22B61: hue angle of 338.54º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C22B61 is Cyan = 0, Magento = 0.78, Yellow = 0.50 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 43 | 97 | - |
| CMYK | 0 | 0.78 | 0.50 | 0.24 |
| HSL | 338.54º | 0.64% | 0.46% | - |
| HSV(B) | 338.54º | 0.78% | 0.76% | - |
| XYZ | 25.27 | 14.06 | 12.69 | - |
| YUV | 94.31 | 129.53 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 43 | 97 | 0 | 0.78 | 0.50 | 0.24 | 338.54 | 0.64 | 0.46 |
| Hex | C2 | 2B | 61 | 0 | 4E | 32 | 18 | 153 | 40 | 2E |
| Octal | 302 | 53 | 141 | 0 | 116 | 62 | 30 | 523 | 100 | 56 |
| Binary | 11000010 | 101011 | 1100001 | 0 | 1001110 | 110010 | 11000 | 101010011 | 1000000 | 101110 |
Color Harmonies of #C22B61
Complementary color
Monochromatic Colors of #C22B61
Black with #C22B61
Text Example
Text Example
White with #C22B61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22B61; }
p { color: rgb(194,43,97); }
H1.HeaderClassName
{
color: #C22B61;
}
.AnyTagClassName
{
color: #C22B61;
}
</style>
background-color css
<style>
a { background-color: #C22B61; }
a { background-color: rgb(194,43,97); }
div.DivClassName
{
background-color: #C22B61;
}
.BgClassName
{
background-color: #C22B61;
}
</style>
border-color css
<style>
span { border-color: #C22B61; }
span { border-color: rgb(194,43,97); }
td.TdClassName
{
border-color: #C22B61;
}
.TagClassName
{
border-color: #C22B61;
}
</style>