Shades of Old Rose #C1374E
Tints of Old Rose #C1374E
RGB
CMYK
RGB Variations
Color information
#C1374E (or 0xC1374E) is known color: Old Rose. HEX triplet: C1, 37 and 4E. RGB value is (193,55,78). Sum of RGB (Red+Green+Blue) = 193+55+78=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 55 (21.88% from 255 or 16.87% from 326); Blue value is 78 (30.86% from 255 or 23.93% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C1374E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1374E is #3EC8B1. Grayscale: #626262. Windows color (decimal): -4114610 or 5126081. OLE color: 5126081.
HSL color Cylindrical-coordinate representation of color #C1374E: hue angle of 350º degrees, saturation: 0.56, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C1374E is Cyan = 0, Magento = 0.72, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 55 | 78 | - |
| CMYK | 0 | 0.72 | 0.60 | 0.24 |
| HSL | 350º | 0.56% | 0.49% | - |
| HSV(B) | 350º | 0.72% | 0.76% | - |
| XYZ | 24.73 | 14.62 | 8.73 | - |
| YUV | 98.88 | 116.22 | 195.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 55 | 78 | 0 | 0.72 | 0.60 | 0.24 | 350 | 0.56 | 0.49 |
| Hex | C1 | 37 | 4E | 0 | 48 | 3C | 18 | 15E | 38 | 31 |
| Octal | 301 | 67 | 116 | 0 | 110 | 74 | 30 | 536 | 70 | 61 |
| Binary | 11000001 | 110111 | 1001110 | 0 | 1001000 | 111100 | 11000 | 101011110 | 111000 | 110001 |
Color Harmonies of #C1374E
Complementary color
Monochromatic Colors of #C1374E
Black with #C1374E
Text Example
Text Example
White with #C1374E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1374E; }
p { color: rgb(193,55,78); }
H1.HeaderClassName
{
color: #C1374E;
}
.AnyTagClassName
{
color: #C1374E;
}
</style>
background-color css
<style>
a { background-color: #C1374E; }
a { background-color: rgb(193,55,78); }
div.DivClassName
{
background-color: #C1374E;
}
.BgClassName
{
background-color: #C1374E;
}
</style>
border-color css
<style>
span { border-color: #C1374E; }
span { border-color: rgb(193,55,78); }
td.TdClassName
{
border-color: #C1374E;
}
.TagClassName
{
border-color: #C1374E;
}
</style>