Shades of Old Rose #C02D59
Tints of Old Rose #C02D59
RGB
CMYK
RGB Variations
Color information
#C02D59 (or 0xC02D59) is known color: Old Rose. HEX triplet: C0, 2D and 59. RGB value is (192,45,89). Sum of RGB (Red+Green+Blue) = 192+45+89=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 45 (17.97% from 255 or 13.80% from 326); Blue value is 89 (35.16% from 255 or 27.30% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D59 is #3FD2A6. Grayscale: #5D5D5D. Windows color (decimal): -4182695 or 5844416. OLE color: 5844416.
HSL color Cylindrical-coordinate representation of color #C02D59: hue angle of 342.04º 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 #C02D59 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 89 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.25 |
| HSL | 342.04º | 0.62% | 0.46% | - |
| HSV(B) | 342.04º | 0.77% | 0.75% | - |
| XYZ | 24.48 | 13.8 | 10.83 | - |
| YUV | 93.97 | 125.2 | 197.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 89 | 0 | 0.77 | 0.54 | 0.25 | 342.04 | 0.62 | 0.46 |
| Hex | C0 | 2D | 59 | 0 | 4D | 36 | 19 | 156 | 3E | 2E |
| Octal | 300 | 55 | 131 | 0 | 115 | 66 | 31 | 526 | 76 | 56 |
| Binary | 11000000 | 101101 | 1011001 | 0 | 1001101 | 110110 | 11001 | 101010110 | 111110 | 101110 |
Color Harmonies of #C02D59
Complementary color
Monochromatic Colors of #C02D59
Black with #C02D59
Text Example
Text Example
White with #C02D59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D59; }
p { color: rgb(192,45,89); }
H1.HeaderClassName
{
color: #C02D59;
}
.AnyTagClassName
{
color: #C02D59;
}
</style>
background-color css
<style>
a { background-color: #C02D59; }
a { background-color: rgb(192,45,89); }
div.DivClassName
{
background-color: #C02D59;
}
.BgClassName
{
background-color: #C02D59;
}
</style>
border-color css
<style>
span { border-color: #C02D59; }
span { border-color: rgb(192,45,89); }
td.TdClassName
{
border-color: #C02D59;
}
.TagClassName
{
border-color: #C02D59;
}
</style>