Shades of Old Rose #C02E52
Tints of Old Rose #C02E52
RGB
CMYK
RGB Variations
Color information
#C02E52 (or 0xC02E52) is known color: Old Rose. HEX triplet: C0, 2E and 52. RGB value is (192,46,82). Sum of RGB (Red+Green+Blue) = 192+46+82=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 46 (18.36% from 255 or 14.38% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C02E52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02E52 is #3FD1AD. Grayscale: #5D5D5D. Windows color (decimal): -4182446 or 5385920. OLE color: 5385920.
HSL color Cylindrical-coordinate representation of color #C02E52: hue angle of 345.21º 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 #C02E52 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 46 | 82 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.25 |
| HSL | 345.21º | 0.61% | 0.47% | - |
| HSV(B) | 345.21º | 0.76% | 0.75% | - |
| XYZ | 24.24 | 13.77 | 9.36 | - |
| YUV | 93.76 | 121.37 | 198.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 46 | 82 | 0 | 0.76 | 0.57 | 0.25 | 345.21 | 0.61 | 0.47 |
| Hex | C0 | 2E | 52 | 0 | 4C | 39 | 19 | 159 | 3D | 2F |
| Octal | 300 | 56 | 122 | 0 | 114 | 71 | 31 | 531 | 75 | 57 |
| Binary | 11000000 | 101110 | 1010010 | 0 | 1001100 | 111001 | 11001 | 101011001 | 111101 | 101111 |
Color Harmonies of #C02E52
Complementary color
Monochromatic Colors of #C02E52
Black with #C02E52
Text Example
Text Example
White with #C02E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02E52; }
p { color: rgb(192,46,82); }
H1.HeaderClassName
{
color: #C02E52;
}
.AnyTagClassName
{
color: #C02E52;
}
</style>
background-color css
<style>
a { background-color: #C02E52; }
a { background-color: rgb(192,46,82); }
div.DivClassName
{
background-color: #C02E52;
}
.BgClassName
{
background-color: #C02E52;
}
</style>
border-color css
<style>
span { border-color: #C02E52; }
span { border-color: rgb(192,46,82); }
td.TdClassName
{
border-color: #C02E52;
}
.TagClassName
{
border-color: #C02E52;
}
</style>