Shades of Old Rose #C02D4E
Tints of Old Rose #C02D4E
RGB
CMYK
RGB Variations
Color information
#C02D4E (or 0xC02D4E) is known color: Old Rose. HEX triplet: C0, 2D and 4E. RGB value is (192,45,78). Sum of RGB (Red+Green+Blue) = 192+45+78=315 (41% of max value = 765). Red value is 192 (75.39% from 255 or 60.95% from 315); Green value is 45 (17.97% from 255 or 14.29% from 315); Blue value is 78 (30.86% from 255 or 24.76% from 315); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D4E is #3FD2B1. Grayscale: #5C5C5C. Windows color (decimal): -4182706 or 5123520. OLE color: 5123520.
HSL color Cylindrical-coordinate representation of color #C02D4E: hue angle of 346.53º degrees, saturation: 0.62, 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 #C02D4E is Cyan = 0, Magento = 0.77, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 78 | - |
| CMYK | 0 | 0.77 | 0.59 | 0.25 |
| HSL | 346.53º | 0.62% | 0.46% | - |
| HSV(B) | 346.53º | 0.77% | 0.75% | - |
| XYZ | 24.05 | 13.63 | 8.57 | - |
| YUV | 92.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 78 | 0 | 0.77 | 0.59 | 0.25 | 346.53 | 0.62 | 0.46 |
| Hex | C0 | 2D | 4E | 0 | 4D | 3B | 19 | 15B | 3E | 2E |
| Octal | 300 | 55 | 116 | 0 | 115 | 73 | 31 | 533 | 76 | 56 |
| Binary | 11000000 | 101101 | 1001110 | 0 | 1001101 | 111011 | 11001 | 101011011 | 111110 | 101110 |
Color Harmonies of #C02D4E
Complementary color
Monochromatic Colors of #C02D4E
Black with #C02D4E
Text Example
Text Example
White with #C02D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D4E; }
p { color: rgb(192,45,78); }
H1.HeaderClassName
{
color: #C02D4E;
}
.AnyTagClassName
{
color: #C02D4E;
}
</style>
background-color css
<style>
a { background-color: #C02D4E; }
a { background-color: rgb(192,45,78); }
div.DivClassName
{
background-color: #C02D4E;
}
.BgClassName
{
background-color: #C02D4E;
}
</style>
border-color css
<style>
span { border-color: #C02D4E; }
span { border-color: rgb(192,45,78); }
td.TdClassName
{
border-color: #C02D4E;
}
.TagClassName
{
border-color: #C02D4E;
}
</style>