Shades of Old Rose #C0224D
Tints of Old Rose #C0224D
RGB
CMYK
RGB Variations
Color information
#C0224D (or 0xC0224D) is known color: Old Rose. HEX triplet: C0, 22 and 4D. RGB value is (192,34,77). Sum of RGB (Red+Green+Blue) = 192+34+77=303 (40% of max value = 765). Red value is 192 (75.39% from 255 or 63.37% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 77 (30.47% from 255 or 25.41% from 303); Max value from RGB is 192 - color contains mainly: red. Hex color #C0224D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0224D is #3FDDB2. Grayscale: #565656. Windows color (decimal): -4185523 or 5055168. OLE color: 5055168.
HSL color Cylindrical-coordinate representation of color #C0224D: hue angle of 343.67º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C0224D is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 34 | 77 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.25 |
| HSL | 343.67º | 0.7% | 0.44% | - |
| HSV(B) | 343.67º | 0.82% | 0.75% | - |
| XYZ | 23.65 | 12.89 | 8.26 | - |
| YUV | 86.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 34 | 77 | 0 | 0.82 | 0.60 | 0.25 | 343.67 | 0.7 | 0.44 |
| Hex | C0 | 22 | 4D | 0 | 52 | 3C | 19 | 158 | 46 | 2C |
| Octal | 300 | 42 | 115 | 0 | 122 | 74 | 31 | 530 | 106 | 54 |
| Binary | 11000000 | 100010 | 1001101 | 0 | 1010010 | 111100 | 11001 | 101011000 | 1000110 | 101100 |
Color Harmonies of #C0224D
Complementary color
Monochromatic Colors of #C0224D
Black with #C0224D
Text Example
Text Example
White with #C0224D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0224D; }
p { color: rgb(192,34,77); }
H1.HeaderClassName
{
color: #C0224D;
}
.AnyTagClassName
{
color: #C0224D;
}
</style>
background-color css
<style>
a { background-color: #C0224D; }
a { background-color: rgb(192,34,77); }
div.DivClassName
{
background-color: #C0224D;
}
.BgClassName
{
background-color: #C0224D;
}
</style>
border-color css
<style>
span { border-color: #C0224D; }
span { border-color: rgb(192,34,77); }
td.TdClassName
{
border-color: #C0224D;
}
.TagClassName
{
border-color: #C0224D;
}
</style>