Shades of Old Rose #C02D52
Tints of Old Rose #C02D52
RGB
CMYK
RGB Variations
Color information
#C02D52 (or 0xC02D52) is known color: Old Rose. HEX triplet: C0, 2D and 52. RGB value is (192,45,82). Sum of RGB (Red+Green+Blue) = 192+45+82=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 45 (17.97% from 255 or 14.11% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D52 is #3FD2AD. Grayscale: #5D5D5D. Windows color (decimal): -4182702 or 5385664. OLE color: 5385664.
HSL color Cylindrical-coordinate representation of color #C02D52: hue angle of 344.9º 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 #C02D52 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 82 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.25 |
| HSL | 344.9º | 0.62% | 0.46% | - |
| HSV(B) | 344.9º | 0.77% | 0.75% | - |
| XYZ | 24.2 | 13.69 | 9.35 | - |
| YUV | 93.17 | 121.7 | 198.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 82 | 0 | 0.77 | 0.57 | 0.25 | 344.9 | 0.62 | 0.46 |
| Hex | C0 | 2D | 52 | 0 | 4D | 39 | 19 | 159 | 3E | 2E |
| Octal | 300 | 55 | 122 | 0 | 115 | 71 | 31 | 531 | 76 | 56 |
| Binary | 11000000 | 101101 | 1010010 | 0 | 1001101 | 111001 | 11001 | 101011001 | 111110 | 101110 |
Color Harmonies of #C02D52
Complementary color
Monochromatic Colors of #C02D52
Black with #C02D52
Text Example
Text Example
White with #C02D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D52; }
p { color: rgb(192,45,82); }
H1.HeaderClassName
{
color: #C02D52;
}
.AnyTagClassName
{
color: #C02D52;
}
</style>
background-color css
<style>
a { background-color: #C02D52; }
a { background-color: rgb(192,45,82); }
div.DivClassName
{
background-color: #C02D52;
}
.BgClassName
{
background-color: #C02D52;
}
</style>
border-color css
<style>
span { border-color: #C02D52; }
span { border-color: rgb(192,45,82); }
td.TdClassName
{
border-color: #C02D52;
}
.TagClassName
{
border-color: #C02D52;
}
</style>