Shades of Old Rose #C2295E
Tints of Old Rose #C2295E
RGB
CMYK
RGB Variations
Color information
#C2295E (or 0xC2295E) is known color: Old Rose. HEX triplet: C2, 29 and 5E. RGB value is (194,41,94). Sum of RGB (Red+Green+Blue) = 194+41+94=329 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.97% from 329); Green value is 41 (16.41% from 255 or 12.46% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 194 - color contains mainly: red. Hex color #C2295E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2295E is #3DD6A1. Grayscale: #5C5C5C. Windows color (decimal): -4052642 or 6171074. OLE color: 6171074.
HSL color Cylindrical-coordinate representation of color #C2295E: hue angle of 339.22º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C2295E is Cyan = 0, Magento = 0.79, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 41 | 94 | - |
| CMYK | 0 | 0.79 | 0.52 | 0.24 |
| HSL | 339.22º | 0.65% | 0.46% | - |
| HSV(B) | 339.22º | 0.79% | 0.76% | - |
| XYZ | 25.06 | 13.86 | 11.94 | - |
| YUV | 92.79 | 128.69 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 41 | 94 | 0 | 0.79 | 0.52 | 0.24 | 339.22 | 0.65 | 0.46 |
| Hex | C2 | 29 | 5E | 0 | 4F | 34 | 18 | 153 | 41 | 2E |
| Octal | 302 | 51 | 136 | 0 | 117 | 64 | 30 | 523 | 101 | 56 |
| Binary | 11000010 | 101001 | 1011110 | 0 | 1001111 | 110100 | 11000 | 101010011 | 1000001 | 101110 |
Color Harmonies of #C2295E
Complementary color
Monochromatic Colors of #C2295E
Black with #C2295E
Text Example
Text Example
White with #C2295E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2295E; }
p { color: rgb(194,41,94); }
H1.HeaderClassName
{
color: #C2295E;
}
.AnyTagClassName
{
color: #C2295E;
}
</style>
background-color css
<style>
a { background-color: #C2295E; }
a { background-color: rgb(194,41,94); }
div.DivClassName
{
background-color: #C2295E;
}
.BgClassName
{
background-color: #C2295E;
}
</style>
border-color css
<style>
span { border-color: #C2295E; }
span { border-color: rgb(194,41,94); }
td.TdClassName
{
border-color: #C2295E;
}
.TagClassName
{
border-color: #C2295E;
}
</style>