Shades of Old Rose #C1414E
Tints of Old Rose #C1414E
RGB
CMYK
RGB Variations
Color information
#C1414E (or 0xC1414E) is known color: Old Rose. HEX triplet: C1, 41 and 4E. RGB value is (193,65,78). Sum of RGB (Red+Green+Blue) = 193+65+78=336 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.44% from 336); Green value is 65 (25.78% from 255 or 19.35% from 336); Blue value is 78 (30.86% from 255 or 23.21% from 336); Max value from RGB is 193 - color contains mainly: red. Hex color #C1414E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1414E is #3EBEB1. Grayscale: #686868. Windows color (decimal): -4112050 or 5128641. OLE color: 5128641.
HSL color Cylindrical-coordinate representation of color #C1414E: hue angle of 353.91º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #C1414E is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 78 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.24 |
| HSL | 353.91º | 0.51% | 0.51% | - |
| HSV(B) | 353.91º | 0.66% | 0.76% | - |
| XYZ | 25.26 | 15.67 | 8.9 | - |
| YUV | 104.75 | 112.91 | 190.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 78 | 0 | 0.66 | 0.60 | 0.24 | 353.91 | 0.51 | 0.51 |
| Hex | C1 | 41 | 4E | 0 | 42 | 3C | 18 | 162 | 33 | 33 |
| Octal | 301 | 101 | 116 | 0 | 102 | 74 | 30 | 542 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1001110 | 0 | 1000010 | 111100 | 11000 | 101100010 | 110011 | 110011 |
Color Harmonies of #C1414E
Complementary color
Monochromatic Colors of #C1414E
Black with #C1414E
Text Example
Text Example
White with #C1414E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1414E; }
p { color: rgb(193,65,78); }
H1.HeaderClassName
{
color: #C1414E;
}
.AnyTagClassName
{
color: #C1414E;
}
</style>
background-color css
<style>
a { background-color: #C1414E; }
a { background-color: rgb(193,65,78); }
div.DivClassName
{
background-color: #C1414E;
}
.BgClassName
{
background-color: #C1414E;
}
</style>
border-color css
<style>
span { border-color: #C1414E; }
span { border-color: rgb(193,65,78); }
td.TdClassName
{
border-color: #C1414E;
}
.TagClassName
{
border-color: #C1414E;
}
</style>