Shades of Christine #C06836
Tints of Christine #C06836
RGB
CMYK
RGB Variations
Color information
#C06836 (or 0xC06836) is known color: Christine. HEX triplet: C0, 68 and 36. RGB value is (192,104,54). Sum of RGB (Red+Green+Blue) = 192+104+54=350 (46% of max value = 765). Red value is 192 (75.39% from 255 or 54.86% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 54 (21.48% from 255 or 15.43% from 350); Max value from RGB is 192 - color contains mainly: red. Hex color #C06836 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06836 is #3F97C9. Grayscale: #7C7C7C. Windows color (decimal): -4167626 or 3565760. OLE color: 3565760.
HSL color Cylindrical-coordinate representation of color #C06836: hue angle of 21.74º degrees, saturation: 0.56, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #C06836 is Cyan = 0, Magento = 0.46, Yellow = 0.72 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 104 | 54 | - |
| CMYK | 0 | 0.46 | 0.72 | 0.25 |
| HSL | 21.74º | 0.56% | 0.48% | - |
| HSV(B) | 21.74º | 0.72% | 0.75% | - |
| XYZ | 27.35 | 21.37 | 6.17 | - |
| YUV | 124.61 | 88.15 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 104 | 54 | 0 | 0.46 | 0.72 | 0.25 | 21.74 | 0.56 | 0.48 |
| Hex | C0 | 68 | 36 | 0 | 2E | 48 | 19 | 16 | 38 | 30 |
| Octal | 300 | 150 | 66 | 0 | 56 | 110 | 31 | 26 | 70 | 60 |
| Binary | 11000000 | 1101000 | 110110 | 0 | 101110 | 1001000 | 11001 | 10110 | 111000 | 110000 |
Color Harmonies of #C06836
Complementary color
Monochromatic Colors of #C06836
Black with #C06836
Text Example
Text Example
White with #C06836
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06836; }
p { color: rgb(192,104,54); }
H1.HeaderClassName
{
color: #C06836;
}
.AnyTagClassName
{
color: #C06836;
}
</style>
background-color css
<style>
a { background-color: #C06836; }
a { background-color: rgb(192,104,54); }
div.DivClassName
{
background-color: #C06836;
}
.BgClassName
{
background-color: #C06836;
}
</style>
border-color css
<style>
span { border-color: #C06836; }
span { border-color: rgb(192,104,54); }
td.TdClassName
{
border-color: #C06836;
}
.TagClassName
{
border-color: #C06836;
}
</style>