Shades of Old Rose #C03F59
Tints of Old Rose #C03F59
RGB
CMYK
RGB Variations
Color information
#C03F59 (or 0xC03F59) is known color: Old Rose. HEX triplet: C0, 3F and 59. RGB value is (192,63,89). Sum of RGB (Red+Green+Blue) = 192+63+89=344 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.81% from 344); Green value is 63 (25% from 255 or 18.31% from 344); Blue value is 89 (35.16% from 255 or 25.87% from 344); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F59 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F59 is #3FC0A6. Grayscale: #686868. Windows color (decimal): -4178087 or 5849024. OLE color: 5849024.
HSL color Cylindrical-coordinate representation of color #C03F59: hue angle of 347.91º 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 #C03F59 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 89 | - |
| CMYK | 0 | 0.67 | 0.54 | 0.25 |
| HSL | 347.91º | 0.51% | 0.5% | - |
| HSV(B) | 347.91º | 0.67% | 0.75% | - |
| XYZ | 25.32 | 15.48 | 11.11 | - |
| YUV | 104.54 | 119.24 | 190.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 89 | 0 | 0.67 | 0.54 | 0.25 | 347.91 | 0.51 | 0.5 |
| Hex | C0 | 3F | 59 | 0 | 43 | 36 | 19 | 15C | 33 | 32 |
| Octal | 300 | 77 | 131 | 0 | 103 | 66 | 31 | 534 | 63 | 62 |
| Binary | 11000000 | 111111 | 1011001 | 0 | 1000011 | 110110 | 11001 | 101011100 | 110011 | 110010 |
Color Harmonies of #C03F59
Complementary color
Monochromatic Colors of #C03F59
Black with #C03F59
Text Example
Text Example
White with #C03F59
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F59; }
p { color: rgb(192,63,89); }
H1.HeaderClassName
{
color: #C03F59;
}
.AnyTagClassName
{
color: #C03F59;
}
</style>
background-color css
<style>
a { background-color: #C03F59; }
a { background-color: rgb(192,63,89); }
div.DivClassName
{
background-color: #C03F59;
}
.BgClassName
{
background-color: #C03F59;
}
</style>
border-color css
<style>
span { border-color: #C03F59; }
span { border-color: rgb(192,63,89); }
td.TdClassName
{
border-color: #C03F59;
}
.TagClassName
{
border-color: #C03F59;
}
</style>