Shades of Old Rose #C2284E
Tints of Old Rose #C2284E
RGB
CMYK
RGB Variations
Color information
#C2284E (or 0xC2284E) is known color: Old Rose. HEX triplet: C2, 28 and 4E. RGB value is (194,40,78). Sum of RGB (Red+Green+Blue) = 194+40+78=312 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.18% from 312); Green value is 40 (16.02% from 255 or 12.82% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2284E is #3DD7B1. Grayscale: #5A5A5A. Windows color (decimal): -4052914 or 5122242. OLE color: 5122242.
HSL color Cylindrical-coordinate representation of color #C2284E: hue angle of 345.19º degrees, saturation: 0.66, 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 #C2284E is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 78 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.24 |
| HSL | 345.19º | 0.66% | 0.46% | - |
| HSV(B) | 345.19º | 0.79% | 0.76% | - |
| XYZ | 24.38 | 13.54 | 8.54 | - |
| YUV | 90.38 | 121.02 | 201.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 78 | 0 | 0.79 | 0.60 | 0.24 | 345.19 | 0.66 | 0.46 |
| Hex | C2 | 28 | 4E | 0 | 4F | 3C | 18 | 159 | 42 | 2E |
| Octal | 302 | 50 | 116 | 0 | 117 | 74 | 30 | 531 | 102 | 56 |
| Binary | 11000010 | 101000 | 1001110 | 0 | 1001111 | 111100 | 11000 | 101011001 | 1000010 | 101110 |
Color Harmonies of #C2284E
Complementary color
Monochromatic Colors of #C2284E
Black with #C2284E
Text Example
Text Example
White with #C2284E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2284E; }
p { color: rgb(194,40,78); }
H1.HeaderClassName
{
color: #C2284E;
}
.AnyTagClassName
{
color: #C2284E;
}
</style>
background-color css
<style>
a { background-color: #C2284E; }
a { background-color: rgb(194,40,78); }
div.DivClassName
{
background-color: #C2284E;
}
.BgClassName
{
background-color: #C2284E;
}
</style>
border-color css
<style>
span { border-color: #C2284E; }
span { border-color: rgb(194,40,78); }
td.TdClassName
{
border-color: #C2284E;
}
.TagClassName
{
border-color: #C2284E;
}
</style>