Shades of Christine #C46A23
Tints of Christine #C46A23
RGB
CMYK
RGB Variations
Color information
#C46A23 (or 0xC46A23) is known color: Christine. HEX triplet: C4, 6A and 23. RGB value is (196,106,35). Sum of RGB (Red+Green+Blue) = 196+106+35=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 35 (14.06% from 255 or 10.39% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C46A23 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46A23 is #3B95DC. Grayscale: #7D7D7D. Windows color (decimal): -3904989 or 2321092. OLE color: 2321092.
HSL color Cylindrical-coordinate representation of color #C46A23: hue angle of 26.46º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C46A23 is Cyan = 0, Magento = 0.46, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 106 | 35 | - |
| CMYK | 0 | 0.46 | 0.82 | 0.23 |
| HSL | 26.46º | 0.7% | 0.45% | - |
| HSV(B) | 26.46º | 0.82% | 0.77% | - |
| XYZ | 28.22 | 22.17 | 4.38 | - |
| YUV | 124.82 | 77.32 | 178.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 106 | 35 | 0 | 0.46 | 0.82 | 0.23 | 26.46 | 0.7 | 0.45 |
| Hex | C4 | 6A | 23 | 0 | 2E | 52 | 17 | 1A | 46 | 2D |
| Octal | 304 | 152 | 43 | 0 | 56 | 122 | 27 | 32 | 106 | 55 |
| Binary | 11000100 | 1101010 | 100011 | 0 | 101110 | 1010010 | 10111 | 11010 | 1000110 | 101101 |
Color Harmonies of #C46A23
Complementary color
Monochromatic Colors of #C46A23
Black with #C46A23
Text Example
Text Example
White with #C46A23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46A23; }
p { color: rgb(196,106,35); }
H1.HeaderClassName
{
color: #C46A23;
}
.AnyTagClassName
{
color: #C46A23;
}
</style>
background-color css
<style>
a { background-color: #C46A23; }
a { background-color: rgb(196,106,35); }
div.DivClassName
{
background-color: #C46A23;
}
.BgClassName
{
background-color: #C46A23;
}
</style>
border-color css
<style>
span { border-color: #C46A23; }
span { border-color: rgb(196,106,35); }
td.TdClassName
{
border-color: #C46A23;
}
.TagClassName
{
border-color: #C46A23;
}
</style>