Shades of Old Rose #C12666
Tints of Old Rose #C12666
RGB
CMYK
RGB Variations
Color information
#C12666 (or 0xC12666) is known color: Old Rose. HEX triplet: C1, 26 and 66. RGB value is (193,38,102). Sum of RGB (Red+Green+Blue) = 193+38+102=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 38 (15.23% from 255 or 11.41% from 333); Blue value is 102 (40.23% from 255 or 30.63% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C12666 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12666 is #3ED999. Grayscale: #5B5B5B. Windows color (decimal): -4118938 or 6694593. OLE color: 6694593.
HSL color Cylindrical-coordinate representation of color #C12666: hue angle of 335.23º degrees, saturation: 0.67, 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 #C12666 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 38 | 102 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.24 |
| HSL | 335.23º | 0.67% | 0.45% | - |
| HSV(B) | 335.23º | 0.8% | 0.76% | - |
| XYZ | 25.08 | 13.68 | 13.89 | - |
| YUV | 91.64 | 133.85 | 200.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 38 | 102 | 0 | 0.80 | 0.47 | 0.24 | 335.23 | 0.67 | 0.45 |
| Hex | C1 | 26 | 66 | 0 | 50 | 2F | 18 | 14F | 43 | 2D |
| Octal | 301 | 46 | 146 | 0 | 120 | 57 | 30 | 517 | 103 | 55 |
| Binary | 11000001 | 100110 | 1100110 | 0 | 1010000 | 101111 | 11000 | 101001111 | 1000011 | 101101 |
Color Harmonies of #C12666
Complementary color
Monochromatic Colors of #C12666
Black with #C12666
Text Example
Text Example
White with #C12666
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12666; }
p { color: rgb(193,38,102); }
H1.HeaderClassName
{
color: #C12666;
}
.AnyTagClassName
{
color: #C12666;
}
</style>
background-color css
<style>
a { background-color: #C12666; }
a { background-color: rgb(193,38,102); }
div.DivClassName
{
background-color: #C12666;
}
.BgClassName
{
background-color: #C12666;
}
</style>
border-color css
<style>
span { border-color: #C12666; }
span { border-color: rgb(193,38,102); }
td.TdClassName
{
border-color: #C12666;
}
.TagClassName
{
border-color: #C12666;
}
</style>