Shades of Old Rose #C0414F
Tints of Old Rose #C0414F
RGB
CMYK
RGB Variations
Color information
#C0414F (or 0xC0414F) is known color: Old Rose. HEX triplet: C0, 41 and 4F. RGB value is (192,65,79). Sum of RGB (Red+Green+Blue) = 192+65+79=336 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.14% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 79 (31.25% from 255 or 23.51% from 336); Max value from RGB is 192 - color contains mainly: red. Hex color #C0414F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C0414F is #3FBEB0. Grayscale: #686868. Windows color (decimal): -4177585 or 5194176. OLE color: 5194176.
HSL color Cylindrical-coordinate representation of color #C0414F: hue angle of 353.39º 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 #C0414F is Cyan = 0, Magento = 0.66, Yellow = 0.59 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 65 | 79 | - |
| CMYK | 0 | 0.66 | 0.59 | 0.25 |
| HSL | 353.39º | 0.5% | 0.5% | - |
| HSV(B) | 353.39º | 0.66% | 0.75% | - |
| XYZ | 25.04 | 15.55 | 9.08 | - |
| YUV | 104.57 | 113.58 | 190.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 65 | 79 | 0 | 0.66 | 0.59 | 0.25 | 353.39 | 0.5 | 0.5 |
| Hex | C0 | 41 | 4F | 0 | 42 | 3B | 19 | 161 | 32 | 32 |
| Octal | 300 | 101 | 117 | 0 | 102 | 73 | 31 | 541 | 62 | 62 |
| Binary | 11000000 | 1000001 | 1001111 | 0 | 1000010 | 111011 | 11001 | 101100001 | 110010 | 110010 |
Color Harmonies of #C0414F
Complementary color
Monochromatic Colors of #C0414F
Black with #C0414F
Text Example
Text Example
White with #C0414F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0414F; }
p { color: rgb(192,65,79); }
H1.HeaderClassName
{
color: #C0414F;
}
.AnyTagClassName
{
color: #C0414F;
}
</style>
background-color css
<style>
a { background-color: #C0414F; }
a { background-color: rgb(192,65,79); }
div.DivClassName
{
background-color: #C0414F;
}
.BgClassName
{
background-color: #C0414F;
}
</style>
border-color css
<style>
span { border-color: #C0414F; }
span { border-color: rgb(192,65,79); }
td.TdClassName
{
border-color: #C0414F;
}
.TagClassName
{
border-color: #C0414F;
}
</style>