Shades of Old Rose #C22756
Tints of Old Rose #C22756
RGB
CMYK
RGB Variations
Color information
#C22756 (or 0xC22756) is known color: Old Rose. HEX triplet: C2, 27 and 56. RGB value is (194,39,86). Sum of RGB (Red+Green+Blue) = 194+39+86=319 (42% of max value = 765). Red value is 194 (76.17% from 255 or 60.82% from 319); Green value is 39 (15.62% from 255 or 12.23% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 194 - color contains mainly: red. Hex color #C22756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C22756 is #3DD8A9. Grayscale: #5A5A5A. Windows color (decimal): -4053162 or 5646274. OLE color: 5646274.
HSL color Cylindrical-coordinate representation of color #C22756: hue angle of 341.81º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C22756 is Cyan = 0, Magento = 0.80, Yellow = 0.56 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 86 | - |
| CMYK | 0 | 0.80 | 0.56 | 0.24 |
| HSL | 341.81º | 0.67% | 0.46% | - |
| HSV(B) | 341.81º | 0.8% | 0.76% | - |
| XYZ | 24.65 | 13.59 | 10.13 | - |
| YUV | 90.7 | 125.35 | 201.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 86 | 0 | 0.80 | 0.56 | 0.24 | 341.81 | 0.67 | 0.46 |
| Hex | C2 | 27 | 56 | 0 | 50 | 38 | 18 | 156 | 43 | 2E |
| Octal | 302 | 47 | 126 | 0 | 120 | 70 | 30 | 526 | 103 | 56 |
| Binary | 11000010 | 100111 | 1010110 | 0 | 1010000 | 111000 | 11000 | 101010110 | 1000011 | 101110 |
Color Harmonies of #C22756
Complementary color
Monochromatic Colors of #C22756
Black with #C22756
Text Example
Text Example
White with #C22756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C22756; }
p { color: rgb(194,39,86); }
H1.HeaderClassName
{
color: #C22756;
}
.AnyTagClassName
{
color: #C22756;
}
</style>
background-color css
<style>
a { background-color: #C22756; }
a { background-color: rgb(194,39,86); }
div.DivClassName
{
background-color: #C22756;
}
.BgClassName
{
background-color: #C22756;
}
</style>
border-color css
<style>
span { border-color: #C22756; }
span { border-color: rgb(194,39,86); }
td.TdClassName
{
border-color: #C22756;
}
.TagClassName
{
border-color: #C22756;
}
</style>