Shades of Old Rose #C1234E
Tints of Old Rose #C1234E
RGB
CMYK
RGB Variations
Color information
#C1234E (or 0xC1234E) is known color: Old Rose. HEX triplet: C1, 23 and 4E. RGB value is (193,35,78). Sum of RGB (Red+Green+Blue) = 193+35+78=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 35 (14.06% from 255 or 11.44% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C1234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1234E is #3EDCB1. Grayscale: #575757. Windows color (decimal): -4119730 or 5120961. OLE color: 5120961.
HSL color Cylindrical-coordinate representation of color #C1234E: hue angle of 343.67º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C1234E is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 78 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.24 |
| HSL | 343.67º | 0.69% | 0.45% | - |
| HSV(B) | 343.67º | 0.82% | 0.76% | - |
| XYZ | 23.97 | 13.09 | 8.47 | - |
| YUV | 87.14 | 122.85 | 203.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 78 | 0 | 0.82 | 0.60 | 0.24 | 343.67 | 0.69 | 0.45 |
| Hex | C1 | 23 | 4E | 0 | 52 | 3C | 18 | 158 | 45 | 2D |
| Octal | 301 | 43 | 116 | 0 | 122 | 74 | 30 | 530 | 105 | 55 |
| Binary | 11000001 | 100011 | 1001110 | 0 | 1010010 | 111100 | 11000 | 101011000 | 1000101 | 101101 |
Color Harmonies of #C1234E
Complementary color
Monochromatic Colors of #C1234E
Black with #C1234E
Text Example
Text Example
White with #C1234E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1234E; }
p { color: rgb(193,35,78); }
H1.HeaderClassName
{
color: #C1234E;
}
.AnyTagClassName
{
color: #C1234E;
}
</style>
background-color css
<style>
a { background-color: #C1234E; }
a { background-color: rgb(193,35,78); }
div.DivClassName
{
background-color: #C1234E;
}
.BgClassName
{
background-color: #C1234E;
}
</style>
border-color css
<style>
span { border-color: #C1234E; }
span { border-color: rgb(193,35,78); }
td.TdClassName
{
border-color: #C1234E;
}
.TagClassName
{
border-color: #C1234E;
}
</style>