Shades of Old Rose #C12749
Tints of Old Rose #C12749
RGB
CMYK
RGB Variations
Color information
#C12749 (or 0xC12749) is known color: Old Rose. HEX triplet: C1, 27 and 49. RGB value is (193,39,73). Sum of RGB (Red+Green+Blue) = 193+39+73=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 39 (15.62% from 255 or 12.79% from 305); Blue value is 73 (28.91% from 255 or 23.93% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C12749 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12749 is #3ED8B6. Grayscale: #585858. Windows color (decimal): -4118711 or 4794305. OLE color: 4794305.
HSL color Cylindrical-coordinate representation of color #C12749: hue angle of 346.75º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C12749 is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 73 | - |
| CMYK | 0 | 0.80 | 0.62 | 0.24 |
| HSL | 346.75º | 0.66% | 0.45% | - |
| HSV(B) | 346.75º | 0.8% | 0.76% | - |
| XYZ | 23.92 | 13.27 | 7.6 | - |
| YUV | 88.92 | 119.02 | 202.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 73 | 0 | 0.80 | 0.62 | 0.24 | 346.75 | 0.66 | 0.45 |
| Hex | C1 | 27 | 49 | 0 | 50 | 3E | 18 | 15B | 42 | 2D |
| Octal | 301 | 47 | 111 | 0 | 120 | 76 | 30 | 533 | 102 | 55 |
| Binary | 11000001 | 100111 | 1001001 | 0 | 1010000 | 111110 | 11000 | 101011011 | 1000010 | 101101 |
Color Harmonies of #C12749
Complementary color
Monochromatic Colors of #C12749
Black with #C12749
Text Example
Text Example
White with #C12749
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12749; }
p { color: rgb(193,39,73); }
H1.HeaderClassName
{
color: #C12749;
}
.AnyTagClassName
{
color: #C12749;
}
</style>
background-color css
<style>
a { background-color: #C12749; }
a { background-color: rgb(193,39,73); }
div.DivClassName
{
background-color: #C12749;
}
.BgClassName
{
background-color: #C12749;
}
</style>
border-color css
<style>
span { border-color: #C12749; }
span { border-color: rgb(193,39,73); }
td.TdClassName
{
border-color: #C12749;
}
.TagClassName
{
border-color: #C12749;
}
</style>