Shades of Christine #C86129
Tints of Christine #C86129
RGB
CMYK
RGB Variations
Color information
#C86129 (or 0xC86129) is known color: Christine. HEX triplet: C8, 61 and 29. RGB value is (200,97,41). Sum of RGB (Red+Green+Blue) = 200+97+41=338 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.17% from 338); Green value is 97 (38.28% from 255 or 28.70% from 338); Blue value is 41 (16.41% from 255 or 12.13% from 338); Max value from RGB is 200 - color contains mainly: red. Hex color #C86129 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86129 is #379ED6. Grayscale: #797979. Windows color (decimal): -3645143 or 2712008. OLE color: 2712008.
HSL color Cylindrical-coordinate representation of color #C86129: hue angle of 21.13º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C86129 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 97 | 41 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.22 |
| HSL | 21.13º | 0.66% | 0.47% | - |
| HSV(B) | 21.13º | 0.8% | 0.78% | - |
| XYZ | 28.49 | 20.99 | 4.65 | - |
| YUV | 121.41 | 82.62 | 184.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 97 | 41 | 0 | 0.52 | 0.80 | 0.22 | 21.13 | 0.66 | 0.47 |
| Hex | C8 | 61 | 29 | 0 | 34 | 50 | 16 | 15 | 42 | 2F |
| Octal | 310 | 141 | 51 | 0 | 64 | 120 | 26 | 25 | 102 | 57 |
| Binary | 11001000 | 1100001 | 101001 | 0 | 110100 | 1010000 | 10110 | 10101 | 1000010 | 101111 |
Color Harmonies of #C86129
Complementary color
Monochromatic Colors of #C86129
Black with #C86129
Text Example
Text Example
White with #C86129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86129; }
p { color: rgb(200,97,41); }
H1.HeaderClassName
{
color: #C86129;
}
.AnyTagClassName
{
color: #C86129;
}
</style>
background-color css
<style>
a { background-color: #C86129; }
a { background-color: rgb(200,97,41); }
div.DivClassName
{
background-color: #C86129;
}
.BgClassName
{
background-color: #C86129;
}
</style>
border-color css
<style>
span { border-color: #C86129; }
span { border-color: rgb(200,97,41); }
td.TdClassName
{
border-color: #C86129;
}
.TagClassName
{
border-color: #C86129;
}
</style>