Shades of Old Rose #C1214E
Tints of Old Rose #C1214E
RGB
CMYK
RGB Variations
Color information
#C1214E (or 0xC1214E) is known color: Old Rose. HEX triplet: C1, 21 and 4E. RGB value is (193,33,78). Sum of RGB (Red+Green+Blue) = 193+33+78=304 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.49% from 304); Green value is 33 (13.28% from 255 or 10.86% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 193 - color contains mainly: red. Hex color #C1214E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1214E is #3EDEB1. Grayscale: #555555. Windows color (decimal): -4120242 or 5120449. OLE color: 5120449.
HSL color Cylindrical-coordinate representation of color #C1214E: hue angle of 343.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C1214E is Cyan = 0, Magento = 0.83, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 78 | - |
| CMYK | 0 | 0.83 | 0.60 | 0.24 |
| HSL | 343.13º | 0.71% | 0.44% | - |
| HSV(B) | 343.13º | 0.83% | 0.76% | - |
| XYZ | 23.91 | 12.98 | 8.45 | - |
| YUV | 85.97 | 123.51 | 204.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 78 | 0 | 0.83 | 0.60 | 0.24 | 343.13 | 0.71 | 0.44 |
| Hex | C1 | 21 | 4E | 0 | 53 | 3C | 18 | 157 | 47 | 2C |
| Octal | 301 | 41 | 116 | 0 | 123 | 74 | 30 | 527 | 107 | 54 |
| Binary | 11000001 | 100001 | 1001110 | 0 | 1010011 | 111100 | 11000 | 101010111 | 1000111 | 101100 |
Color Harmonies of #C1214E
Complementary color
Monochromatic Colors of #C1214E
Black with #C1214E
Text Example
Text Example
White with #C1214E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1214E; }
p { color: rgb(193,33,78); }
H1.HeaderClassName
{
color: #C1214E;
}
.AnyTagClassName
{
color: #C1214E;
}
</style>
background-color css
<style>
a { background-color: #C1214E; }
a { background-color: rgb(193,33,78); }
div.DivClassName
{
background-color: #C1214E;
}
.BgClassName
{
background-color: #C1214E;
}
</style>
border-color css
<style>
span { border-color: #C1214E; }
span { border-color: rgb(193,33,78); }
td.TdClassName
{
border-color: #C1214E;
}
.TagClassName
{
border-color: #C1214E;
}
</style>