Shades of Old Rose #C1294A
Tints of Old Rose #C1294A
RGB
CMYK
RGB Variations
Color information
#C1294A (or 0xC1294A) is known color: Old Rose. HEX triplet: C1, 29 and 4A. RGB value is (193,41,74). Sum of RGB (Red+Green+Blue) = 193+41+74=308 (40% of max value = 765). Red value is 193 (75.78% from 255 or 62.66% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 193 - color contains mainly: red. Hex color #C1294A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C1294A is #3ED6B5. Grayscale: #5A5A5A. Windows color (decimal): -4118198 or 4860353. OLE color: 4860353.
HSL color Cylindrical-coordinate representation of color #C1294A: hue angle of 346.97º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C1294A is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 41 | 74 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.24 |
| HSL | 346.97º | 0.65% | 0.46% | - |
| HSV(B) | 346.97º | 0.79% | 0.76% | - |
| XYZ | 24.02 | 13.42 | 7.8 | - |
| YUV | 90.21 | 118.86 | 201.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 41 | 74 | 0 | 0.79 | 0.62 | 0.24 | 346.97 | 0.65 | 0.46 |
| Hex | C1 | 29 | 4A | 0 | 4F | 3E | 18 | 15B | 41 | 2E |
| Octal | 301 | 51 | 112 | 0 | 117 | 76 | 30 | 533 | 101 | 56 |
| Binary | 11000001 | 101001 | 1001010 | 0 | 1001111 | 111110 | 11000 | 101011011 | 1000001 | 101110 |
Color Harmonies of #C1294A
Complementary color
Monochromatic Colors of #C1294A
Black with #C1294A
Text Example
Text Example
White with #C1294A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C1294A; }
p { color: rgb(193,41,74); }
H1.HeaderClassName
{
color: #C1294A;
}
.AnyTagClassName
{
color: #C1294A;
}
</style>
background-color css
<style>
a { background-color: #C1294A; }
a { background-color: rgb(193,41,74); }
div.DivClassName
{
background-color: #C1294A;
}
.BgClassName
{
background-color: #C1294A;
}
</style>
border-color css
<style>
span { border-color: #C1294A; }
span { border-color: rgb(193,41,74); }
td.TdClassName
{
border-color: #C1294A;
}
.TagClassName
{
border-color: #C1294A;
}
</style>