Shades of Old Rose #C1414D
Tints of Old Rose #C1414D
RGB
CMYK
RGB Variations
Color information
#C1414D (or 0xC1414D) is known color: Old Rose. HEX triplet: C1, 41 and 4D. RGB value is (193,65,77). Sum of RGB (Red+Green+Blue) = 193+65+77=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 65 (25.78% from 255 or 19.40% from 335); Blue value is 77 (30.47% from 255 or 22.99% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C1414D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1414D is #3EBEB2. Grayscale: #686868. Windows color (decimal): -4112051 or 5063105. OLE color: 5063105.
HSL color Cylindrical-coordinate representation of color #C1414D: hue angle of 354.38º 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 #C1414D is Cyan = 0, Magento = 0.66, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 77 | - |
| CMYK | 0 | 0.66 | 0.60 | 0.24 |
| HSL | 354.38º | 0.51% | 0.51% | - |
| HSV(B) | 354.38º | 0.66% | 0.76% | - |
| XYZ | 25.22 | 15.65 | 8.71 | - |
| YUV | 104.64 | 112.41 | 191.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 77 | 0 | 0.66 | 0.60 | 0.24 | 354.38 | 0.51 | 0.51 |
| Hex | C1 | 41 | 4D | 0 | 42 | 3C | 18 | 162 | 33 | 33 |
| Octal | 301 | 101 | 115 | 0 | 102 | 74 | 30 | 542 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1001101 | 0 | 1000010 | 111100 | 11000 | 101100010 | 110011 | 110011 |
Color Harmonies of #C1414D
Complementary color
Monochromatic Colors of #C1414D
Black with #C1414D
Text Example
Text Example
White with #C1414D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1414D; }
p { color: rgb(193,65,77); }
H1.HeaderClassName
{
color: #C1414D;
}
.AnyTagClassName
{
color: #C1414D;
}
</style>
background-color css
<style>
a { background-color: #C1414D; }
a { background-color: rgb(193,65,77); }
div.DivClassName
{
background-color: #C1414D;
}
.BgClassName
{
background-color: #C1414D;
}
</style>
border-color css
<style>
span { border-color: #C1414D; }
span { border-color: rgb(193,65,77); }
td.TdClassName
{
border-color: #C1414D;
}
.TagClassName
{
border-color: #C1414D;
}
</style>