Shades of Old Rose #C2214E
Tints of Old Rose #C2214E
RGB
CMYK
RGB Variations
Color information
#C2214E (or 0xC2214E) is known color: Old Rose. HEX triplet: C2, 21 and 4E. RGB value is (194,33,78). Sum of RGB (Red+Green+Blue) = 194+33+78=305 (40% of max value = 765). Red value is 194 (76.17% from 255 or 63.61% from 305); Green value is 33 (13.28% from 255 or 10.82% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 194 - color contains mainly: red. Hex color #C2214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2214E is #3DDEB1. Grayscale: #565656. Windows color (decimal): -4054706 or 5120450. OLE color: 5120450.
HSL color Cylindrical-coordinate representation of color #C2214E: hue angle of 343.23º 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 #C2214E is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 33 | 78 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.24 |
| HSL | 343.23º | 0.71% | 0.45% | - |
| HSV(B) | 343.23º | 0.83% | 0.76% | - |
| XYZ | 24.17 | 13.11 | 8.46 | - |
| YUV | 86.27 | 123.34 | 204.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 33 | 78 | 0 | 0.83 | 0.60 | 0.24 | 343.23 | 0.71 | 0.45 |
| Hex | C2 | 21 | 4E | 0 | 53 | 3C | 18 | 157 | 47 | 2D |
| Octal | 302 | 41 | 116 | 0 | 123 | 74 | 30 | 527 | 107 | 55 |
| Binary | 11000010 | 100001 | 1001110 | 0 | 1010011 | 111100 | 11000 | 101010111 | 1000111 | 101101 |
Color Harmonies of #C2214E
Complementary color
Monochromatic Colors of #C2214E
Black with #C2214E
Text Example
Text Example
White with #C2214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2214E; }
p { color: rgb(194,33,78); }
H1.HeaderClassName
{
color: #C2214E;
}
.AnyTagClassName
{
color: #C2214E;
}
</style>
background-color css
<style>
a { background-color: #C2214E; }
a { background-color: rgb(194,33,78); }
div.DivClassName
{
background-color: #C2214E;
}
.BgClassName
{
background-color: #C2214E;
}
</style>
border-color css
<style>
span { border-color: #C2214E; }
span { border-color: rgb(194,33,78); }
td.TdClassName
{
border-color: #C2214E;
}
.TagClassName
{
border-color: #C2214E;
}
</style>