Shades of Old Rose #C03F4E
Tints of Old Rose #C03F4E
RGB
CMYK
RGB Variations
Color information
#C03F4E (or 0xC03F4E) is known color: Old Rose. HEX triplet: C0, 3F and 4E. RGB value is (192,63,78). Sum of RGB (Red+Green+Blue) = 192+63+78=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 78 (30.86% from 255 or 23.42% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C03F4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03F4E is #3FC0B1. Grayscale: #676767. Windows color (decimal): -4178098 or 5128128. OLE color: 5128128.
HSL color Cylindrical-coordinate representation of color #C03F4E: hue angle of 353.02º 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 #C03F4E is Cyan = 0, Magento = 0.67, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 63 | 78 | - |
| CMYK | 0 | 0.67 | 0.59 | 0.25 |
| HSL | 353.02º | 0.51% | 0.5% | - |
| HSV(B) | 353.02º | 0.67% | 0.75% | - |
| XYZ | 24.89 | 15.31 | 8.85 | - |
| YUV | 103.28 | 113.74 | 191.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 63 | 78 | 0 | 0.67 | 0.59 | 0.25 | 353.02 | 0.51 | 0.5 |
| Hex | C0 | 3F | 4E | 0 | 43 | 3B | 19 | 161 | 33 | 32 |
| Octal | 300 | 77 | 116 | 0 | 103 | 73 | 31 | 541 | 63 | 62 |
| Binary | 11000000 | 111111 | 1001110 | 0 | 1000011 | 111011 | 11001 | 101100001 | 110011 | 110010 |
Color Harmonies of #C03F4E
Complementary color
Monochromatic Colors of #C03F4E
Black with #C03F4E
Text Example
Text Example
White with #C03F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03F4E; }
p { color: rgb(192,63,78); }
H1.HeaderClassName
{
color: #C03F4E;
}
.AnyTagClassName
{
color: #C03F4E;
}
</style>
background-color css
<style>
a { background-color: #C03F4E; }
a { background-color: rgb(192,63,78); }
div.DivClassName
{
background-color: #C03F4E;
}
.BgClassName
{
background-color: #C03F4E;
}
</style>
border-color css
<style>
span { border-color: #C03F4E; }
span { border-color: rgb(192,63,78); }
td.TdClassName
{
border-color: #C03F4E;
}
.TagClassName
{
border-color: #C03F4E;
}
</style>