Shades of Christine #C16329
Tints of Christine #C16329
RGB
CMYK
RGB Variations
Color information
#C16329 (or 0xC16329) is known color: Christine. HEX triplet: C1, 63 and 29. RGB value is (193,99,41). Sum of RGB (Red+Green+Blue) = 193+99+41=333 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.96% from 333); Green value is 99 (39.06% from 255 or 29.73% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 193 - color contains mainly: red. Hex color #C16329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16329 is #3E9CD6. Grayscale: #787878. Windows color (decimal): -4103383 or 2712513. OLE color: 2712513.
HSL color Cylindrical-coordinate representation of color #C16329: hue angle of 22.89º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C16329 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 99 | 41 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.24 |
| HSL | 22.89º | 0.65% | 0.46% | - |
| HSV(B) | 22.89º | 0.79% | 0.76% | - |
| XYZ | 26.85 | 20.42 | 4.62 | - |
| YUV | 120.49 | 83.14 | 179.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 99 | 41 | 0 | 0.49 | 0.79 | 0.24 | 22.89 | 0.65 | 0.46 |
| Hex | C1 | 63 | 29 | 0 | 31 | 4F | 18 | 17 | 41 | 2E |
| Octal | 301 | 143 | 51 | 0 | 61 | 117 | 30 | 27 | 101 | 56 |
| Binary | 11000001 | 1100011 | 101001 | 0 | 110001 | 1001111 | 11000 | 10111 | 1000001 | 101110 |
Color Harmonies of #C16329
Complementary color
Monochromatic Colors of #C16329
Black with #C16329
Text Example
Text Example
White with #C16329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16329; }
p { color: rgb(193,99,41); }
H1.HeaderClassName
{
color: #C16329;
}
.AnyTagClassName
{
color: #C16329;
}
</style>
background-color css
<style>
a { background-color: #C16329; }
a { background-color: rgb(193,99,41); }
div.DivClassName
{
background-color: #C16329;
}
.BgClassName
{
background-color: #C16329;
}
</style>
border-color css
<style>
span { border-color: #C16329; }
span { border-color: rgb(193,99,41); }
td.TdClassName
{
border-color: #C16329;
}
.TagClassName
{
border-color: #C16329;
}
</style>