Shades of Old Rose #C03F57
Tints of Old Rose #C03F57
RGB
CMYK
RGB Variations
Color information
#C03F57 (or 0xC03F57) is known color: Old Rose. HEX triplet: C0, 3F and 57. RGB value is (192,63,87). Sum of RGB (Red+Green+Blue) = 192+63+87=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 87 (34.38% from 255 or 25.44% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F57 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F57 is #3FC0A8. Grayscale: #686868. Windows color (decimal): -4178089 or 5717952. OLE color: 5717952.
HSL color Cylindrical-coordinate representation of color #C03F57: hue angle of 348.84º degrees, saturation: 0.51, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #C03F57 is Cyan = 0, Magento = 0.67, Yellow = 0.55 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 87 | - |
| CMYK | 0 | 0.67 | 0.55 | 0.25 |
| HSL | 348.84º | 0.51% | 0.5% | - |
| HSV(B) | 348.84º | 0.67% | 0.75% | - |
| XYZ | 25.24 | 15.45 | 10.67 | - |
| YUV | 104.31 | 118.24 | 190.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 87 | 0 | 0.67 | 0.55 | 0.25 | 348.84 | 0.51 | 0.5 |
| Hex | C0 | 3F | 57 | 0 | 43 | 37 | 19 | 15D | 33 | 32 |
| Octal | 300 | 77 | 127 | 0 | 103 | 67 | 31 | 535 | 63 | 62 |
| Binary | 11000000 | 111111 | 1010111 | 0 | 1000011 | 110111 | 11001 | 101011101 | 110011 | 110010 |
Color Harmonies of #C03F57
Complementary color
Monochromatic Colors of #C03F57
Black with #C03F57
Text Example
Text Example
White with #C03F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F57; }
p { color: rgb(192,63,87); }
H1.HeaderClassName
{
color: #C03F57;
}
.AnyTagClassName
{
color: #C03F57;
}
</style>
background-color css
<style>
a { background-color: #C03F57; }
a { background-color: rgb(192,63,87); }
div.DivClassName
{
background-color: #C03F57;
}
.BgClassName
{
background-color: #C03F57;
}
</style>
border-color css
<style>
span { border-color: #C03F57; }
span { border-color: rgb(192,63,87); }
td.TdClassName
{
border-color: #C03F57;
}
.TagClassName
{
border-color: #C03F57;
}
</style>