Shades of Christine #C0682A
Tints of Christine #C0682A
RGB
CMYK
RGB Variations
Color information
#C0682A (or 0xC0682A) is known color: Christine. HEX triplet: C0, 68 and 2A. RGB value is (192,104,42). Sum of RGB (Red+Green+Blue) = 192+104+42=338 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.80% from 338); Green value is 104 (41.02% from 255 or 30.77% from 338); Blue value is 42 (16.80% from 255 or 12.43% from 338); Max value from RGB is 192 - color contains mainly: red. Hex color #C0682A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C0682A is #3F97D5. Grayscale: #7B7B7B. Windows color (decimal): -4167638 or 2779328. OLE color: 2779328.
HSL color Cylindrical-coordinate representation of color #C0682A: hue angle of 24.8º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C0682A is Cyan = 0, Magento = 0.46, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 42 | - |
| CMYK | 0 | 0.46 | 0.78 | 0.25 |
| HSL | 24.8º | 0.64% | 0.46% | - |
| HSV(B) | 24.8º | 0.78% | 0.75% | - |
| XYZ | 27.11 | 21.27 | 4.87 | - |
| YUV | 123.24 | 82.15 | 177.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 42 | 0 | 0.46 | 0.78 | 0.25 | 24.8 | 0.64 | 0.46 |
| Hex | C0 | 68 | 2A | 0 | 2E | 4E | 19 | 19 | 40 | 2E |
| Octal | 300 | 150 | 52 | 0 | 56 | 116 | 31 | 31 | 100 | 56 |
| Binary | 11000000 | 1101000 | 101010 | 0 | 101110 | 1001110 | 11001 | 11001 | 1000000 | 101110 |
Color Harmonies of #C0682A
Complementary color
Monochromatic Colors of #C0682A
Black with #C0682A
Text Example
Text Example
White with #C0682A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C0682A; }
p { color: rgb(192,104,42); }
H1.HeaderClassName
{
color: #C0682A;
}
.AnyTagClassName
{
color: #C0682A;
}
</style>
background-color css
<style>
a { background-color: #C0682A; }
a { background-color: rgb(192,104,42); }
div.DivClassName
{
background-color: #C0682A;
}
.BgClassName
{
background-color: #C0682A;
}
</style>
border-color css
<style>
span { border-color: #C0682A; }
span { border-color: rgb(192,104,42); }
td.TdClassName
{
border-color: #C0682A;
}
.TagClassName
{
border-color: #C0682A;
}
</style>