Shades of Old Rose #C02C4E
Tints of Old Rose #C02C4E
RGB
CMYK
RGB Variations
Color information
#C02C4E (or 0xC02C4E) is known color: Old Rose. HEX triplet: C0, 2C and 4E. RGB value is (192,44,78). Sum of RGB (Red+Green+Blue) = 192+44+78=314 (41% of max value = 765). Red value is 192 (75.39% from 255 or 61.15% from 314); Green value is 44 (17.58% from 255 or 14.01% from 314); Blue value is 78 (30.86% from 255 or 24.84% from 314); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C4E is #3FD3B1. Grayscale: #5C5C5C. Windows color (decimal): -4182962 or 5123264. OLE color: 5123264.
HSL color Cylindrical-coordinate representation of color #C02C4E: hue angle of 346.22º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C02C4E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 78 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.25 |
| HSL | 346.22º | 0.63% | 0.46% | - |
| HSV(B) | 346.22º | 0.77% | 0.75% | - |
| XYZ | 24.01 | 13.56 | 8.56 | - |
| YUV | 92.13 | 120.03 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 78 | 0 | 0.77 | 0.59 | 0.25 | 346.22 | 0.63 | 0.46 |
| Hex | C0 | 2C | 4E | 0 | 4D | 3B | 19 | 15A | 3F | 2E |
| Octal | 300 | 54 | 116 | 0 | 115 | 73 | 31 | 532 | 77 | 56 |
| Binary | 11000000 | 101100 | 1001110 | 0 | 1001101 | 111011 | 11001 | 101011010 | 111111 | 101110 |
Color Harmonies of #C02C4E
Complementary color
Monochromatic Colors of #C02C4E
Black with #C02C4E
Text Example
Text Example
White with #C02C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C4E; }
p { color: rgb(192,44,78); }
H1.HeaderClassName
{
color: #C02C4E;
}
.AnyTagClassName
{
color: #C02C4E;
}
</style>
background-color css
<style>
a { background-color: #C02C4E; }
a { background-color: rgb(192,44,78); }
div.DivClassName
{
background-color: #C02C4E;
}
.BgClassName
{
background-color: #C02C4E;
}
</style>
border-color css
<style>
span { border-color: #C02C4E; }
span { border-color: rgb(192,44,78); }
td.TdClassName
{
border-color: #C02C4E;
}
.TagClassName
{
border-color: #C02C4E;
}
</style>