Shades of Old Rose #C03053
Tints of Old Rose #C03053
RGB
CMYK
RGB Variations
Color information
#C03053 (or 0xC03053) is known color: Old Rose. HEX triplet: C0, 30 and 53. RGB value is (192,48,83). Sum of RGB (Red+Green+Blue) = 192+48+83=323 (42% of max value = 765). Red value is 192 (75.39% from 255 or 59.44% from 323); Green value is 48 (19.14% from 255 or 14.86% from 323); Blue value is 83 (32.81% from 255 or 25.70% from 323); Max value from RGB is 192 - color contains mainly: red. Hex color #C03053 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03053 is #3FCFAC. Grayscale: #5F5F5F. Windows color (decimal): -4181933 or 5451968. OLE color: 5451968.
HSL color Cylindrical-coordinate representation of color #C03053: hue angle of 345.42º degrees, saturation: 0.6, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C03053 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 48 | 83 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.25 |
| HSL | 345.42º | 0.6% | 0.47% | - |
| HSV(B) | 345.42º | 0.75% | 0.75% | - |
| XYZ | 24.36 | 13.94 | 9.59 | - |
| YUV | 95.05 | 121.21 | 197.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 48 | 83 | 0 | 0.75 | 0.57 | 0.25 | 345.42 | 0.6 | 0.47 |
| Hex | C0 | 30 | 53 | 0 | 4B | 39 | 19 | 159 | 3C | 2F |
| Octal | 300 | 60 | 123 | 0 | 113 | 71 | 31 | 531 | 74 | 57 |
| Binary | 11000000 | 110000 | 1010011 | 0 | 1001011 | 111001 | 11001 | 101011001 | 111100 | 101111 |
Color Harmonies of #C03053
Complementary color
Monochromatic Colors of #C03053
Black with #C03053
Text Example
Text Example
White with #C03053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03053; }
p { color: rgb(192,48,83); }
H1.HeaderClassName
{
color: #C03053;
}
.AnyTagClassName
{
color: #C03053;
}
</style>
background-color css
<style>
a { background-color: #C03053; }
a { background-color: rgb(192,48,83); }
div.DivClassName
{
background-color: #C03053;
}
.BgClassName
{
background-color: #C03053;
}
</style>
border-color css
<style>
span { border-color: #C03053; }
span { border-color: rgb(192,48,83); }
td.TdClassName
{
border-color: #C03053;
}
.TagClassName
{
border-color: #C03053;
}
</style>