Shades of Old Rose #C03E55
Tints of Old Rose #C03E55
RGB
CMYK
RGB Variations
Color information
#C03E55 (or 0xC03E55) is known color: Old Rose. HEX triplet: C0, 3E and 55. RGB value is (192,62,85). Sum of RGB (Red+Green+Blue) = 192+62+85=339 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.64% from 339); Green value is 62 (24.61% from 255 or 18.29% from 339); Blue value is 85 (33.59% from 255 or 25.07% from 339); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E55 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E55 is #3FC1AA. Grayscale: #676767. Windows color (decimal): -4178347 or 5586624. OLE color: 5586624.
HSL color Cylindrical-coordinate representation of color #C03E55: hue angle of 349.38º 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 #C03E55 is Cyan = 0, Magento = 0.68, Yellow = 0.56 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 85 | - |
| CMYK | 0 | 0.68 | 0.56 | 0.25 |
| HSL | 349.38º | 0.51% | 0.5% | - |
| HSV(B) | 349.38º | 0.68% | 0.75% | - |
| XYZ | 25.1 | 15.31 | 10.23 | - |
| YUV | 103.49 | 117.57 | 191.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 85 | 0 | 0.68 | 0.56 | 0.25 | 349.38 | 0.51 | 0.5 |
| Hex | C0 | 3E | 55 | 0 | 44 | 38 | 19 | 15D | 33 | 32 |
| Octal | 300 | 76 | 125 | 0 | 104 | 70 | 31 | 535 | 63 | 62 |
| Binary | 11000000 | 111110 | 1010101 | 0 | 1000100 | 111000 | 11001 | 101011101 | 110011 | 110010 |
Color Harmonies of #C03E55
Complementary color
Monochromatic Colors of #C03E55
Black with #C03E55
Text Example
Text Example
White with #C03E55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E55; }
p { color: rgb(192,62,85); }
H1.HeaderClassName
{
color: #C03E55;
}
.AnyTagClassName
{
color: #C03E55;
}
</style>
background-color css
<style>
a { background-color: #C03E55; }
a { background-color: rgb(192,62,85); }
div.DivClassName
{
background-color: #C03E55;
}
.BgClassName
{
background-color: #C03E55;
}
</style>
border-color css
<style>
span { border-color: #C03E55; }
span { border-color: rgb(192,62,85); }
td.TdClassName
{
border-color: #C03E55;
}
.TagClassName
{
border-color: #C03E55;
}
</style>