Shades of Christine #C86127
Tints of Christine #C86127
RGB
CMYK
RGB Variations
Color information
#C86127 (or 0xC86127) is known color: Christine. HEX triplet: C8, 61 and 27. RGB value is (200,97,39). Sum of RGB (Red+Green+Blue) = 200+97+39=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 97 (38.28% from 255 or 28.87% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C86127 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86127 is #379ED8. Grayscale: #797979. Windows color (decimal): -3645145 or 2580936. OLE color: 2580936.
HSL color Cylindrical-coordinate representation of color #C86127: hue angle of 21.61º degrees, saturation: 0.67, 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 #C86127 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 39 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.22 |
| HSL | 21.61º | 0.67% | 0.47% | - |
| HSV(B) | 21.61º | 0.81% | 0.78% | - |
| XYZ | 28.46 | 20.98 | 4.47 | - |
| YUV | 121.19 | 81.62 | 184.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 39 | 0 | 0.52 | 0.80 | 0.22 | 21.61 | 0.67 | 0.47 |
| Hex | C8 | 61 | 27 | 0 | 34 | 50 | 16 | 16 | 43 | 2F |
| Octal | 310 | 141 | 47 | 0 | 64 | 120 | 26 | 26 | 103 | 57 |
| Binary | 11001000 | 1100001 | 100111 | 0 | 110100 | 1010000 | 10110 | 10110 | 1000011 | 101111 |
Color Harmonies of #C86127
Complementary color
Monochromatic Colors of #C86127
Black with #C86127
Text Example
Text Example
White with #C86127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86127; }
p { color: rgb(200,97,39); }
H1.HeaderClassName
{
color: #C86127;
}
.AnyTagClassName
{
color: #C86127;
}
</style>
background-color css
<style>
a { background-color: #C86127; }
a { background-color: rgb(200,97,39); }
div.DivClassName
{
background-color: #C86127;
}
.BgClassName
{
background-color: #C86127;
}
</style>
border-color css
<style>
span { border-color: #C86127; }
span { border-color: rgb(200,97,39); }
td.TdClassName
{
border-color: #C86127;
}
.TagClassName
{
border-color: #C86127;
}
</style>