Shades of Old Rose #C03951
Tints of Old Rose #C03951
RGB
CMYK
RGB Variations
Color information
#C03951 (or 0xC03951) is known color: Old Rose. HEX triplet: C0, 39 and 51. RGB value is (192,57,81). Sum of RGB (Red+Green+Blue) = 192+57+81=330 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.18% from 330); Green value is 57 (22.66% from 255 or 17.27% from 330); Blue value is 81 (32.03% from 255 or 24.55% from 330); Max value from RGB is 192 - color contains mainly: red. Hex color #C03951 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03951 is #3FC6AE. Grayscale: #646464. Windows color (decimal): -4179631 or 5323200. OLE color: 5323200.
HSL color Cylindrical-coordinate representation of color #C03951: hue angle of 349.33º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #C03951 is Cyan = 0, Magento = 0.70, Yellow = 0.58 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 57 | 81 | - |
| CMYK | 0 | 0.70 | 0.58 | 0.25 |
| HSL | 349.33º | 0.54% | 0.49% | - |
| HSV(B) | 349.33º | 0.7% | 0.75% | - |
| XYZ | 24.69 | 14.73 | 9.33 | - |
| YUV | 100.1 | 117.23 | 193.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 57 | 81 | 0 | 0.70 | 0.58 | 0.25 | 349.33 | 0.54 | 0.49 |
| Hex | C0 | 39 | 51 | 0 | 46 | 3A | 19 | 15D | 36 | 31 |
| Octal | 300 | 71 | 121 | 0 | 106 | 72 | 31 | 535 | 66 | 61 |
| Binary | 11000000 | 111001 | 1010001 | 0 | 1000110 | 111010 | 11001 | 101011101 | 110110 | 110001 |
Color Harmonies of #C03951
Complementary color
Monochromatic Colors of #C03951
Black with #C03951
Text Example
Text Example
White with #C03951
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03951; }
p { color: rgb(192,57,81); }
H1.HeaderClassName
{
color: #C03951;
}
.AnyTagClassName
{
color: #C03951;
}
</style>
background-color css
<style>
a { background-color: #C03951; }
a { background-color: rgb(192,57,81); }
div.DivClassName
{
background-color: #C03951;
}
.BgClassName
{
background-color: #C03951;
}
</style>
border-color css
<style>
span { border-color: #C03951; }
span { border-color: rgb(192,57,81); }
td.TdClassName
{
border-color: #C03951;
}
.TagClassName
{
border-color: #C03951;
}
</style>