Shades of Christine #C46634
Tints of Christine #C46634
RGB
CMYK
RGB Variations
Color information
#C46634 (or 0xC46634) is known color: Christine. HEX triplet: C4, 66 and 34. RGB value is (196,102,52). Sum of RGB (Red+Green+Blue) = 196+102+52=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 102 (40.23% from 255 or 29.14% from 350); Blue value is 52 (20.70% from 255 or 14.86% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C46634 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46634 is #3B99CB. Grayscale: #7C7C7C. Windows color (decimal): -3905996 or 3434180. OLE color: 3434180.
HSL color Cylindrical-coordinate representation of color #C46634: hue angle of 20.83º degrees, saturation: 0.58, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #C46634 is Cyan = 0, Magento = 0.48, Yellow = 0.73 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 52 | - |
| CMYK | 0 | 0.48 | 0.73 | 0.23 |
| HSL | 20.83º | 0.58% | 0.49% | - |
| HSV(B) | 20.83º | 0.73% | 0.77% | - |
| XYZ | 28.14 | 21.49 | 5.91 | - |
| YUV | 124.41 | 87.14 | 179.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 52 | 0 | 0.48 | 0.73 | 0.23 | 20.83 | 0.58 | 0.49 |
| Hex | C4 | 66 | 34 | 0 | 30 | 49 | 17 | 15 | 3A | 31 |
| Octal | 304 | 146 | 64 | 0 | 60 | 111 | 27 | 25 | 72 | 61 |
| Binary | 11000100 | 1100110 | 110100 | 0 | 110000 | 1001001 | 10111 | 10101 | 111010 | 110001 |
Color Harmonies of #C46634
Complementary color
Monochromatic Colors of #C46634
Black with #C46634
Text Example
Text Example
White with #C46634
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46634; }
p { color: rgb(196,102,52); }
H1.HeaderClassName
{
color: #C46634;
}
.AnyTagClassName
{
color: #C46634;
}
</style>
background-color css
<style>
a { background-color: #C46634; }
a { background-color: rgb(196,102,52); }
div.DivClassName
{
background-color: #C46634;
}
.BgClassName
{
background-color: #C46634;
}
</style>
border-color css
<style>
span { border-color: #C46634; }
span { border-color: rgb(196,102,52); }
td.TdClassName
{
border-color: #C46634;
}
.TagClassName
{
border-color: #C46634;
}
</style>