Shades of Old Rose #C03D5D
Tints of Old Rose #C03D5D
RGB
CMYK
RGB Variations
Color information
#C03D5D (or 0xC03D5D) is known color: Old Rose. HEX triplet: C0, 3D and 5D. RGB value is (192,61,93). Sum of RGB (Red+Green+Blue) = 192+61+93=346 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.49% from 346); Green value is 61 (24.22% from 255 or 17.63% from 346); Blue value is 93 (36.72% from 255 or 26.88% from 346); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D5D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D5D is #3FC2A2. Grayscale: #676767. Windows color (decimal): -4178595 or 6110656. OLE color: 6110656.
HSL color Cylindrical-coordinate representation of color #C03D5D: hue angle of 345.34º 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 #C03D5D is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 93 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.25 |
| HSL | 345.34º | 0.52% | 0.5% | - |
| HSV(B) | 345.34º | 0.68% | 0.75% | - |
| XYZ | 25.38 | 15.33 | 11.98 | - |
| YUV | 103.82 | 121.9 | 190.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 93 | 0 | 0.68 | 0.52 | 0.25 | 345.34 | 0.52 | 0.5 |
| Hex | C0 | 3D | 5D | 0 | 44 | 34 | 19 | 159 | 34 | 32 |
| Octal | 300 | 75 | 135 | 0 | 104 | 64 | 31 | 531 | 64 | 62 |
| Binary | 11000000 | 111101 | 1011101 | 0 | 1000100 | 110100 | 11001 | 101011001 | 110100 | 110010 |
Color Harmonies of #C03D5D
Complementary color
Monochromatic Colors of #C03D5D
Black with #C03D5D
Text Example
Text Example
White with #C03D5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D5D; }
p { color: rgb(192,61,93); }
H1.HeaderClassName
{
color: #C03D5D;
}
.AnyTagClassName
{
color: #C03D5D;
}
</style>
background-color css
<style>
a { background-color: #C03D5D; }
a { background-color: rgb(192,61,93); }
div.DivClassName
{
background-color: #C03D5D;
}
.BgClassName
{
background-color: #C03D5D;
}
</style>
border-color css
<style>
span { border-color: #C03D5D; }
span { border-color: rgb(192,61,93); }
td.TdClassName
{
border-color: #C03D5D;
}
.TagClassName
{
border-color: #C03D5D;
}
</style>