Shades of Old Rose #C0294D
Tints of Old Rose #C0294D
RGB
CMYK
RGB Variations
Color information
#C0294D (or 0xC0294D) is known color: Old Rose. HEX triplet: C0, 29 and 4D. RGB value is (192,41,77). Sum of RGB (Red+Green+Blue) = 192+41+77=310 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.94% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0294D is #3FD6B2. Grayscale: #5A5A5A. Windows color (decimal): -4183731 or 5056960. OLE color: 5056960.
HSL color Cylindrical-coordinate representation of color #C0294D: hue angle of 345.7º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C0294D is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 77 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.25 |
| HSL | 345.7º | 0.65% | 0.46% | - |
| HSV(B) | 345.7º | 0.79% | 0.75% | - |
| XYZ | 23.87 | 13.33 | 8.34 | - |
| YUV | 90.25 | 120.53 | 200.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 77 | 0 | 0.79 | 0.60 | 0.25 | 345.7 | 0.65 | 0.46 |
| Hex | C0 | 29 | 4D | 0 | 4F | 3C | 19 | 15A | 41 | 2E |
| Octal | 300 | 51 | 115 | 0 | 117 | 74 | 31 | 532 | 101 | 56 |
| Binary | 11000000 | 101001 | 1001101 | 0 | 1001111 | 111100 | 11001 | 101011010 | 1000001 | 101110 |
Color Harmonies of #C0294D
Complementary color
Monochromatic Colors of #C0294D
Black with #C0294D
Text Example
Text Example
White with #C0294D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0294D; }
p { color: rgb(192,41,77); }
H1.HeaderClassName
{
color: #C0294D;
}
.AnyTagClassName
{
color: #C0294D;
}
</style>
background-color css
<style>
a { background-color: #C0294D; }
a { background-color: rgb(192,41,77); }
div.DivClassName
{
background-color: #C0294D;
}
.BgClassName
{
background-color: #C0294D;
}
</style>
border-color css
<style>
span { border-color: #C0294D; }
span { border-color: rgb(192,41,77); }
td.TdClassName
{
border-color: #C0294D;
}
.TagClassName
{
border-color: #C0294D;
}
</style>