Shades of Old Rose #C02E58
Tints of Old Rose #C02E58
RGB
CMYK
RGB Variations
Color information
#C02E58 (or 0xC02E58) is known color: Old Rose. HEX triplet: C0, 2E and 58. RGB value is (192,46,88). Sum of RGB (Red+Green+Blue) = 192+46+88=326 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.90% from 326); Green value is 46 (18.36% from 255 or 14.11% from 326); Blue value is 88 (34.77% from 255 or 26.99% from 326); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02E58 is #3FD1A7. Grayscale: #5E5E5E. Windows color (decimal): -4182440 or 5779136. OLE color: 5779136.
HSL color Cylindrical-coordinate representation of color #C02E58: hue angle of 342.74º 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 #C02E58 is Cyan = 0, Magento = 0.76, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 88 | - |
| CMYK | 0 | 0.76 | 0.54 | 0.25 |
| HSL | 342.74º | 0.61% | 0.47% | - |
| HSV(B) | 342.74º | 0.76% | 0.75% | - |
| XYZ | 24.48 | 13.87 | 10.62 | - |
| YUV | 94.44 | 124.37 | 197.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 88 | 0 | 0.76 | 0.54 | 0.25 | 342.74 | 0.61 | 0.47 |
| Hex | C0 | 2E | 58 | 0 | 4C | 36 | 19 | 157 | 3D | 2F |
| Octal | 300 | 56 | 130 | 0 | 114 | 66 | 31 | 527 | 75 | 57 |
| Binary | 11000000 | 101110 | 1011000 | 0 | 1001100 | 110110 | 11001 | 101010111 | 111101 | 101111 |
Color Harmonies of #C02E58
Complementary color
Monochromatic Colors of #C02E58
Black with #C02E58
Text Example
Text Example
White with #C02E58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E58; }
p { color: rgb(192,46,88); }
H1.HeaderClassName
{
color: #C02E58;
}
.AnyTagClassName
{
color: #C02E58;
}
</style>
background-color css
<style>
a { background-color: #C02E58; }
a { background-color: rgb(192,46,88); }
div.DivClassName
{
background-color: #C02E58;
}
.BgClassName
{
background-color: #C02E58;
}
</style>
border-color css
<style>
span { border-color: #C02E58; }
span { border-color: rgb(192,46,88); }
td.TdClassName
{
border-color: #C02E58;
}
.TagClassName
{
border-color: #C02E58;
}
</style>