Shades of Old Rose #C12756
Tints of Old Rose #C12756
RGB
CMYK
RGB Variations
Color information
#C12756 (or 0xC12756) is known color: Old Rose. HEX triplet: C1, 27 and 56. RGB value is (193,39,86). Sum of RGB (Red+Green+Blue) = 193+39+86=318 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.69% from 318); Green value is 39 (15.62% from 255 or 12.26% from 318); Blue value is 86 (33.98% from 255 or 27.04% from 318); Max value from RGB is 193 - color contains mainly: red. Hex color #C12756 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12756 is #3ED8A9. Grayscale: #5A5A5A. Windows color (decimal): -4118698 or 5646273. OLE color: 5646273.
HSL color Cylindrical-coordinate representation of color #C12756: hue angle of 341.69º 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 #C12756 is Cyan = 0, Magento = 0.80, Yellow = 0.55 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 86 | - |
| CMYK | 0 | 0.80 | 0.55 | 0.24 |
| HSL | 341.69º | 0.66% | 0.45% | - |
| HSV(B) | 341.69º | 0.8% | 0.76% | - |
| XYZ | 24.4 | 13.46 | 10.12 | - |
| YUV | 90.4 | 125.52 | 201.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 86 | 0 | 0.80 | 0.55 | 0.24 | 341.69 | 0.66 | 0.45 |
| Hex | C1 | 27 | 56 | 0 | 50 | 37 | 18 | 156 | 42 | 2D |
| Octal | 301 | 47 | 126 | 0 | 120 | 67 | 30 | 526 | 102 | 55 |
| Binary | 11000001 | 100111 | 1010110 | 0 | 1010000 | 110111 | 11000 | 101010110 | 1000010 | 101101 |
Color Harmonies of #C12756
Complementary color
Monochromatic Colors of #C12756
Black with #C12756
Text Example
Text Example
White with #C12756
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12756; }
p { color: rgb(193,39,86); }
H1.HeaderClassName
{
color: #C12756;
}
.AnyTagClassName
{
color: #C12756;
}
</style>
background-color css
<style>
a { background-color: #C12756; }
a { background-color: rgb(193,39,86); }
div.DivClassName
{
background-color: #C12756;
}
.BgClassName
{
background-color: #C12756;
}
</style>
border-color css
<style>
span { border-color: #C12756; }
span { border-color: rgb(193,39,86); }
td.TdClassName
{
border-color: #C12756;
}
.TagClassName
{
border-color: #C12756;
}
</style>