Shades of Old Rose #C0414E
Tints of Old Rose #C0414E
RGB
CMYK
RGB Variations
Color information
#C0414E (or 0xC0414E) is known color: Old Rose. HEX triplet: C0, 41 and 4E. RGB value is (192,65,78). Sum of RGB (Red+Green+Blue) = 192+65+78=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 78 (30.86% from 255 or 23.28% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0414E is #3FBEB1. Grayscale: #686868. Windows color (decimal): -4177586 or 5128640. OLE color: 5128640.
HSL color Cylindrical-coordinate representation of color #C0414E: hue angle of 353.86º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C0414E is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 78 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.25 |
| HSL | 353.86º | 0.5% | 0.5% | - |
| HSV(B) | 353.86º | 0.66% | 0.75% | - |
| XYZ | 25 | 15.54 | 8.89 | - |
| YUV | 104.46 | 113.08 | 190.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 78 | 0 | 0.66 | 0.59 | 0.25 | 353.86 | 0.5 | 0.5 |
| Hex | C0 | 41 | 4E | 0 | 42 | 3B | 19 | 162 | 32 | 32 |
| Octal | 300 | 101 | 116 | 0 | 102 | 73 | 31 | 542 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1001110 | 0 | 1000010 | 111011 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #C0414E
Complementary color
Monochromatic Colors of #C0414E
Black with #C0414E
Text Example
Text Example
White with #C0414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0414E; }
p { color: rgb(192,65,78); }
H1.HeaderClassName
{
color: #C0414E;
}
.AnyTagClassName
{
color: #C0414E;
}
</style>
background-color css
<style>
a { background-color: #C0414E; }
a { background-color: rgb(192,65,78); }
div.DivClassName
{
background-color: #C0414E;
}
.BgClassName
{
background-color: #C0414E;
}
</style>
border-color css
<style>
span { border-color: #C0414E; }
span { border-color: rgb(192,65,78); }
td.TdClassName
{
border-color: #C0414E;
}
.TagClassName
{
border-color: #C0414E;
}
</style>