Shades of Christine #C16420
Tints of Christine #C16420
RGB
CMYK
RGB Variations
Color information
#C16420 (or 0xC16420) is known color: Christine. HEX triplet: C1, 64 and 20. RGB value is (193,100,32). Sum of RGB (Red+Green+Blue) = 193+100+32=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 100 (39.45% from 255 or 30.77% from 325); Blue value is 32 (12.89% from 255 or 9.85% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C16420 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16420 is #3E9BDF. Grayscale: #787878. Windows color (decimal): -4103136 or 2122945. OLE color: 2122945.
HSL color Cylindrical-coordinate representation of color #C16420: hue angle of 25.34º 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 #C16420 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 100 | 32 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.24 |
| HSL | 25.34º | 0.72% | 0.44% | - |
| HSV(B) | 25.34º | 0.83% | 0.76% | - |
| XYZ | 26.81 | 20.56 | 3.92 | - |
| YUV | 120.06 | 78.31 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 100 | 32 | 0 | 0.48 | 0.83 | 0.24 | 25.34 | 0.72 | 0.44 |
| Hex | C1 | 64 | 20 | 0 | 30 | 53 | 18 | 19 | 48 | 2C |
| Octal | 301 | 144 | 40 | 0 | 60 | 123 | 30 | 31 | 110 | 54 |
| Binary | 11000001 | 1100100 | 100000 | 0 | 110000 | 1010011 | 11000 | 11001 | 1001000 | 101100 |
Color Harmonies of #C16420
Complementary color
Monochromatic Colors of #C16420
Black with #C16420
Text Example
Text Example
White with #C16420
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16420; }
p { color: rgb(193,100,32); }
H1.HeaderClassName
{
color: #C16420;
}
.AnyTagClassName
{
color: #C16420;
}
</style>
background-color css
<style>
a { background-color: #C16420; }
a { background-color: rgb(193,100,32); }
div.DivClassName
{
background-color: #C16420;
}
.BgClassName
{
background-color: #C16420;
}
</style>
border-color css
<style>
span { border-color: #C16420; }
span { border-color: rgb(193,100,32); }
td.TdClassName
{
border-color: #C16420;
}
.TagClassName
{
border-color: #C16420;
}
</style>