Shades of Old Rose #C12848
Tints of Old Rose #C12848
RGB
CMYK
RGB Variations
Color information
#C12848 (or 0xC12848) is known color: Old Rose. HEX triplet: C1, 28 and 48. RGB value is (193,40,72). Sum of RGB (Red+Green+Blue) = 193+40+72=305 (40% of max value = 765). Red value is 193 (75.78% from 255 or 63.28% from 305); Green value is 40 (16.02% from 255 or 13.11% from 305); Blue value is 72 (28.52% from 255 or 23.61% from 305); Max value from RGB is 193 - color contains mainly: red. Hex color #C12848 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12848 is #3ED7B7. Grayscale: #595959. Windows color (decimal): -4118456 or 4729025. OLE color: 4729025.
HSL color Cylindrical-coordinate representation of color #C12848: hue angle of 347.45º 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 #C12848 is Cyan = 0, Magento = 0.79, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 40 | 72 | - |
| CMYK | 0 | 0.79 | 0.63 | 0.24 |
| HSL | 347.45º | 0.66% | 0.46% | - |
| HSV(B) | 347.45º | 0.79% | 0.76% | - |
| XYZ | 23.92 | 13.32 | 7.44 | - |
| YUV | 89.4 | 118.19 | 201.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 40 | 72 | 0 | 0.79 | 0.63 | 0.24 | 347.45 | 0.66 | 0.46 |
| Hex | C1 | 28 | 48 | 0 | 4F | 3F | 18 | 15B | 42 | 2E |
| Octal | 301 | 50 | 110 | 0 | 117 | 77 | 30 | 533 | 102 | 56 |
| Binary | 11000001 | 101000 | 1001000 | 0 | 1001111 | 111111 | 11000 | 101011011 | 1000010 | 101110 |
Color Harmonies of #C12848
Complementary color
Monochromatic Colors of #C12848
Black with #C12848
Text Example
Text Example
White with #C12848
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12848; }
p { color: rgb(193,40,72); }
H1.HeaderClassName
{
color: #C12848;
}
.AnyTagClassName
{
color: #C12848;
}
</style>
background-color css
<style>
a { background-color: #C12848; }
a { background-color: rgb(193,40,72); }
div.DivClassName
{
background-color: #C12848;
}
.BgClassName
{
background-color: #C12848;
}
</style>
border-color css
<style>
span { border-color: #C12848; }
span { border-color: rgb(193,40,72); }
td.TdClassName
{
border-color: #C12848;
}
.TagClassName
{
border-color: #C12848;
}
</style>