Shades of Old Rose #C12766
Tints of Old Rose #C12766
RGB
CMYK
RGB Variations
Color information
#C12766 (or 0xC12766) is known color: Old Rose. HEX triplet: C1, 27 and 66. RGB value is (193,39,102). Sum of RGB (Red+Green+Blue) = 193+39+102=334 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.78% from 334); Green value is 39 (15.62% from 255 or 11.68% from 334); Blue value is 102 (40.23% from 255 or 30.54% from 334); Max value from RGB is 193 - color contains mainly: red. Hex color #C12766 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12766 is #3ED899. Grayscale: #5C5C5C. Windows color (decimal): -4118682 or 6694849. OLE color: 6694849.
HSL color Cylindrical-coordinate representation of color #C12766: hue angle of 335.45º 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 #C12766 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 39 | 102 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.24 |
| HSL | 335.45º | 0.66% | 0.45% | - |
| HSV(B) | 335.45º | 0.8% | 0.76% | - |
| XYZ | 25.12 | 13.75 | 13.9 | - |
| YUV | 92.23 | 133.52 | 199.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 39 | 102 | 0 | 0.80 | 0.47 | 0.24 | 335.45 | 0.66 | 0.45 |
| Hex | C1 | 27 | 66 | 0 | 50 | 2F | 18 | 14F | 42 | 2D |
| Octal | 301 | 47 | 146 | 0 | 120 | 57 | 30 | 517 | 102 | 55 |
| Binary | 11000001 | 100111 | 1100110 | 0 | 1010000 | 101111 | 11000 | 101001111 | 1000010 | 101101 |
Color Harmonies of #C12766
Complementary color
Monochromatic Colors of #C12766
Black with #C12766
Text Example
Text Example
White with #C12766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12766; }
p { color: rgb(193,39,102); }
H1.HeaderClassName
{
color: #C12766;
}
.AnyTagClassName
{
color: #C12766;
}
</style>
background-color css
<style>
a { background-color: #C12766; }
a { background-color: rgb(193,39,102); }
div.DivClassName
{
background-color: #C12766;
}
.BgClassName
{
background-color: #C12766;
}
</style>
border-color css
<style>
span { border-color: #C12766; }
span { border-color: rgb(193,39,102); }
td.TdClassName
{
border-color: #C12766;
}
.TagClassName
{
border-color: #C12766;
}
</style>