Shades of Christine #C06B2E
Tints of Christine #C06B2E
RGB
CMYK
RGB Variations
Color information
#C06B2E (or 0xC06B2E) is known color: Christine. HEX triplet: C0, 6B and 2E. RGB value is (192,107,46). Sum of RGB (Red+Green+Blue) = 192+107+46=345 (45% of max value = 765). Red value is 192 (75.39% from 255 or 55.65% from 345); Green value is 107 (42.19% from 255 or 31.01% from 345); Blue value is 46 (18.36% from 255 or 13.33% from 345); Max value from RGB is 192 - color contains mainly: red. Hex color #C06B2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C06B2E is #3F94D1. Grayscale: #7D7D7D. Windows color (decimal): -4166866 or 3042240. OLE color: 3042240.
HSL color Cylindrical-coordinate representation of color #C06B2E: hue angle of 25.07º 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 #C06B2E is Cyan = 0, Magento = 0.44, Yellow = 0.76 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 107 | 46 | - |
| CMYK | 0 | 0.44 | 0.76 | 0.25 |
| HSL | 25.07º | 0.61% | 0.47% | - |
| HSV(B) | 25.07º | 0.76% | 0.75% | - |
| XYZ | 27.49 | 21.92 | 5.37 | - |
| YUV | 125.46 | 83.16 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 107 | 46 | 0 | 0.44 | 0.76 | 0.25 | 25.07 | 0.61 | 0.47 |
| Hex | C0 | 6B | 2E | 0 | 2C | 4C | 19 | 19 | 3D | 2F |
| Octal | 300 | 153 | 56 | 0 | 54 | 114 | 31 | 31 | 75 | 57 |
| Binary | 11000000 | 1101011 | 101110 | 0 | 101100 | 1001100 | 11001 | 11001 | 111101 | 101111 |
Color Harmonies of #C06B2E
Complementary color
Monochromatic Colors of #C06B2E
Black with #C06B2E
Text Example
Text Example
White with #C06B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C06B2E; }
p { color: rgb(192,107,46); }
H1.HeaderClassName
{
color: #C06B2E;
}
.AnyTagClassName
{
color: #C06B2E;
}
</style>
background-color css
<style>
a { background-color: #C06B2E; }
a { background-color: rgb(192,107,46); }
div.DivClassName
{
background-color: #C06B2E;
}
.BgClassName
{
background-color: #C06B2E;
}
</style>
border-color css
<style>
span { border-color: #C06B2E; }
span { border-color: rgb(192,107,46); }
td.TdClassName
{
border-color: #C06B2E;
}
.TagClassName
{
border-color: #C06B2E;
}
</style>