Shades of Old Rose #C14156
Tints of Old Rose #C14156
RGB
CMYK
RGB Variations
Color information
#C14156 (or 0xC14156) is known color: Old Rose. HEX triplet: C1, 41 and 56. RGB value is (193,65,86). Sum of RGB (Red+Green+Blue) = 193+65+86=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 65 (25.78% from 255 or 18.90% from 344); Blue value is 86 (33.98% from 255 or 25% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C14156 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14156 is #3EBEA9. Grayscale: #696969. Windows color (decimal): -4112042 or 5652929. OLE color: 5652929.
HSL color Cylindrical-coordinate representation of color #C14156: hue angle of 350.16º 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 #C14156 is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 86 | - |
| CMYK | 0 | 0.66 | 0.55 | 0.24 |
| HSL | 350.16º | 0.51% | 0.51% | - |
| HSV(B) | 350.16º | 0.66% | 0.76% | - |
| XYZ | 25.56 | 15.79 | 10.5 | - |
| YUV | 105.67 | 116.91 | 190.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 86 | 0 | 0.66 | 0.55 | 0.24 | 350.16 | 0.51 | 0.51 |
| Hex | C1 | 41 | 56 | 0 | 42 | 37 | 18 | 15E | 33 | 33 |
| Octal | 301 | 101 | 126 | 0 | 102 | 67 | 30 | 536 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1010110 | 0 | 1000010 | 110111 | 11000 | 101011110 | 110011 | 110011 |
Color Harmonies of #C14156
Complementary color
Monochromatic Colors of #C14156
Black with #C14156
Text Example
Text Example
White with #C14156
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14156; }
p { color: rgb(193,65,86); }
H1.HeaderClassName
{
color: #C14156;
}
.AnyTagClassName
{
color: #C14156;
}
</style>
background-color css
<style>
a { background-color: #C14156; }
a { background-color: rgb(193,65,86); }
div.DivClassName
{
background-color: #C14156;
}
.BgClassName
{
background-color: #C14156;
}
</style>
border-color css
<style>
span { border-color: #C14156; }
span { border-color: rgb(193,65,86); }
td.TdClassName
{
border-color: #C14156;
}
.TagClassName
{
border-color: #C14156;
}
</style>