Shades of Old Rose #C1234A
Tints of Old Rose #C1234A
RGB
CMYK
RGB Variations
Color information
#C1234A (or 0xC1234A) is known color: Old Rose. HEX triplet: C1, 23 and 4A. RGB value is (193,35,74). Sum of RGB (Red+Green+Blue) = 193+35+74=302 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.91% from 302); Green value is 35 (14.06% from 255 or 11.59% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 193 - color contains mainly: red. Hex color #C1234A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1234A is #3EDCB5. Grayscale: #565656. Windows color (decimal): -4119734 or 4858817. OLE color: 4858817.
HSL color Cylindrical-coordinate representation of color #C1234A: hue angle of 345.19º 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 #C1234A is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 35 | 74 | - |
| CMYK | 0 | 0.82 | 0.62 | 0.24 |
| HSL | 345.19º | 0.69% | 0.45% | - |
| HSV(B) | 345.19º | 0.82% | 0.76% | - |
| XYZ | 23.83 | 13.03 | 7.74 | - |
| YUV | 86.69 | 120.85 | 203.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 35 | 74 | 0 | 0.82 | 0.62 | 0.24 | 345.19 | 0.69 | 0.45 |
| Hex | C1 | 23 | 4A | 0 | 52 | 3E | 18 | 159 | 45 | 2D |
| Octal | 301 | 43 | 112 | 0 | 122 | 76 | 30 | 531 | 105 | 55 |
| Binary | 11000001 | 100011 | 1001010 | 0 | 1010010 | 111110 | 11000 | 101011001 | 1000101 | 101101 |
Color Harmonies of #C1234A
Complementary color
Monochromatic Colors of #C1234A
Black with #C1234A
Text Example
Text Example
White with #C1234A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1234A; }
p { color: rgb(193,35,74); }
H1.HeaderClassName
{
color: #C1234A;
}
.AnyTagClassName
{
color: #C1234A;
}
</style>
background-color css
<style>
a { background-color: #C1234A; }
a { background-color: rgb(193,35,74); }
div.DivClassName
{
background-color: #C1234A;
}
.BgClassName
{
background-color: #C1234A;
}
</style>
border-color css
<style>
span { border-color: #C1234A; }
span { border-color: rgb(193,35,74); }
td.TdClassName
{
border-color: #C1234A;
}
.TagClassName
{
border-color: #C1234A;
}
</style>