Shades of Old Rose #C0414D
Tints of Old Rose #C0414D
RGB
CMYK
RGB Variations
Color information
#C0414D (or 0xC0414D) is known color: Old Rose. HEX triplet: C0, 41 and 4D. RGB value is (192,65,77). Sum of RGB (Red+Green+Blue) = 192+65+77=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 65 (25.78% from 255 or 19.46% from 334); Blue value is 77 (30.47% from 255 or 23.05% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0414D is #3FBEB2. Grayscale: #686868. Windows color (decimal): -4177587 or 5063104. OLE color: 5063104.
HSL color Cylindrical-coordinate representation of color #C0414D: hue angle of 354.33º 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 #C0414D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 77 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.25 |
| HSL | 354.33º | 0.5% | 0.5% | - |
| HSV(B) | 354.33º | 0.66% | 0.75% | - |
| XYZ | 24.97 | 15.52 | 8.7 | - |
| YUV | 104.34 | 112.58 | 190.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 77 | 0 | 0.66 | 0.60 | 0.25 | 354.33 | 0.5 | 0.5 |
| Hex | C0 | 41 | 4D | 0 | 42 | 3C | 19 | 162 | 32 | 32 |
| Octal | 300 | 101 | 115 | 0 | 102 | 74 | 31 | 542 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1001101 | 0 | 1000010 | 111100 | 11001 | 101100010 | 110010 | 110010 |
Color Harmonies of #C0414D
Complementary color
Monochromatic Colors of #C0414D
Black with #C0414D
Text Example
Text Example
White with #C0414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0414D; }
p { color: rgb(192,65,77); }
H1.HeaderClassName
{
color: #C0414D;
}
.AnyTagClassName
{
color: #C0414D;
}
</style>
background-color css
<style>
a { background-color: #C0414D; }
a { background-color: rgb(192,65,77); }
div.DivClassName
{
background-color: #C0414D;
}
.BgClassName
{
background-color: #C0414D;
}
</style>
border-color css
<style>
span { border-color: #C0414D; }
span { border-color: rgb(192,65,77); }
td.TdClassName
{
border-color: #C0414D;
}
.TagClassName
{
border-color: #C0414D;
}
</style>