Shades of Old Rose #C03D4E
Tints of Old Rose #C03D4E
RGB
CMYK
RGB Variations
Color information
#C03D4E (or 0xC03D4E) is known color: Old Rose. HEX triplet: C0, 3D and 4E. RGB value is (192,61,78). Sum of RGB (Red+Green+Blue) = 192+61+78=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 61 (24.22% from 255 or 18.43% from 331); Blue value is 78 (30.86% from 255 or 23.56% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C03D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C03D4E is #3FC2B1. Grayscale: #666666. Windows color (decimal): -4178610 or 5127616. OLE color: 5127616.
HSL color Cylindrical-coordinate representation of color #C03D4E: hue angle of 352.21º 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 #C03D4E is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 61 | 78 | - |
| CMYK | 0 | 0.68 | 0.59 | 0.25 |
| HSL | 352.21º | 0.52% | 0.5% | - |
| HSV(B) | 352.21º | 0.68% | 0.75% | - |
| XYZ | 24.78 | 15.09 | 8.82 | - |
| YUV | 102.11 | 114.4 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 61 | 78 | 0 | 0.68 | 0.59 | 0.25 | 352.21 | 0.52 | 0.5 |
| Hex | C0 | 3D | 4E | 0 | 44 | 3B | 19 | 160 | 34 | 32 |
| Octal | 300 | 75 | 116 | 0 | 104 | 73 | 31 | 540 | 64 | 62 |
| Binary | 11000000 | 111101 | 1001110 | 0 | 1000100 | 111011 | 11001 | 101100000 | 110100 | 110010 |
Color Harmonies of #C03D4E
Complementary color
Monochromatic Colors of #C03D4E
Black with #C03D4E
Text Example
Text Example
White with #C03D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C03D4E; }
p { color: rgb(192,61,78); }
H1.HeaderClassName
{
color: #C03D4E;
}
.AnyTagClassName
{
color: #C03D4E;
}
</style>
background-color css
<style>
a { background-color: #C03D4E; }
a { background-color: rgb(192,61,78); }
div.DivClassName
{
background-color: #C03D4E;
}
.BgClassName
{
background-color: #C03D4E;
}
</style>
border-color css
<style>
span { border-color: #C03D4E; }
span { border-color: rgb(192,61,78); }
td.TdClassName
{
border-color: #C03D4E;
}
.TagClassName
{
border-color: #C03D4E;
}
</style>