Shades of Old Rose #C02053
Tints of Old Rose #C02053
RGB
CMYK
RGB Variations
Color information
#C02053 (or 0xC02053) is known color: Old Rose. HEX triplet: C0, 20 and 53. RGB value is (192,32,83). Sum of RGB (Red+Green+Blue) = 192+32+83=307 (40% of max value = 765). Red value is 192 (75.39% from 255 or 62.54% from 307); Green value is 32 (12.89% from 255 or 10.42% from 307); Blue value is 83 (32.81% from 255 or 27.04% from 307); Max value from RGB is 192 - color contains mainly: red. Hex color #C02053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C02053 is #3FDFAC. Grayscale: #555555. Windows color (decimal): -4186029 or 5447872. OLE color: 5447872.
HSL color Cylindrical-coordinate representation of color #C02053: hue angle of 340.88º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C02053 is Cyan = 0, Magento = 0.83, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 32 | 83 | - |
| CMYK | 0 | 0.83 | 0.57 | 0.25 |
| HSL | 340.88º | 0.71% | 0.44% | - |
| HSV(B) | 340.88º | 0.83% | 0.75% | - |
| XYZ | 23.82 | 12.86 | 9.41 | - |
| YUV | 85.65 | 126.51 | 203.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 32 | 83 | 0 | 0.83 | 0.57 | 0.25 | 340.88 | 0.71 | 0.44 |
| Hex | C0 | 20 | 53 | 0 | 53 | 39 | 19 | 155 | 47 | 2C |
| Octal | 300 | 40 | 123 | 0 | 123 | 71 | 31 | 525 | 107 | 54 |
| Binary | 11000000 | 100000 | 1010011 | 0 | 1010011 | 111001 | 11001 | 101010101 | 1000111 | 101100 |
Color Harmonies of #C02053
Complementary color
Monochromatic Colors of #C02053
Black with #C02053
Text Example
Text Example
White with #C02053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C02053; }
p { color: rgb(192,32,83); }
H1.HeaderClassName
{
color: #C02053;
}
.AnyTagClassName
{
color: #C02053;
}
</style>
background-color css
<style>
a { background-color: #C02053; }
a { background-color: rgb(192,32,83); }
div.DivClassName
{
background-color: #C02053;
}
.BgClassName
{
background-color: #C02053;
}
</style>
border-color css
<style>
span { border-color: #C02053; }
span { border-color: rgb(192,32,83); }
td.TdClassName
{
border-color: #C02053;
}
.TagClassName
{
border-color: #C02053;
}
</style>