Shades of Old Rose #C03D5E
Tints of Old Rose #C03D5E
RGB
CMYK
RGB Variations
Color information
#C03D5E (or 0xC03D5E) is known color: Old Rose. HEX triplet: C0, 3D and 5E. RGB value is (192,61,94). Sum of RGB (Red+Green+Blue) = 192+61+94=347 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.33% from 347); Green value is 61 (24.22% from 255 or 17.58% from 347); Blue value is 94 (37.11% from 255 or 27.09% from 347); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D5E is #3FC2A1. Grayscale: #676767. Windows color (decimal): -4178594 or 6176192. OLE color: 6176192.
HSL color Cylindrical-coordinate representation of color #C03D5E: hue angle of 344.89º degrees, saturation: 0.52, 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 #C03D5E is Cyan = 0, Magento = 0.68, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 94 | - |
| CMYK | 0 | 0.68 | 0.51 | 0.25 |
| HSL | 344.89º | 0.52% | 0.5% | - |
| HSV(B) | 344.89º | 0.68% | 0.75% | - |
| XYZ | 25.43 | 15.35 | 12.21 | - |
| YUV | 103.93 | 122.4 | 190.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 94 | 0 | 0.68 | 0.51 | 0.25 | 344.89 | 0.52 | 0.5 |
| Hex | C0 | 3D | 5E | 0 | 44 | 33 | 19 | 159 | 34 | 32 |
| Octal | 300 | 75 | 136 | 0 | 104 | 63 | 31 | 531 | 64 | 62 |
| Binary | 11000000 | 111101 | 1011110 | 0 | 1000100 | 110011 | 11001 | 101011001 | 110100 | 110010 |
Color Harmonies of #C03D5E
Complementary color
Monochromatic Colors of #C03D5E
Black with #C03D5E
Text Example
Text Example
White with #C03D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D5E; }
p { color: rgb(192,61,94); }
H1.HeaderClassName
{
color: #C03D5E;
}
.AnyTagClassName
{
color: #C03D5E;
}
</style>
background-color css
<style>
a { background-color: #C03D5E; }
a { background-color: rgb(192,61,94); }
div.DivClassName
{
background-color: #C03D5E;
}
.BgClassName
{
background-color: #C03D5E;
}
</style>
border-color css
<style>
span { border-color: #C03D5E; }
span { border-color: rgb(192,61,94); }
td.TdClassName
{
border-color: #C03D5E;
}
.TagClassName
{
border-color: #C03D5E;
}
</style>