Shades of Old Rose #C2274D
Tints of Old Rose #C2274D
RGB
CMYK
RGB Variations
Color information
#C2274D (or 0xC2274D) is known color: Old Rose. HEX triplet: C2, 27 and 4D. RGB value is (194,39,77). Sum of RGB (Red+Green+Blue) = 194+39+77=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 39 (15.62% from 255 or 12.58% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2274D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2274D is #3DD8B2. Grayscale: #595959. Windows color (decimal): -4053171 or 5056450. OLE color: 5056450.
HSL color Cylindrical-coordinate representation of color #C2274D: hue angle of 345.29º 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 #C2274D is Cyan = 0, Magento = 0.80, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 39 | 77 | - |
| CMYK | 0 | 0.80 | 0.60 | 0.24 |
| HSL | 345.29º | 0.67% | 0.46% | - |
| HSV(B) | 345.29º | 0.8% | 0.76% | - |
| XYZ | 24.31 | 13.46 | 8.34 | - |
| YUV | 89.68 | 120.85 | 202.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 39 | 77 | 0 | 0.80 | 0.60 | 0.24 | 345.29 | 0.67 | 0.46 |
| Hex | C2 | 27 | 4D | 0 | 50 | 3C | 18 | 159 | 43 | 2E |
| Octal | 302 | 47 | 115 | 0 | 120 | 74 | 30 | 531 | 103 | 56 |
| Binary | 11000010 | 100111 | 1001101 | 0 | 1010000 | 111100 | 11000 | 101011001 | 1000011 | 101110 |
Color Harmonies of #C2274D
Complementary color
Monochromatic Colors of #C2274D
Black with #C2274D
Text Example
Text Example
White with #C2274D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2274D; }
p { color: rgb(194,39,77); }
H1.HeaderClassName
{
color: #C2274D;
}
.AnyTagClassName
{
color: #C2274D;
}
</style>
background-color css
<style>
a { background-color: #C2274D; }
a { background-color: rgb(194,39,77); }
div.DivClassName
{
background-color: #C2274D;
}
.BgClassName
{
background-color: #C2274D;
}
</style>
border-color css
<style>
span { border-color: #C2274D; }
span { border-color: rgb(194,39,77); }
td.TdClassName
{
border-color: #C2274D;
}
.TagClassName
{
border-color: #C2274D;
}
</style>