Shades of Old Rose #C12751
Tints of Old Rose #C12751
RGB
CMYK
RGB Variations
Color information
#C12751 (or 0xC12751) is known color: Old Rose. HEX triplet: C1, 27 and 51. RGB value is (193,39,81). Sum of RGB (Red+Green+Blue) = 193+39+81=313 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.66% from 313); Green value is 39 (15.62% from 255 or 12.46% from 313); Blue value is 81 (32.03% from 255 or 25.88% from 313); Max value from RGB is 193 - color contains mainly: red. Hex color #C12751 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12751 is #3ED8AE. Grayscale: #595959. Windows color (decimal): -4118703 or 5318593. OLE color: 5318593.
HSL color Cylindrical-coordinate representation of color #C12751: hue angle of 343.64º 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 #C12751 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 81 | - |
| CMYK | 0 | 0.80 | 0.58 | 0.24 |
| HSL | 343.64º | 0.66% | 0.45% | - |
| HSV(B) | 343.64º | 0.8% | 0.76% | - |
| XYZ | 24.2 | 13.38 | 9.09 | - |
| YUV | 89.83 | 123.02 | 201.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 81 | 0 | 0.80 | 0.58 | 0.24 | 343.64 | 0.66 | 0.45 |
| Hex | C1 | 27 | 51 | 0 | 50 | 3A | 18 | 158 | 42 | 2D |
| Octal | 301 | 47 | 121 | 0 | 120 | 72 | 30 | 530 | 102 | 55 |
| Binary | 11000001 | 100111 | 1010001 | 0 | 1010000 | 111010 | 11000 | 101011000 | 1000010 | 101101 |
Color Harmonies of #C12751
Complementary color
Monochromatic Colors of #C12751
Black with #C12751
Text Example
Text Example
White with #C12751
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12751; }
p { color: rgb(193,39,81); }
H1.HeaderClassName
{
color: #C12751;
}
.AnyTagClassName
{
color: #C12751;
}
</style>
background-color css
<style>
a { background-color: #C12751; }
a { background-color: rgb(193,39,81); }
div.DivClassName
{
background-color: #C12751;
}
.BgClassName
{
background-color: #C12751;
}
</style>
border-color css
<style>
span { border-color: #C12751; }
span { border-color: rgb(193,39,81); }
td.TdClassName
{
border-color: #C12751;
}
.TagClassName
{
border-color: #C12751;
}
</style>