Shades of Christine #C46621
Tints of Christine #C46621
RGB
CMYK
RGB Variations
Color information
#C46621 (or 0xC46621) is known color: Christine. HEX triplet: C4, 66 and 21. RGB value is (196,102,33). Sum of RGB (Red+Green+Blue) = 196+102+33=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 102 (40.23% from 255 or 30.82% from 331); Blue value is 33 (13.28% from 255 or 9.97% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C46621 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46621 is #3B99DE. Grayscale: #7A7A7A. Windows color (decimal): -3906015 or 2188996. OLE color: 2188996.
HSL color Cylindrical-coordinate representation of color #C46621: hue angle of 25.4º degrees, saturation: 0.71, 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 #C46621 is Cyan = 0, Magento = 0.48, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 102 | 33 | - |
| CMYK | 0 | 0.48 | 0.83 | 0.23 |
| HSL | 25.4º | 0.71% | 0.45% | - |
| HSV(B) | 25.4º | 0.83% | 0.77% | - |
| XYZ | 27.79 | 21.35 | 4.09 | - |
| YUV | 122.24 | 77.64 | 180.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 102 | 33 | 0 | 0.48 | 0.83 | 0.23 | 25.4 | 0.71 | 0.45 |
| Hex | C4 | 66 | 21 | 0 | 30 | 53 | 17 | 19 | 47 | 2D |
| Octal | 304 | 146 | 41 | 0 | 60 | 123 | 27 | 31 | 107 | 55 |
| Binary | 11000100 | 1100110 | 100001 | 0 | 110000 | 1010011 | 10111 | 11001 | 1000111 | 101101 |
Color Harmonies of #C46621
Complementary color
Monochromatic Colors of #C46621
Black with #C46621
Text Example
Text Example
White with #C46621
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46621; }
p { color: rgb(196,102,33); }
H1.HeaderClassName
{
color: #C46621;
}
.AnyTagClassName
{
color: #C46621;
}
</style>
background-color css
<style>
a { background-color: #C46621; }
a { background-color: rgb(196,102,33); }
div.DivClassName
{
background-color: #C46621;
}
.BgClassName
{
background-color: #C46621;
}
</style>
border-color css
<style>
span { border-color: #C46621; }
span { border-color: rgb(196,102,33); }
td.TdClassName
{
border-color: #C46621;
}
.TagClassName
{
border-color: #C46621;
}
</style>