Shades of Old Rose #C03D5C
Tints of Old Rose #C03D5C
RGB
CMYK
RGB Variations
Color information
#C03D5C (or 0xC03D5C) is known color: Old Rose. HEX triplet: C0, 3D and 5C. RGB value is (192,61,92). Sum of RGB (Red+Green+Blue) = 192+61+92=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 61 (24.22% from 255 or 17.68% from 345); Blue value is 92 (36.33% from 255 or 26.67% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D5C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D5C is #3FC2A3. Grayscale: #676767. Windows color (decimal): -4178596 or 6045120. OLE color: 6045120.
HSL color Cylindrical-coordinate representation of color #C03D5C: hue angle of 345.8º 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 #C03D5C is Cyan = 0, Magento = 0.68, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 92 | - |
| CMYK | 0 | 0.68 | 0.52 | 0.25 |
| HSL | 345.8º | 0.52% | 0.5% | - |
| HSV(B) | 345.8º | 0.68% | 0.75% | - |
| XYZ | 25.34 | 15.32 | 11.75 | - |
| YUV | 103.7 | 121.4 | 190.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 92 | 0 | 0.68 | 0.52 | 0.25 | 345.8 | 0.52 | 0.5 |
| Hex | C0 | 3D | 5C | 0 | 44 | 34 | 19 | 15A | 34 | 32 |
| Octal | 300 | 75 | 134 | 0 | 104 | 64 | 31 | 532 | 64 | 62 |
| Binary | 11000000 | 111101 | 1011100 | 0 | 1000100 | 110100 | 11001 | 101011010 | 110100 | 110010 |
Color Harmonies of #C03D5C
Complementary color
Monochromatic Colors of #C03D5C
Black with #C03D5C
Text Example
Text Example
White with #C03D5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D5C; }
p { color: rgb(192,61,92); }
H1.HeaderClassName
{
color: #C03D5C;
}
.AnyTagClassName
{
color: #C03D5C;
}
</style>
background-color css
<style>
a { background-color: #C03D5C; }
a { background-color: rgb(192,61,92); }
div.DivClassName
{
background-color: #C03D5C;
}
.BgClassName
{
background-color: #C03D5C;
}
</style>
border-color css
<style>
span { border-color: #C03D5C; }
span { border-color: rgb(192,61,92); }
td.TdClassName
{
border-color: #C03D5C;
}
.TagClassName
{
border-color: #C03D5C;
}
</style>