Shades of Old Rose #C02D58
Tints of Old Rose #C02D58
RGB
CMYK
RGB Variations
Color information
#C02D58 (or 0xC02D58) is known color: Old Rose. HEX triplet: C0, 2D and 58. RGB value is (192,45,88). Sum of RGB (Red+Green+Blue) = 192+45+88=325 (43% of max value = 765). Red value is 192 (75.39% from 255 or 59.08% from 325); Green value is 45 (17.97% from 255 or 13.85% from 325); Blue value is 88 (34.77% from 255 or 27.08% from 325); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D58 is #3FD2A7. Grayscale: #5D5D5D. Windows color (decimal): -4182696 or 5778880. OLE color: 5778880.
HSL color Cylindrical-coordinate representation of color #C02D58: hue angle of 342.45º 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 #C02D58 is Cyan = 0, Magento = 0.77, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 88 | - |
| CMYK | 0 | 0.77 | 0.54 | 0.25 |
| HSL | 342.45º | 0.62% | 0.46% | - |
| HSV(B) | 342.45º | 0.77% | 0.75% | - |
| XYZ | 24.44 | 13.79 | 10.61 | - |
| YUV | 93.86 | 124.7 | 198 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 88 | 0 | 0.77 | 0.54 | 0.25 | 342.45 | 0.62 | 0.46 |
| Hex | C0 | 2D | 58 | 0 | 4D | 36 | 19 | 156 | 3E | 2E |
| Octal | 300 | 55 | 130 | 0 | 115 | 66 | 31 | 526 | 76 | 56 |
| Binary | 11000000 | 101101 | 1011000 | 0 | 1001101 | 110110 | 11001 | 101010110 | 111110 | 101110 |
Color Harmonies of #C02D58
Complementary color
Monochromatic Colors of #C02D58
Black with #C02D58
Text Example
Text Example
White with #C02D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D58; }
p { color: rgb(192,45,88); }
H1.HeaderClassName
{
color: #C02D58;
}
.AnyTagClassName
{
color: #C02D58;
}
</style>
background-color css
<style>
a { background-color: #C02D58; }
a { background-color: rgb(192,45,88); }
div.DivClassName
{
background-color: #C02D58;
}
.BgClassName
{
background-color: #C02D58;
}
</style>
border-color css
<style>
span { border-color: #C02D58; }
span { border-color: rgb(192,45,88); }
td.TdClassName
{
border-color: #C02D58;
}
.TagClassName
{
border-color: #C02D58;
}
</style>