Shades of Old Rose #C12849
Tints of Old Rose #C12849
RGB
CMYK
RGB Variations
Color information
#C12849 (or 0xC12849) is known color: Old Rose. HEX triplet: C1, 28 and 49. RGB value is (193,40,73). Sum of RGB (Red+Green+Blue) = 193+40+73=306 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.07% from 306); Green value is 40 (16.02% from 255 or 13.07% from 306); Blue value is 73 (28.91% from 255 or 23.86% from 306); Max value from RGB is 193 - color contains mainly: red. Hex color #C12849 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12849 is #3ED7B6. Grayscale: #595959. Windows color (decimal): -4118455 or 4794561. OLE color: 4794561.
HSL color Cylindrical-coordinate representation of color #C12849: hue angle of 347.06º degrees, saturation: 0.66, 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 #C12849 is Cyan = 0, Magento = 0.79, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 73 | - |
| CMYK | 0 | 0.79 | 0.62 | 0.24 |
| HSL | 347.06º | 0.66% | 0.46% | - |
| HSV(B) | 347.06º | 0.79% | 0.76% | - |
| XYZ | 23.95 | 13.34 | 7.61 | - |
| YUV | 89.51 | 118.69 | 201.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 73 | 0 | 0.79 | 0.62 | 0.24 | 347.06 | 0.66 | 0.46 |
| Hex | C1 | 28 | 49 | 0 | 4F | 3E | 18 | 15B | 42 | 2E |
| Octal | 301 | 50 | 111 | 0 | 117 | 76 | 30 | 533 | 102 | 56 |
| Binary | 11000001 | 101000 | 1001001 | 0 | 1001111 | 111110 | 11000 | 101011011 | 1000010 | 101110 |
Color Harmonies of #C12849
Complementary color
Monochromatic Colors of #C12849
Black with #C12849
Text Example
Text Example
White with #C12849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12849; }
p { color: rgb(193,40,73); }
H1.HeaderClassName
{
color: #C12849;
}
.AnyTagClassName
{
color: #C12849;
}
</style>
background-color css
<style>
a { background-color: #C12849; }
a { background-color: rgb(193,40,73); }
div.DivClassName
{
background-color: #C12849;
}
.BgClassName
{
background-color: #C12849;
}
</style>
border-color css
<style>
span { border-color: #C12849; }
span { border-color: rgb(193,40,73); }
td.TdClassName
{
border-color: #C12849;
}
.TagClassName
{
border-color: #C12849;
}
</style>