Shades of Old Rose #C02D53
Tints of Old Rose #C02D53
RGB
CMYK
RGB Variations
Color information
#C02D53 (or 0xC02D53) is known color: Old Rose. HEX triplet: C0, 2D and 53. RGB value is (192,45,83). Sum of RGB (Red+Green+Blue) = 192+45+83=320 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60% from 320); Green value is 45 (17.97% from 255 or 14.06% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 192 - color contains mainly: red. Hex color #C02D53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02D53 is #3FD2AC. Grayscale: #5D5D5D. Windows color (decimal): -4182701 or 5451200. OLE color: 5451200.
HSL color Cylindrical-coordinate representation of color #C02D53: hue angle of 344.49º 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 #C02D53 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 45 | 83 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.25 |
| HSL | 344.49º | 0.62% | 0.46% | - |
| HSV(B) | 344.49º | 0.77% | 0.75% | - |
| XYZ | 24.24 | 13.71 | 9.55 | - |
| YUV | 93.29 | 122.2 | 198.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 45 | 83 | 0 | 0.77 | 0.57 | 0.25 | 344.49 | 0.62 | 0.46 |
| Hex | C0 | 2D | 53 | 0 | 4D | 39 | 19 | 158 | 3E | 2E |
| Octal | 300 | 55 | 123 | 0 | 115 | 71 | 31 | 530 | 76 | 56 |
| Binary | 11000000 | 101101 | 1010011 | 0 | 1001101 | 111001 | 11001 | 101011000 | 111110 | 101110 |
Color Harmonies of #C02D53
Complementary color
Monochromatic Colors of #C02D53
Black with #C02D53
Text Example
Text Example
White with #C02D53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02D53; }
p { color: rgb(192,45,83); }
H1.HeaderClassName
{
color: #C02D53;
}
.AnyTagClassName
{
color: #C02D53;
}
</style>
background-color css
<style>
a { background-color: #C02D53; }
a { background-color: rgb(192,45,83); }
div.DivClassName
{
background-color: #C02D53;
}
.BgClassName
{
background-color: #C02D53;
}
</style>
border-color css
<style>
span { border-color: #C02D53; }
span { border-color: rgb(192,45,83); }
td.TdClassName
{
border-color: #C02D53;
}
.TagClassName
{
border-color: #C02D53;
}
</style>