Shades of Old Rose #C12B66
Tints of Old Rose #C12B66
RGB
CMYK
RGB Variations
Color information
#C12B66 (or 0xC12B66) is known color: Old Rose. HEX triplet: C1, 2B and 66. RGB value is (193,43,102). Sum of RGB (Red+Green+Blue) = 193+43+102=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 43 (17.19% from 255 or 12.72% from 338); Blue value is 102 (40.23% from 255 or 30.18% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C12B66 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12B66 is #3ED499. Grayscale: #5E5E5E. Windows color (decimal): -4117658 or 6695873. OLE color: 6695873.
HSL color Cylindrical-coordinate representation of color #C12B66: hue angle of 336.4º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C12B66 is Cyan = 0, Magento = 0.78, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 43 | 102 | - |
| CMYK | 0 | 0.78 | 0.47 | 0.24 |
| HSL | 336.4º | 0.64% | 0.46% | - |
| HSV(B) | 336.4º | 0.78% | 0.76% | - |
| XYZ | 25.25 | 14.02 | 13.95 | - |
| YUV | 94.58 | 132.2 | 198.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 43 | 102 | 0 | 0.78 | 0.47 | 0.24 | 336.4 | 0.64 | 0.46 |
| Hex | C1 | 2B | 66 | 0 | 4E | 2F | 18 | 150 | 40 | 2E |
| Octal | 301 | 53 | 146 | 0 | 116 | 57 | 30 | 520 | 100 | 56 |
| Binary | 11000001 | 101011 | 1100110 | 0 | 1001110 | 101111 | 11000 | 101010000 | 1000000 | 101110 |
Color Harmonies of #C12B66
Complementary color
Monochromatic Colors of #C12B66
Black with #C12B66
Text Example
Text Example
White with #C12B66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12B66; }
p { color: rgb(193,43,102); }
H1.HeaderClassName
{
color: #C12B66;
}
.AnyTagClassName
{
color: #C12B66;
}
</style>
background-color css
<style>
a { background-color: #C12B66; }
a { background-color: rgb(193,43,102); }
div.DivClassName
{
background-color: #C12B66;
}
.BgClassName
{
background-color: #C12B66;
}
</style>
border-color css
<style>
span { border-color: #C12B66; }
span { border-color: rgb(193,43,102); }
td.TdClassName
{
border-color: #C12B66;
}
.TagClassName
{
border-color: #C12B66;
}
</style>