Shades of Old Rose #C12148
Tints of Old Rose #C12148
RGB
CMYK
RGB Variations
Color information
#C12148 (or 0xC12148) is known color: Old Rose. HEX triplet: C1, 21 and 48. RGB value is (193,33,72). Sum of RGB (Red+Green+Blue) = 193+33+72=298 (39% of max value = 765). Red value is 193 (75.78% from 255 or 64.77% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 72 (28.52% from 255 or 24.16% from 298); Max value from RGB is 193 - color contains mainly: red. Hex color #C12148 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C12148 is #3EDEB7. Grayscale: #555555. Windows color (decimal): -4120248 or 4727233. OLE color: 4727233.
HSL color Cylindrical-coordinate representation of color #C12148: hue angle of 345.38º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12148 is Cyan = 0, Magento = 0.83, Yellow = 0.63 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 72 | - |
| CMYK | 0 | 0.83 | 0.63 | 0.24 |
| HSL | 345.38º | 0.71% | 0.44% | - |
| HSV(B) | 345.38º | 0.83% | 0.76% | - |
| XYZ | 23.71 | 12.89 | 7.37 | - |
| YUV | 85.29 | 120.51 | 204.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 72 | 0 | 0.83 | 0.63 | 0.24 | 345.38 | 0.71 | 0.44 |
| Hex | C1 | 21 | 48 | 0 | 53 | 3F | 18 | 159 | 47 | 2C |
| Octal | 301 | 41 | 110 | 0 | 123 | 77 | 30 | 531 | 107 | 54 |
| Binary | 11000001 | 100001 | 1001000 | 0 | 1010011 | 111111 | 11000 | 101011001 | 1000111 | 101100 |
Color Harmonies of #C12148
Complementary color
Monochromatic Colors of #C12148
Black with #C12148
Text Example
Text Example
White with #C12148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12148; }
p { color: rgb(193,33,72); }
H1.HeaderClassName
{
color: #C12148;
}
.AnyTagClassName
{
color: #C12148;
}
</style>
background-color css
<style>
a { background-color: #C12148; }
a { background-color: rgb(193,33,72); }
div.DivClassName
{
background-color: #C12148;
}
.BgClassName
{
background-color: #C12148;
}
</style>
border-color css
<style>
span { border-color: #C12148; }
span { border-color: rgb(193,33,72); }
td.TdClassName
{
border-color: #C12148;
}
.TagClassName
{
border-color: #C12148;
}
</style>