Shades of Old Rose #C01D4E
Tints of Old Rose #C01D4E
RGB
CMYK
RGB Variations
Color information
#C01D4E (or 0xC01D4E) is known color: Old Rose. HEX triplet: C0, 1D and 4E. RGB value is (192,29,78). Sum of RGB (Red+Green+Blue) = 192+29+78=299 (39% of max value = 765). Red value is 192 (75.39% from 255 or 64.21% from 299); Green value is 29 (11.72% from 255 or 9.70% from 299); Blue value is 78 (30.86% from 255 or 26.09% from 299); Max value from RGB is 192 - color contains mainly: red. Hex color #C01D4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C01D4E is #3FE2B1. Grayscale: #535353. Windows color (decimal): -4186802 or 5119424. OLE color: 5119424.
HSL color Cylindrical-coordinate representation of color #C01D4E: hue angle of 341.96º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C01D4E is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 29 | 78 | - |
| CMYK | 0 | 0.85 | 0.59 | 0.25 |
| HSL | 341.96º | 0.74% | 0.43% | - |
| HSV(B) | 341.96º | 0.85% | 0.75% | - |
| XYZ | 23.55 | 12.64 | 8.41 | - |
| YUV | 83.32 | 125 | 205.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 29 | 78 | 0 | 0.85 | 0.59 | 0.25 | 341.96 | 0.74 | 0.43 |
| Hex | C0 | 1D | 4E | 0 | 55 | 3B | 19 | 156 | 4A | 2B |
| Octal | 300 | 35 | 116 | 0 | 125 | 73 | 31 | 526 | 112 | 53 |
| Binary | 11000000 | 11101 | 1001110 | 0 | 1010101 | 111011 | 11001 | 101010110 | 1001010 | 101011 |
Color Harmonies of #C01D4E
Complementary color
Monochromatic Colors of #C01D4E
Black with #C01D4E
Text Example
Text Example
White with #C01D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C01D4E; }
p { color: rgb(192,29,78); }
H1.HeaderClassName
{
color: #C01D4E;
}
.AnyTagClassName
{
color: #C01D4E;
}
</style>
background-color css
<style>
a { background-color: #C01D4E; }
a { background-color: rgb(192,29,78); }
div.DivClassName
{
background-color: #C01D4E;
}
.BgClassName
{
background-color: #C01D4E;
}
</style>
border-color css
<style>
span { border-color: #C01D4E; }
span { border-color: rgb(192,29,78); }
td.TdClassName
{
border-color: #C01D4E;
}
.TagClassName
{
border-color: #C01D4E;
}
</style>