Shades of Old Rose #C03A5D
Tints of Old Rose #C03A5D
RGB
CMYK
RGB Variations
Color information
#C03A5D (or 0xC03A5D) is known color: Old Rose. HEX triplet: C0, 3A and 5D. RGB value is (192,58,93). Sum of RGB (Red+Green+Blue) = 192+58+93=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 58 (23.05% from 255 or 16.91% from 343); Blue value is 93 (36.72% from 255 or 27.11% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5D is #3FC5A2. Grayscale: #666666. Windows color (decimal): -4179363 or 6109888. OLE color: 6109888.
HSL color Cylindrical-coordinate representation of color #C03A5D: hue angle of 344.33º 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 #C03A5D is Cyan = 0, Magento = 0.70, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 93 | - |
| CMYK | 0 | 0.70 | 0.52 | 0.25 |
| HSL | 344.33º | 0.54% | 0.49% | - |
| HSV(B) | 344.33º | 0.7% | 0.75% | - |
| XYZ | 25.23 | 15.02 | 11.93 | - |
| YUV | 102.06 | 122.89 | 192.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 93 | 0 | 0.70 | 0.52 | 0.25 | 344.33 | 0.54 | 0.49 |
| Hex | C0 | 3A | 5D | 0 | 46 | 34 | 19 | 158 | 36 | 31 |
| Octal | 300 | 72 | 135 | 0 | 106 | 64 | 31 | 530 | 66 | 61 |
| Binary | 11000000 | 111010 | 1011101 | 0 | 1000110 | 110100 | 11001 | 101011000 | 110110 | 110001 |
Color Harmonies of #C03A5D
Complementary color
Monochromatic Colors of #C03A5D
Black with #C03A5D
Text Example
Text Example
White with #C03A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A5D; }
p { color: rgb(192,58,93); }
H1.HeaderClassName
{
color: #C03A5D;
}
.AnyTagClassName
{
color: #C03A5D;
}
</style>
background-color css
<style>
a { background-color: #C03A5D; }
a { background-color: rgb(192,58,93); }
div.DivClassName
{
background-color: #C03A5D;
}
.BgClassName
{
background-color: #C03A5D;
}
</style>
border-color css
<style>
span { border-color: #C03A5D; }
span { border-color: rgb(192,58,93); }
td.TdClassName
{
border-color: #C03A5D;
}
.TagClassName
{
border-color: #C03A5D;
}
</style>