Shades of Christine #C46622
Tints of Christine #C46622
RGB
CMYK
RGB Variations
Color information
#C46622 (or 0xC46622) is known color: Christine. HEX triplet: C4, 66 and 22. RGB value is (196,102,34). Sum of RGB (Red+Green+Blue) = 196+102+34=332 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.04% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 34 (13.67% from 255 or 10.24% from 332); Max value from RGB is 196 - color contains mainly: red. Hex color #C46622 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46622 is #3B99DD. Grayscale: #7A7A7A. Windows color (decimal): -3906014 or 2254532. OLE color: 2254532.
HSL color Cylindrical-coordinate representation of color #C46622: hue angle of 25.19º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C46622 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 34 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.23 |
| HSL | 25.19º | 0.7% | 0.45% | - |
| HSV(B) | 25.19º | 0.83% | 0.77% | - |
| XYZ | 27.81 | 21.35 | 4.17 | - |
| YUV | 122.35 | 78.14 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 34 | 0 | 0.48 | 0.83 | 0.23 | 25.19 | 0.7 | 0.45 |
| Hex | C4 | 66 | 22 | 0 | 30 | 53 | 17 | 19 | 46 | 2D |
| Octal | 304 | 146 | 42 | 0 | 60 | 123 | 27 | 31 | 106 | 55 |
| Binary | 11000100 | 1100110 | 100010 | 0 | 110000 | 1010011 | 10111 | 11001 | 1000110 | 101101 |
Color Harmonies of #C46622
Complementary color
Monochromatic Colors of #C46622
Black with #C46622
Text Example
Text Example
White with #C46622
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46622; }
p { color: rgb(196,102,34); }
H1.HeaderClassName
{
color: #C46622;
}
.AnyTagClassName
{
color: #C46622;
}
</style>
background-color css
<style>
a { background-color: #C46622; }
a { background-color: rgb(196,102,34); }
div.DivClassName
{
background-color: #C46622;
}
.BgClassName
{
background-color: #C46622;
}
</style>
border-color css
<style>
span { border-color: #C46622; }
span { border-color: rgb(196,102,34); }
td.TdClassName
{
border-color: #C46622;
}
.TagClassName
{
border-color: #C46622;
}
</style>