Shades of Old Rose #C1224E
Tints of Old Rose #C1224E
RGB
CMYK
RGB Variations
Color information
#C1224E (or 0xC1224E) is known color: Old Rose. HEX triplet: C1, 22 and 4E. RGB value is (193,34,78). Sum of RGB (Red+Green+Blue) = 193+34+78=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 34 (13.67% from 255 or 11.15% from 305); Blue value is 78 (30.86% from 255 or 25.57% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C1224E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C1224E is #3EDDB1. Grayscale: #565656. Windows color (decimal): -4119986 or 5120705. OLE color: 5120705.
HSL color Cylindrical-coordinate representation of color #C1224E: hue angle of 343.4º degrees, saturation: 0.7, 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 #C1224E is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 34 | 78 | - |
| CMYK | 0 | 0.82 | 0.60 | 0.24 |
| HSL | 343.4º | 0.7% | 0.45% | - |
| HSV(B) | 343.4º | 0.82% | 0.76% | - |
| XYZ | 23.94 | 13.03 | 8.46 | - |
| YUV | 86.56 | 123.18 | 203.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 34 | 78 | 0 | 0.82 | 0.60 | 0.24 | 343.4 | 0.7 | 0.45 |
| Hex | C1 | 22 | 4E | 0 | 52 | 3C | 18 | 157 | 46 | 2D |
| Octal | 301 | 42 | 116 | 0 | 122 | 74 | 30 | 527 | 106 | 55 |
| Binary | 11000001 | 100010 | 1001110 | 0 | 1010010 | 111100 | 11000 | 101010111 | 1000110 | 101101 |
Color Harmonies of #C1224E
Complementary color
Monochromatic Colors of #C1224E
Black with #C1224E
Text Example
Text Example
White with #C1224E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1224E; }
p { color: rgb(193,34,78); }
H1.HeaderClassName
{
color: #C1224E;
}
.AnyTagClassName
{
color: #C1224E;
}
</style>
background-color css
<style>
a { background-color: #C1224E; }
a { background-color: rgb(193,34,78); }
div.DivClassName
{
background-color: #C1224E;
}
.BgClassName
{
background-color: #C1224E;
}
</style>
border-color css
<style>
span { border-color: #C1224E; }
span { border-color: rgb(193,34,78); }
td.TdClassName
{
border-color: #C1224E;
}
.TagClassName
{
border-color: #C1224E;
}
</style>