Shades of Christine #C86329
Tints of Christine #C86329
RGB
CMYK
RGB Variations
Color information
#C86329 (or 0xC86329) is known color: Christine. HEX triplet: C8, 63 and 29. RGB value is (200,99,41). Sum of RGB (Red+Green+Blue) = 200+99+41=340 (45% of max value = 765). Red value is 200 (78.52% from 255 or 58.82% from 340); Green value is 99 (39.06% from 255 or 29.12% from 340); Blue value is 41 (16.41% from 255 or 12.06% from 340); Max value from RGB is 200 - color contains mainly: red. Hex color #C86329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C86329 is #379CD6. Grayscale: #7A7A7A. Windows color (decimal): -3644631 or 2712520. OLE color: 2712520.
HSL color Cylindrical-coordinate representation of color #C86329: hue angle of 21.89º 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 #C86329 is Cyan = 0, Magento = 0.50, Yellow = 0.80 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 99 | 41 | - |
| CMYK | 0 | 0.50 | 0.80 | 0.22 |
| HSL | 21.89º | 0.66% | 0.47% | - |
| HSV(B) | 21.89º | 0.8% | 0.78% | - |
| XYZ | 28.68 | 21.36 | 4.71 | - |
| YUV | 122.59 | 81.96 | 183.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 99 | 41 | 0 | 0.50 | 0.80 | 0.22 | 21.89 | 0.66 | 0.47 |
| Hex | C8 | 63 | 29 | 0 | 32 | 50 | 16 | 16 | 42 | 2F |
| Octal | 310 | 143 | 51 | 0 | 62 | 120 | 26 | 26 | 102 | 57 |
| Binary | 11001000 | 1100011 | 101001 | 0 | 110010 | 1010000 | 10110 | 10110 | 1000010 | 101111 |
Color Harmonies of #C86329
Complementary color
Monochromatic Colors of #C86329
Black with #C86329
Text Example
Text Example
White with #C86329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C86329; }
p { color: rgb(200,99,41); }
H1.HeaderClassName
{
color: #C86329;
}
.AnyTagClassName
{
color: #C86329;
}
</style>
background-color css
<style>
a { background-color: #C86329; }
a { background-color: rgb(200,99,41); }
div.DivClassName
{
background-color: #C86329;
}
.BgClassName
{
background-color: #C86329;
}
</style>
border-color css
<style>
span { border-color: #C86329; }
span { border-color: rgb(200,99,41); }
td.TdClassName
{
border-color: #C86329;
}
.TagClassName
{
border-color: #C86329;
}
</style>