Shades of Old Rose #C03A4D
Tints of Old Rose #C03A4D
RGB
CMYK
RGB Variations
Color information
#C03A4D (or 0xC03A4D) is known color: Old Rose. HEX triplet: C0, 3A and 4D. RGB value is (192,58,77). Sum of RGB (Red+Green+Blue) = 192+58+77=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 58 (23.05% from 255 or 17.74% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A4D is #3FC5B2. Grayscale: #646464. Windows color (decimal): -4179379 or 5061312. OLE color: 5061312.
HSL color Cylindrical-coordinate representation of color #C03A4D: hue angle of 351.49º 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 #C03A4D is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 77 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.25 |
| HSL | 351.49º | 0.54% | 0.49% | - |
| HSV(B) | 351.49º | 0.7% | 0.75% | - |
| XYZ | 24.59 | 14.77 | 8.58 | - |
| YUV | 100.23 | 114.89 | 193.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 77 | 0 | 0.70 | 0.60 | 0.25 | 351.49 | 0.54 | 0.49 |
| Hex | C0 | 3A | 4D | 0 | 46 | 3C | 19 | 15F | 36 | 31 |
| Octal | 300 | 72 | 115 | 0 | 106 | 74 | 31 | 537 | 66 | 61 |
| Binary | 11000000 | 111010 | 1001101 | 0 | 1000110 | 111100 | 11001 | 101011111 | 110110 | 110001 |
Color Harmonies of #C03A4D
Complementary color
Monochromatic Colors of #C03A4D
Black with #C03A4D
Text Example
Text Example
White with #C03A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A4D; }
p { color: rgb(192,58,77); }
H1.HeaderClassName
{
color: #C03A4D;
}
.AnyTagClassName
{
color: #C03A4D;
}
</style>
background-color css
<style>
a { background-color: #C03A4D; }
a { background-color: rgb(192,58,77); }
div.DivClassName
{
background-color: #C03A4D;
}
.BgClassName
{
background-color: #C03A4D;
}
</style>
border-color css
<style>
span { border-color: #C03A4D; }
span { border-color: rgb(192,58,77); }
td.TdClassName
{
border-color: #C03A4D;
}
.TagClassName
{
border-color: #C03A4D;
}
</style>