Shades of Christine #C86E2C
Tints of Christine #C86E2C
RGB
CMYK
RGB Variations
Color information
#C86E2C (or 0xC86E2C) is known color: Christine. HEX triplet: C8, 6E and 2C. RGB value is (200,110,44). Sum of RGB (Red+Green+Blue) = 200+110+44=354 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.50% from 354); Green value is 110 (43.36% from 255 or 31.07% from 354); Blue value is 44 (17.58% from 255 or 12.43% from 354); Max value from RGB is 200 - color contains mainly: red. Hex color #C86E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86E2C is #3791D3. Grayscale: #818181. Windows color (decimal): -3641812 or 2911944. OLE color: 2911944.
HSL color Cylindrical-coordinate representation of color #C86E2C: hue angle of 25.38º degrees, saturation: 0.64, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C86E2C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 110 | 44 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.22 |
| HSL | 25.38º | 0.64% | 0.48% | - |
| HSV(B) | 25.38º | 0.78% | 0.78% | - |
| XYZ | 29.85 | 23.61 | 5.37 | - |
| YUV | 129.39 | 79.82 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 110 | 44 | 0 | 0.45 | 0.78 | 0.22 | 25.38 | 0.64 | 0.48 |
| Hex | C8 | 6E | 2C | 0 | 2D | 4E | 16 | 19 | 40 | 30 |
| Octal | 310 | 156 | 54 | 0 | 55 | 116 | 26 | 31 | 100 | 60 |
| Binary | 11001000 | 1101110 | 101100 | 0 | 101101 | 1001110 | 10110 | 11001 | 1000000 | 110000 |
Color Harmonies of #C86E2C
Complementary color
Monochromatic Colors of #C86E2C
Black with #C86E2C
Text Example
Text Example
White with #C86E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86E2C; }
p { color: rgb(200,110,44); }
H1.HeaderClassName
{
color: #C86E2C;
}
.AnyTagClassName
{
color: #C86E2C;
}
</style>
background-color css
<style>
a { background-color: #C86E2C; }
a { background-color: rgb(200,110,44); }
div.DivClassName
{
background-color: #C86E2C;
}
.BgClassName
{
background-color: #C86E2C;
}
</style>
border-color css
<style>
span { border-color: #C86E2C; }
span { border-color: rgb(200,110,44); }
td.TdClassName
{
border-color: #C86E2C;
}
.TagClassName
{
border-color: #C86E2C;
}
</style>