Shades of Old Rose #C14153
Tints of Old Rose #C14153
RGB
CMYK
RGB Variations
Color information
#C14153 (or 0xC14153) is known color: Old Rose. HEX triplet: C1, 41 and 53. RGB value is (193,65,83). Sum of RGB (Red+Green+Blue) = 193+65+83=341 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.60% from 341); Green value is 65 (25.78% from 255 or 19.06% from 341); Blue value is 83 (32.81% from 255 or 24.34% from 341); Max value from RGB is 193 - color contains mainly: red. Hex color #C14153 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C14153 is #3EBEAC. Grayscale: #696969. Windows color (decimal): -4112045 or 5456321. OLE color: 5456321.
HSL color Cylindrical-coordinate representation of color #C14153: hue angle of 351.56º 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 #C14153 is Cyan = 0, Magento = 0.66, Yellow = 0.57 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 65 | 83 | - |
| CMYK | 0 | 0.66 | 0.57 | 0.24 |
| HSL | 351.56º | 0.51% | 0.51% | - |
| HSV(B) | 351.56º | 0.66% | 0.76% | - |
| XYZ | 25.44 | 15.74 | 9.88 | - |
| YUV | 105.32 | 115.41 | 190.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 65 | 83 | 0 | 0.66 | 0.57 | 0.24 | 351.56 | 0.51 | 0.51 |
| Hex | C1 | 41 | 53 | 0 | 42 | 39 | 18 | 160 | 33 | 33 |
| Octal | 301 | 101 | 123 | 0 | 102 | 71 | 30 | 540 | 63 | 63 |
| Binary | 11000001 | 1000001 | 1010011 | 0 | 1000010 | 111001 | 11000 | 101100000 | 110011 | 110011 |
Color Harmonies of #C14153
Complementary color
Monochromatic Colors of #C14153
Black with #C14153
Text Example
Text Example
White with #C14153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C14153; }
p { color: rgb(193,65,83); }
H1.HeaderClassName
{
color: #C14153;
}
.AnyTagClassName
{
color: #C14153;
}
</style>
background-color css
<style>
a { background-color: #C14153; }
a { background-color: rgb(193,65,83); }
div.DivClassName
{
background-color: #C14153;
}
.BgClassName
{
background-color: #C14153;
}
</style>
border-color css
<style>
span { border-color: #C14153; }
span { border-color: rgb(193,65,83); }
td.TdClassName
{
border-color: #C14153;
}
.TagClassName
{
border-color: #C14153;
}
</style>