Shades of Old Rose #C2284D
Tints of Old Rose #C2284D
RGB
CMYK
RGB Variations
Color information
#C2284D (or 0xC2284D) is known color: Old Rose. HEX triplet: C2, 28 and 4D. RGB value is (194,40,77). Sum of RGB (Red+Green+Blue) = 194+40+77=311 (41% of max value = 765). Red value is 194 (76.17% from 255 or 62.38% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 77 (30.47% from 255 or 24.76% from 311); Max value from RGB is 194 - color contains mainly: red. Hex color #C2284D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C2284D is #3DD7B2. Grayscale: #5A5A5A. Windows color (decimal): -4052915 or 5056706. OLE color: 5056706.
HSL color Cylindrical-coordinate representation of color #C2284D: hue angle of 345.58º 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 #C2284D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 194 | 40 | 77 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.24 |
| HSL | 345.58º | 0.66% | 0.46% | - |
| HSV(B) | 345.58º | 0.79% | 0.76% | - |
| XYZ | 24.35 | 13.52 | 8.35 | - |
| YUV | 90.26 | 120.52 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 194 | 40 | 77 | 0 | 0.79 | 0.60 | 0.24 | 345.58 | 0.66 | 0.46 |
| Hex | C2 | 28 | 4D | 0 | 4F | 3C | 18 | 15A | 42 | 2E |
| Octal | 302 | 50 | 115 | 0 | 117 | 74 | 30 | 532 | 102 | 56 |
| Binary | 11000010 | 101000 | 1001101 | 0 | 1001111 | 111100 | 11000 | 101011010 | 1000010 | 101110 |
Color Harmonies of #C2284D
Complementary color
Monochromatic Colors of #C2284D
Black with #C2284D
Text Example
Text Example
White with #C2284D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C2284D; }
p { color: rgb(194,40,77); }
H1.HeaderClassName
{
color: #C2284D;
}
.AnyTagClassName
{
color: #C2284D;
}
</style>
background-color css
<style>
a { background-color: #C2284D; }
a { background-color: rgb(194,40,77); }
div.DivClassName
{
background-color: #C2284D;
}
.BgClassName
{
background-color: #C2284D;
}
</style>
border-color css
<style>
span { border-color: #C2284D; }
span { border-color: rgb(194,40,77); }
td.TdClassName
{
border-color: #C2284D;
}
.TagClassName
{
border-color: #C2284D;
}
</style>