Shades of Christine #C86026
Tints of Christine #C86026
RGB
CMYK
RGB Variations
Color information
#C86026 (or 0xC86026) is known color: Christine. HEX triplet: C8, 60 and 26. RGB value is (200,96,38). Sum of RGB (Red+Green+Blue) = 200+96+38=334 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.88% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 38 (15.23% from 255 or 11.38% from 334); Max value from RGB is 200 - color contains mainly: red. Hex color #C86026 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86026 is #379FD9. Grayscale: #787878. Windows color (decimal): -3645402 or 2515144. OLE color: 2515144.
HSL color Cylindrical-coordinate representation of color #C86026: hue angle of 21.48º 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 #C86026 is Cyan = 0, Magento = 0.52, Yellow = 0.81 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 96 | 38 | - |
| CMYK | 0 | 0.52 | 0.81 | 0.22 |
| HSL | 21.48º | 0.68% | 0.47% | - |
| HSV(B) | 21.48º | 0.81% | 0.78% | - |
| XYZ | 28.35 | 20.79 | 4.35 | - |
| YUV | 120.48 | 81.46 | 184.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 96 | 38 | 0 | 0.52 | 0.81 | 0.22 | 21.48 | 0.68 | 0.47 |
| Hex | C8 | 60 | 26 | 0 | 34 | 51 | 16 | 15 | 44 | 2F |
| Octal | 310 | 140 | 46 | 0 | 64 | 121 | 26 | 25 | 104 | 57 |
| Binary | 11001000 | 1100000 | 100110 | 0 | 110100 | 1010001 | 10110 | 10101 | 1000100 | 101111 |
Color Harmonies of #C86026
Complementary color
Monochromatic Colors of #C86026
Black with #C86026
Text Example
Text Example
White with #C86026
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86026; }
p { color: rgb(200,96,38); }
H1.HeaderClassName
{
color: #C86026;
}
.AnyTagClassName
{
color: #C86026;
}
</style>
background-color css
<style>
a { background-color: #C86026; }
a { background-color: rgb(200,96,38); }
div.DivClassName
{
background-color: #C86026;
}
.BgClassName
{
background-color: #C86026;
}
</style>
border-color css
<style>
span { border-color: #C86026; }
span { border-color: rgb(200,96,38); }
td.TdClassName
{
border-color: #C86026;
}
.TagClassName
{
border-color: #C86026;
}
</style>