Shades of Old Rose #C0294F
Tints of Old Rose #C0294F
RGB
CMYK
RGB Variations
Color information
#C0294F (or 0xC0294F) is known color: Old Rose. HEX triplet: C0, 29 and 4F. RGB value is (192,41,79). Sum of RGB (Red+Green+Blue) = 192+41+79=312 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.54% from 312); Green value is 41 (16.41% from 255 or 13.14% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 192 - color contains mainly: red. Hex color #C0294F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0294F is #3FD6B0. Grayscale: #5A5A5A. Windows color (decimal): -4183729 or 5188032. OLE color: 5188032.
HSL color Cylindrical-coordinate representation of color #C0294F: hue angle of 344.9º 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 #C0294F is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 41 | 79 | - |
| CMYK | 0 | 0.79 | 0.59 | 0.25 |
| HSL | 344.9º | 0.65% | 0.46% | - |
| HSV(B) | 344.9º | 0.79% | 0.75% | - |
| XYZ | 23.94 | 13.36 | 8.71 | - |
| YUV | 90.48 | 121.53 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 41 | 79 | 0 | 0.79 | 0.59 | 0.25 | 344.9 | 0.65 | 0.46 |
| Hex | C0 | 29 | 4F | 0 | 4F | 3B | 19 | 159 | 41 | 2E |
| Octal | 300 | 51 | 117 | 0 | 117 | 73 | 31 | 531 | 101 | 56 |
| Binary | 11000000 | 101001 | 1001111 | 0 | 1001111 | 111011 | 11001 | 101011001 | 1000001 | 101110 |
Color Harmonies of #C0294F
Complementary color
Monochromatic Colors of #C0294F
Black with #C0294F
Text Example
Text Example
White with #C0294F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0294F; }
p { color: rgb(192,41,79); }
H1.HeaderClassName
{
color: #C0294F;
}
.AnyTagClassName
{
color: #C0294F;
}
</style>
background-color css
<style>
a { background-color: #C0294F; }
a { background-color: rgb(192,41,79); }
div.DivClassName
{
background-color: #C0294F;
}
.BgClassName
{
background-color: #C0294F;
}
</style>
border-color css
<style>
span { border-color: #C0294F; }
span { border-color: rgb(192,41,79); }
td.TdClassName
{
border-color: #C0294F;
}
.TagClassName
{
border-color: #C0294F;
}
</style>