Shades of Christine #C06B2C
Tints of Christine #C06B2C
RGB
CMYK
RGB Variations
Color information
#C06B2C (or 0xC06B2C) is known color: Christine. HEX triplet: C0, 6B and 2C. RGB value is (192,107,44). Sum of RGB (Red+Green+Blue) = 192+107+44=343 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.98% from 343); Green value is 107 (42.19% from 255 or 31.20% from 343); Blue value is 44 (17.58% from 255 or 12.83% from 343); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B2C is #3F94D3. Grayscale: #7D7D7D. Windows color (decimal): -4166868 or 2911168. OLE color: 2911168.
HSL color Cylindrical-coordinate representation of color #C06B2C: hue angle of 25.54º degrees, saturation: 0.63, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C06B2C is Cyan = 0, Magento = 0.44, Yellow = 0.77 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 44 | - |
| CMYK | 0 | 0.44 | 0.77 | 0.25 |
| HSL | 25.54º | 0.63% | 0.46% | - |
| HSV(B) | 25.54º | 0.77% | 0.75% | - |
| XYZ | 27.45 | 21.9 | 5.16 | - |
| YUV | 125.23 | 82.16 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 44 | 0 | 0.44 | 0.77 | 0.25 | 25.54 | 0.63 | 0.46 |
| Hex | C0 | 6B | 2C | 0 | 2C | 4D | 19 | 1A | 3F | 2E |
| Octal | 300 | 153 | 54 | 0 | 54 | 115 | 31 | 32 | 77 | 56 |
| Binary | 11000000 | 1101011 | 101100 | 0 | 101100 | 1001101 | 11001 | 11010 | 111111 | 101110 |
Color Harmonies of #C06B2C
Complementary color
Monochromatic Colors of #C06B2C
Black with #C06B2C
Text Example
Text Example
White with #C06B2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B2C; }
p { color: rgb(192,107,44); }
H1.HeaderClassName
{
color: #C06B2C;
}
.AnyTagClassName
{
color: #C06B2C;
}
</style>
background-color css
<style>
a { background-color: #C06B2C; }
a { background-color: rgb(192,107,44); }
div.DivClassName
{
background-color: #C06B2C;
}
.BgClassName
{
background-color: #C06B2C;
}
</style>
border-color css
<style>
span { border-color: #C06B2C; }
span { border-color: rgb(192,107,44); }
td.TdClassName
{
border-color: #C06B2C;
}
.TagClassName
{
border-color: #C06B2C;
}
</style>