Shades of Christine #C86126
Tints of Christine #C86126
RGB
CMYK
RGB Variations
Color information
#C86126 (or 0xC86126) is known color: Christine. HEX triplet: C8, 61 and 26. RGB value is (200,97,38). Sum of RGB (Red+Green+Blue) = 200+97+38=335 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.70% from 335); Green value is 97 (38.28% from 255 or 28.96% from 335); Blue value is 38 (15.23% from 255 or 11.34% from 335); Max value from RGB is 200 - color contains mainly: red. Hex color #C86126 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86126 is #379ED9. Grayscale: #797979. Windows color (decimal): -3645146 or 2515400. OLE color: 2515400.
HSL color Cylindrical-coordinate representation of color #C86126: hue angle of 21.85º degrees, saturation: 0.68, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C86126 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 38 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.22 |
| HSL | 21.85º | 0.68% | 0.47% | - |
| HSV(B) | 21.85º | 0.81% | 0.78% | - |
| XYZ | 28.44 | 20.97 | 4.38 | - |
| YUV | 121.07 | 81.12 | 184.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 38 | 0 | 0.52 | 0.81 | 0.22 | 21.85 | 0.68 | 0.47 |
| Hex | C8 | 61 | 26 | 0 | 34 | 51 | 16 | 16 | 44 | 2F |
| Octal | 310 | 141 | 46 | 0 | 64 | 121 | 26 | 26 | 104 | 57 |
| Binary | 11001000 | 1100001 | 100110 | 0 | 110100 | 1010001 | 10110 | 10110 | 1000100 | 101111 |
Color Harmonies of #C86126
Complementary color
Monochromatic Colors of #C86126
Black with #C86126
Text Example
Text Example
White with #C86126
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86126; }
p { color: rgb(200,97,38); }
H1.HeaderClassName
{
color: #C86126;
}
.AnyTagClassName
{
color: #C86126;
}
</style>
background-color css
<style>
a { background-color: #C86126; }
a { background-color: rgb(200,97,38); }
div.DivClassName
{
background-color: #C86126;
}
.BgClassName
{
background-color: #C86126;
}
</style>
border-color css
<style>
span { border-color: #C86126; }
span { border-color: rgb(200,97,38); }
td.TdClassName
{
border-color: #C86126;
}
.TagClassName
{
border-color: #C86126;
}
</style>