Shades of Old Rose #C2284C
Tints of Old Rose #C2284C
RGB
CMYK
RGB Variations
Color information
#C2284C (or 0xC2284C) is known color: Old Rose. HEX triplet: C2, 28 and 4C. RGB value is (194,40,76). Sum of RGB (Red+Green+Blue) = 194+40+76=310 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.58% from 310); Green value is 40 (16.02% from 255 or 12.90% from 310); Blue value is 76 (30.08% from 255 or 24.52% from 310); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2284C is #3DD7B3. Grayscale: #5A5A5A. Windows color (decimal): -4052916 or 4991170. OLE color: 4991170.
HSL color Cylindrical-coordinate representation of color #C2284C: hue angle of 345.97º 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 #C2284C is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 76 | - |
| CMYK | 0 | 0.79 | 0.61 | 0.24 |
| HSL | 345.97º | 0.66% | 0.46% | - |
| HSV(B) | 345.97º | 0.79% | 0.76% | - |
| XYZ | 24.31 | 13.51 | 8.16 | - |
| YUV | 90.15 | 120.02 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 76 | 0 | 0.79 | 0.61 | 0.24 | 345.97 | 0.66 | 0.46 |
| Hex | C2 | 28 | 4C | 0 | 4F | 3D | 18 | 15A | 42 | 2E |
| Octal | 302 | 50 | 114 | 0 | 117 | 75 | 30 | 532 | 102 | 56 |
| Binary | 11000010 | 101000 | 1001100 | 0 | 1001111 | 111101 | 11000 | 101011010 | 1000010 | 101110 |
Color Harmonies of #C2284C
Complementary color
Monochromatic Colors of #C2284C
Black with #C2284C
Text Example
Text Example
White with #C2284C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2284C; }
p { color: rgb(194,40,76); }
H1.HeaderClassName
{
color: #C2284C;
}
.AnyTagClassName
{
color: #C2284C;
}
</style>
background-color css
<style>
a { background-color: #C2284C; }
a { background-color: rgb(194,40,76); }
div.DivClassName
{
background-color: #C2284C;
}
.BgClassName
{
background-color: #C2284C;
}
</style>
border-color css
<style>
span { border-color: #C2284C; }
span { border-color: rgb(194,40,76); }
td.TdClassName
{
border-color: #C2284C;
}
.TagClassName
{
border-color: #C2284C;
}
</style>