Shades of Old Rose #C03E57
Tints of Old Rose #C03E57
RGB
CMYK
RGB Variations
Color information
#C03E57 (or 0xC03E57) is known color: Old Rose. HEX triplet: C0, 3E and 57. RGB value is (192,62,87). Sum of RGB (Red+Green+Blue) = 192+62+87=341 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.30% from 341); Green value is 62 (24.61% from 255 or 18.18% from 341); Blue value is 87 (34.38% from 255 or 25.51% from 341); Max value from RGB is 192 - color contains mainly: red. Hex color #C03E57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03E57 is #3FC1A8. Grayscale: #676767. Windows color (decimal): -4178345 or 5717696. OLE color: 5717696.
HSL color Cylindrical-coordinate representation of color #C03E57: hue angle of 348.46º 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 #C03E57 is Cyan = 0, Magento = 0.68, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 62 | 87 | - |
| CMYK | 0 | 0.68 | 0.55 | 0.25 |
| HSL | 348.46º | 0.51% | 0.5% | - |
| HSV(B) | 348.46º | 0.68% | 0.75% | - |
| XYZ | 25.18 | 15.34 | 10.65 | - |
| YUV | 103.72 | 118.57 | 190.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 62 | 87 | 0 | 0.68 | 0.55 | 0.25 | 348.46 | 0.51 | 0.5 |
| Hex | C0 | 3E | 57 | 0 | 44 | 37 | 19 | 15C | 33 | 32 |
| Octal | 300 | 76 | 127 | 0 | 104 | 67 | 31 | 534 | 63 | 62 |
| Binary | 11000000 | 111110 | 1010111 | 0 | 1000100 | 110111 | 11001 | 101011100 | 110011 | 110010 |
Color Harmonies of #C03E57
Complementary color
Monochromatic Colors of #C03E57
Black with #C03E57
Text Example
Text Example
White with #C03E57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03E57; }
p { color: rgb(192,62,87); }
H1.HeaderClassName
{
color: #C03E57;
}
.AnyTagClassName
{
color: #C03E57;
}
</style>
background-color css
<style>
a { background-color: #C03E57; }
a { background-color: rgb(192,62,87); }
div.DivClassName
{
background-color: #C03E57;
}
.BgClassName
{
background-color: #C03E57;
}
</style>
border-color css
<style>
span { border-color: #C03E57; }
span { border-color: rgb(192,62,87); }
td.TdClassName
{
border-color: #C03E57;
}
.TagClassName
{
border-color: #C03E57;
}
</style>