Shades of Old Rose #C03E49
Tints of Old Rose #C03E49
RGB
CMYK
RGB Variations
Color information
#C03E49 (or 0xC03E49) is known color: Old Rose. HEX triplet: C0, 3E and 49. RGB value is (192,62,73). Sum of RGB (Red+Green+Blue) = 192+62+73=327 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.72% from 327); Green value is 62 (24.61% from 255 or 18.96% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C03E49 is #3FC1B6. Grayscale: #666666. Windows color (decimal): -4178359 or 4800192. OLE color: 4800192.
HSL color Cylindrical-coordinate representation of color #C03E49: hue angle of 354.92º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #C03E49 is Cyan = 0, Magento = 0.68, Yellow = 0.62 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 73 | - |
| CMYK | 0 | 0.68 | 0.62 | 0.25 |
| HSL | 354.92º | 0.51% | 0.5% | - |
| HSV(B) | 354.92º | 0.68% | 0.75% | - |
| XYZ | 24.66 | 15.13 | 7.92 | - |
| YUV | 102.12 | 111.57 | 192.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 73 | 0 | 0.68 | 0.62 | 0.25 | 354.92 | 0.51 | 0.5 |
| Hex | C0 | 3E | 49 | 0 | 44 | 3E | 19 | 163 | 33 | 32 |
| Octal | 300 | 76 | 111 | 0 | 104 | 76 | 31 | 543 | 63 | 62 |
| Binary | 11000000 | 111110 | 1001001 | 0 | 1000100 | 111110 | 11001 | 101100011 | 110011 | 110010 |
Color Harmonies of #C03E49
Complementary color
Monochromatic Colors of #C03E49
Black with #C03E49
Text Example
Text Example
White with #C03E49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E49; }
p { color: rgb(192,62,73); }
H1.HeaderClassName
{
color: #C03E49;
}
.AnyTagClassName
{
color: #C03E49;
}
</style>
background-color css
<style>
a { background-color: #C03E49; }
a { background-color: rgb(192,62,73); }
div.DivClassName
{
background-color: #C03E49;
}
.BgClassName
{
background-color: #C03E49;
}
</style>
border-color css
<style>
span { border-color: #C03E49; }
span { border-color: rgb(192,62,73); }
td.TdClassName
{
border-color: #C03E49;
}
.TagClassName
{
border-color: #C03E49;
}
</style>