Shades of Christine #C16620
Tints of Christine #C16620
RGB
CMYK
RGB Variations
Color information
#C16620 (or 0xC16620) is known color: Christine. HEX triplet: C1, 66 and 20. RGB value is (193,102,32). Sum of RGB (Red+Green+Blue) = 193+102+32=327 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.02% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 193 - color contains mainly: red. Hex color #C16620 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16620 is #3E99DF. Grayscale: #797979. Windows color (decimal): -4102624 or 2123457. OLE color: 2123457.
HSL color Cylindrical-coordinate representation of color #C16620: hue angle of 26.09º degrees, saturation: 0.72, 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 #C16620 is Cyan = 0, Magento = 0.47, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 102 | 32 | - |
| CMYK | 0 | 0.47 | 0.83 | 0.24 |
| HSL | 26.09º | 0.72% | 0.44% | - |
| HSV(B) | 26.09º | 0.83% | 0.76% | - |
| XYZ | 27 | 20.94 | 3.99 | - |
| YUV | 121.23 | 77.65 | 179.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 102 | 32 | 0 | 0.47 | 0.83 | 0.24 | 26.09 | 0.72 | 0.44 |
| Hex | C1 | 66 | 20 | 0 | 2F | 53 | 18 | 1A | 48 | 2C |
| Octal | 301 | 146 | 40 | 0 | 57 | 123 | 30 | 32 | 110 | 54 |
| Binary | 11000001 | 1100110 | 100000 | 0 | 101111 | 1010011 | 11000 | 11010 | 1001000 | 101100 |
Color Harmonies of #C16620
Complementary color
Monochromatic Colors of #C16620
Black with #C16620
Text Example
Text Example
White with #C16620
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16620; }
p { color: rgb(193,102,32); }
H1.HeaderClassName
{
color: #C16620;
}
.AnyTagClassName
{
color: #C16620;
}
</style>
background-color css
<style>
a { background-color: #C16620; }
a { background-color: rgb(193,102,32); }
div.DivClassName
{
background-color: #C16620;
}
.BgClassName
{
background-color: #C16620;
}
</style>
border-color css
<style>
span { border-color: #C16620; }
span { border-color: rgb(193,102,32); }
td.TdClassName
{
border-color: #C16620;
}
.TagClassName
{
border-color: #C16620;
}
</style>