Shades of Christine #C8682E
Tints of Christine #C8682E
RGB
CMYK
RGB Variations
Color information
#C8682E (or 0xC8682E) is known color: Christine. HEX triplet: C8, 68 and 2E. RGB value is (200,104,46). Sum of RGB (Red+Green+Blue) = 200+104+46=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 46 (18.36% from 255 or 13.14% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8682E is #3797D1. Grayscale: #7E7E7E. Windows color (decimal): -3643346 or 3041480. OLE color: 3041480.
HSL color Cylindrical-coordinate representation of color #C8682E: hue angle of 22.6º degrees, saturation: 0.63, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C8682E is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 104 | 46 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.22 |
| HSL | 22.6º | 0.63% | 0.48% | - |
| HSV(B) | 22.6º | 0.77% | 0.78% | - |
| XYZ | 29.26 | 22.38 | 5.36 | - |
| YUV | 126.09 | 82.8 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 104 | 46 | 0 | 0.48 | 0.77 | 0.22 | 22.6 | 0.63 | 0.48 |
| Hex | C8 | 68 | 2E | 0 | 30 | 4D | 16 | 17 | 3F | 30 |
| Octal | 310 | 150 | 56 | 0 | 60 | 115 | 26 | 27 | 77 | 60 |
| Binary | 11001000 | 1101000 | 101110 | 0 | 110000 | 1001101 | 10110 | 10111 | 111111 | 110000 |
Color Harmonies of #C8682E
Complementary color
Monochromatic Colors of #C8682E
Black with #C8682E
Text Example
Text Example
White with #C8682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8682E; }
p { color: rgb(200,104,46); }
H1.HeaderClassName
{
color: #C8682E;
}
.AnyTagClassName
{
color: #C8682E;
}
</style>
background-color css
<style>
a { background-color: #C8682E; }
a { background-color: rgb(200,104,46); }
div.DivClassName
{
background-color: #C8682E;
}
.BgClassName
{
background-color: #C8682E;
}
</style>
border-color css
<style>
span { border-color: #C8682E; }
span { border-color: rgb(200,104,46); }
td.TdClassName
{
border-color: #C8682E;
}
.TagClassName
{
border-color: #C8682E;
}
</style>