Shades of Old Rose #C12166
Tints of Old Rose #C12166
RGB
CMYK
RGB Variations
Color information
#C12166 (or 0xC12166) is known color: Old Rose. HEX triplet: C1, 21 and 66. RGB value is (193,33,102). Sum of RGB (Red+Green+Blue) = 193+33+102=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 33 (13.28% from 255 or 10.06% from 328); Blue value is 102 (40.23% from 255 or 31.10% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C12166 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #C12166 is #3EDE99. Grayscale: #585858. Windows color (decimal): -4120218 or 6693313. OLE color: 6693313.
HSL color Cylindrical-coordinate representation of color #C12166: hue angle of 334.12º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C12166 is Cyan = 0, Magento = 0.83, Yellow = 0.47 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 33 | 102 | - |
| CMYK | 0 | 0.83 | 0.47 | 0.24 |
| HSL | 334.13º | 0.71% | 0.44% | - |
| HSV(B) | 334.13º | 0.83% | 0.76% | - |
| XYZ | 24.93 | 13.38 | 13.84 | - |
| YUV | 88.71 | 135.51 | 202.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 33 | 102 | 0 | 0.83 | 0.47 | 0.24 | 334.13 | 0.71 | 0.44 |
| Hex | C1 | 21 | 66 | 0 | 53 | 2F | 18 | 14E | 47 | 2C |
| Octal | 301 | 41 | 146 | 0 | 123 | 57 | 30 | 516 | 107 | 54 |
| Binary | 11000001 | 100001 | 1100110 | 0 | 1010011 | 101111 | 11000 | 101001110 | 1000111 | 101100 |
Color Harmonies of #C12166
Complementary color
Monochromatic Colors of #C12166
Black with #C12166
Text Example
Text Example
White with #C12166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C12166; }
p { color: rgb(193,33,102); }
H1.HeaderClassName
{
color: #C12166;
}
.AnyTagClassName
{
color: #C12166;
}
</style>
background-color css
<style>
a { background-color: #C12166; }
a { background-color: rgb(193,33,102); }
div.DivClassName
{
background-color: #C12166;
}
.BgClassName
{
background-color: #C12166;
}
</style>
border-color css
<style>
span { border-color: #C12166; }
span { border-color: rgb(193,33,102); }
td.TdClassName
{
border-color: #C12166;
}
.TagClassName
{
border-color: #C12166;
}
</style>