Shades of Christine #C16D2E
Tints of Christine #C16D2E
RGB
CMYK
RGB Variations
Color information
#C16D2E (or 0xC16D2E) is known color: Christine. HEX triplet: C1, 6D and 2E. RGB value is (193,109,46). Sum of RGB (Red+Green+Blue) = 193+109+46=348 (46% of max value = 765). Red value is 193 (75.78% from 255 or 55.46% from 348); Green value is 109 (42.97% from 255 or 31.32% from 348); Blue value is 46 (18.36% from 255 or 13.22% from 348); Max value from RGB is 193 - color contains mainly: red. Hex color #C16D2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16D2E is #3E92D1. Grayscale: #7F7F7F. Windows color (decimal): -4100818 or 3042753. OLE color: 3042753.
HSL color Cylindrical-coordinate representation of color #C16D2E: hue angle of 25.71º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C16D2E is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 109 | 46 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.24 |
| HSL | 25.71º | 0.62% | 0.47% | - |
| HSV(B) | 25.71º | 0.76% | 0.76% | - |
| XYZ | 27.95 | 22.47 | 5.45 | - |
| YUV | 126.93 | 82.33 | 175.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 109 | 46 | 0 | 0.44 | 0.76 | 0.24 | 25.71 | 0.62 | 0.47 |
| Hex | C1 | 6D | 2E | 0 | 2C | 4C | 18 | 1A | 3E | 2F |
| Octal | 301 | 155 | 56 | 0 | 54 | 114 | 30 | 32 | 76 | 57 |
| Binary | 11000001 | 1101101 | 101110 | 0 | 101100 | 1001100 | 11000 | 11010 | 111110 | 101111 |
Color Harmonies of #C16D2E
Complementary color
Monochromatic Colors of #C16D2E
Black with #C16D2E
Text Example
Text Example
White with #C16D2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16D2E; }
p { color: rgb(193,109,46); }
H1.HeaderClassName
{
color: #C16D2E;
}
.AnyTagClassName
{
color: #C16D2E;
}
</style>
background-color css
<style>
a { background-color: #C16D2E; }
a { background-color: rgb(193,109,46); }
div.DivClassName
{
background-color: #C16D2E;
}
.BgClassName
{
background-color: #C16D2E;
}
</style>
border-color css
<style>
span { border-color: #C16D2E; }
span { border-color: rgb(193,109,46); }
td.TdClassName
{
border-color: #C16D2E;
}
.TagClassName
{
border-color: #C16D2E;
}
</style>