Shades of Old Rose #C02C53
Tints of Old Rose #C02C53
RGB
CMYK
RGB Variations
Color information
#C02C53 (or 0xC02C53) is known color: Old Rose. HEX triplet: C0, 2C and 53. RGB value is (192,44,83). Sum of RGB (Red+Green+Blue) = 192+44+83=319 (42% of max value = 765). Red value is 192 (75.39% from 255 or 60.19% from 319); Green value is 44 (17.58% from 255 or 13.79% from 319); Blue value is 83 (32.81% from 255 or 26.02% from 319); Max value from RGB is 192 - color contains mainly: red. Hex color #C02C53 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02C53 is #3FD3AC. Grayscale: #5C5C5C. Windows color (decimal): -4182957 or 5450944. OLE color: 5450944.
HSL color Cylindrical-coordinate representation of color #C02C53: hue angle of 344.19º degrees, saturation: 0.63, 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 #C02C53 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 44 | 83 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.25 |
| HSL | 344.19º | 0.63% | 0.46% | - |
| HSV(B) | 344.19º | 0.77% | 0.75% | - |
| XYZ | 24.2 | 13.63 | 9.54 | - |
| YUV | 92.7 | 122.53 | 198.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 44 | 83 | 0 | 0.77 | 0.57 | 0.25 | 344.19 | 0.63 | 0.46 |
| Hex | C0 | 2C | 53 | 0 | 4D | 39 | 19 | 158 | 3F | 2E |
| Octal | 300 | 54 | 123 | 0 | 115 | 71 | 31 | 530 | 77 | 56 |
| Binary | 11000000 | 101100 | 1010011 | 0 | 1001101 | 111001 | 11001 | 101011000 | 111111 | 101110 |
Color Harmonies of #C02C53
Complementary color
Monochromatic Colors of #C02C53
Black with #C02C53
Text Example
Text Example
White with #C02C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02C53; }
p { color: rgb(192,44,83); }
H1.HeaderClassName
{
color: #C02C53;
}
.AnyTagClassName
{
color: #C02C53;
}
</style>
background-color css
<style>
a { background-color: #C02C53; }
a { background-color: rgb(192,44,83); }
div.DivClassName
{
background-color: #C02C53;
}
.BgClassName
{
background-color: #C02C53;
}
</style>
border-color css
<style>
span { border-color: #C02C53; }
span { border-color: rgb(192,44,83); }
td.TdClassName
{
border-color: #C02C53;
}
.TagClassName
{
border-color: #C02C53;
}
</style>