Shades of Old Rose #C02E47
Tints of Old Rose #C02E47
RGB
CMYK
RGB Variations
Color information
#C02E47 (or 0xC02E47) is known color: Old Rose. HEX triplet: C0, 2E and 47. RGB value is (192,46,71). Sum of RGB (Red+Green+Blue) = 192+46+71=309 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.14% from 309); Green value is 46 (18.36% from 255 or 14.89% from 309); Blue value is 71 (28.12% from 255 or 22.98% from 309); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E47 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C02E47 is #3FD1B8. Grayscale: #5C5C5C. Windows color (decimal): -4182457 or 4665024. OLE color: 4665024.
HSL color Cylindrical-coordinate representation of color #C02E47: hue angle of 349.73º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C02E47 is Cyan = 0, Magento = 0.76, Yellow = 0.63 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 71 | - |
| CMYK | 0 | 0.76 | 0.63 | 0.25 |
| HSL | 349.73º | 0.61% | 0.47% | - |
| HSV(B) | 349.73º | 0.76% | 0.75% | - |
| XYZ | 23.85 | 13.62 | 7.33 | - |
| YUV | 92.5 | 115.87 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 71 | 0 | 0.76 | 0.63 | 0.25 | 349.73 | 0.61 | 0.47 |
| Hex | C0 | 2E | 47 | 0 | 4C | 3F | 19 | 15E | 3D | 2F |
| Octal | 300 | 56 | 107 | 0 | 114 | 77 | 31 | 536 | 75 | 57 |
| Binary | 11000000 | 101110 | 1000111 | 0 | 1001100 | 111111 | 11001 | 101011110 | 111101 | 101111 |
Color Harmonies of #C02E47
Complementary color
Monochromatic Colors of #C02E47
Black with #C02E47
Text Example
Text Example
White with #C02E47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E47; }
p { color: rgb(192,46,71); }
H1.HeaderClassName
{
color: #C02E47;
}
.AnyTagClassName
{
color: #C02E47;
}
</style>
background-color css
<style>
a { background-color: #C02E47; }
a { background-color: rgb(192,46,71); }
div.DivClassName
{
background-color: #C02E47;
}
.BgClassName
{
background-color: #C02E47;
}
</style>
border-color css
<style>
span { border-color: #C02E47; }
span { border-color: rgb(192,46,71); }
td.TdClassName
{
border-color: #C02E47;
}
.TagClassName
{
border-color: #C02E47;
}
</style>