Shades of Old Rose #C03A5E
Tints of Old Rose #C03A5E
RGB
CMYK
RGB Variations
Color information
#C03A5E (or 0xC03A5E) is known color: Old Rose. HEX triplet: C0, 3A and 5E. RGB value is (192,58,94). Sum of RGB (Red+Green+Blue) = 192+58+94=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 58 (23.05% from 255 or 16.86% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5E is #3FC5A1. Grayscale: #666666. Windows color (decimal): -4179362 or 6175424. OLE color: 6175424.
HSL color Cylindrical-coordinate representation of color #C03A5E: hue angle of 343.88º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03A5E is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 94 | - |
| CMYK | 0 | 0.70 | 0.51 | 0.25 |
| HSL | 343.88º | 0.54% | 0.49% | - |
| HSV(B) | 343.88º | 0.7% | 0.75% | - |
| XYZ | 25.27 | 15.04 | 12.16 | - |
| YUV | 102.17 | 123.39 | 192.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 94 | 0 | 0.70 | 0.51 | 0.25 | 343.88 | 0.54 | 0.49 |
| Hex | C0 | 3A | 5E | 0 | 46 | 33 | 19 | 158 | 36 | 31 |
| Octal | 300 | 72 | 136 | 0 | 106 | 63 | 31 | 530 | 66 | 61 |
| Binary | 11000000 | 111010 | 1011110 | 0 | 1000110 | 110011 | 11001 | 101011000 | 110110 | 110001 |
Color Harmonies of #C03A5E
Complementary color
Monochromatic Colors of #C03A5E
Black with #C03A5E
Text Example
Text Example
White with #C03A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A5E; }
p { color: rgb(192,58,94); }
H1.HeaderClassName
{
color: #C03A5E;
}
.AnyTagClassName
{
color: #C03A5E;
}
</style>
background-color css
<style>
a { background-color: #C03A5E; }
a { background-color: rgb(192,58,94); }
div.DivClassName
{
background-color: #C03A5E;
}
.BgClassName
{
background-color: #C03A5E;
}
</style>
border-color css
<style>
span { border-color: #C03A5E; }
span { border-color: rgb(192,58,94); }
td.TdClassName
{
border-color: #C03A5E;
}
.TagClassName
{
border-color: #C03A5E;
}
</style>