Shades of Christine #C0682E
Tints of Christine #C0682E
RGB
CMYK
RGB Variations
Color information
#C0682E (or 0xC0682E) is known color: Christine. HEX triplet: C0, 68 and 2E. RGB value is (192,104,46). Sum of RGB (Red+Green+Blue) = 192+104+46=342 (45% of max value = 765). Red value is 192 (75.39% from 255 or 56.14% from 342); Green value is 104 (41.02% from 255 or 30.41% from 342); Blue value is 46 (18.36% from 255 or 13.45% from 342); Max value from RGB is 192 - color contains mainly: red. Hex color #C0682E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0682E is #3F97D1. Grayscale: #7C7C7C. Windows color (decimal): -4167634 or 3041472. OLE color: 3041472.
HSL color Cylindrical-coordinate representation of color #C0682E: hue angle of 23.84º degrees, saturation: 0.61, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #C0682E is Cyan = 0, Magento = 0.46, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 46 | - |
| CMYK | 0 | 0.46 | 0.76 | 0.25 |
| HSL | 23.84º | 0.61% | 0.47% | - |
| HSV(B) | 23.84º | 0.76% | 0.75% | - |
| XYZ | 27.18 | 21.3 | 5.26 | - |
| YUV | 123.7 | 84.15 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 46 | 0 | 0.46 | 0.76 | 0.25 | 23.84 | 0.61 | 0.47 |
| Hex | C0 | 68 | 2E | 0 | 2E | 4C | 19 | 18 | 3D | 2F |
| Octal | 300 | 150 | 56 | 0 | 56 | 114 | 31 | 30 | 75 | 57 |
| Binary | 11000000 | 1101000 | 101110 | 0 | 101110 | 1001100 | 11001 | 11000 | 111101 | 101111 |
Color Harmonies of #C0682E
Complementary color
Monochromatic Colors of #C0682E
Black with #C0682E
Text Example
Text Example
White with #C0682E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0682E; }
p { color: rgb(192,104,46); }
H1.HeaderClassName
{
color: #C0682E;
}
.AnyTagClassName
{
color: #C0682E;
}
</style>
background-color css
<style>
a { background-color: #C0682E; }
a { background-color: rgb(192,104,46); }
div.DivClassName
{
background-color: #C0682E;
}
.BgClassName
{
background-color: #C0682E;
}
</style>
border-color css
<style>
span { border-color: #C0682E; }
span { border-color: rgb(192,104,46); }
td.TdClassName
{
border-color: #C0682E;
}
.TagClassName
{
border-color: #C0682E;
}
</style>