Shades of Old Rose #C03A5B
Tints of Old Rose #C03A5B
RGB
CMYK
RGB Variations
Color information
#C03A5B (or 0xC03A5B) is known color: Old Rose. HEX triplet: C0, 3A and 5B. RGB value is (192,58,91). Sum of RGB (Red+Green+Blue) = 192+58+91=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 58 (23.05% from 255 or 17.01% from 341); Blue value is 91 (35.94% from 255 or 26.69% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03A5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03A5B is #3FC5A4. Grayscale: #656565. Windows color (decimal): -4179365 or 5978816. OLE color: 5978816.
HSL color Cylindrical-coordinate representation of color #C03A5B: hue angle of 345.22º 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 #C03A5B is Cyan = 0, Magento = 0.70, Yellow = 0.53 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 58 | 91 | - |
| CMYK | 0 | 0.70 | 0.53 | 0.25 |
| HSL | 345.22º | 0.54% | 0.49% | - |
| HSV(B) | 345.22º | 0.7% | 0.75% | - |
| XYZ | 25.14 | 14.99 | 11.47 | - |
| YUV | 101.83 | 121.89 | 192.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 58 | 91 | 0 | 0.70 | 0.53 | 0.25 | 345.22 | 0.54 | 0.49 |
| Hex | C0 | 3A | 5B | 0 | 46 | 35 | 19 | 159 | 36 | 31 |
| Octal | 300 | 72 | 133 | 0 | 106 | 65 | 31 | 531 | 66 | 61 |
| Binary | 11000000 | 111010 | 1011011 | 0 | 1000110 | 110101 | 11001 | 101011001 | 110110 | 110001 |
Color Harmonies of #C03A5B
Complementary color
Monochromatic Colors of #C03A5B
Black with #C03A5B
Text Example
Text Example
White with #C03A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03A5B; }
p { color: rgb(192,58,91); }
H1.HeaderClassName
{
color: #C03A5B;
}
.AnyTagClassName
{
color: #C03A5B;
}
</style>
background-color css
<style>
a { background-color: #C03A5B; }
a { background-color: rgb(192,58,91); }
div.DivClassName
{
background-color: #C03A5B;
}
.BgClassName
{
background-color: #C03A5B;
}
</style>
border-color css
<style>
span { border-color: #C03A5B; }
span { border-color: rgb(192,58,91); }
td.TdClassName
{
border-color: #C03A5B;
}
.TagClassName
{
border-color: #C03A5B;
}
</style>