Shades of Christine #C46220
Tints of Christine #C46220
RGB
CMYK
RGB Variations
Color information
#C46220 (or 0xC46220) is known color: Christine. HEX triplet: C4, 62 and 20. RGB value is (196,98,32). Sum of RGB (Red+Green+Blue) = 196+98+32=326 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.12% from 326); Green value is 98 (38.67% from 255 or 30.06% from 326); Blue value is 32 (12.89% from 255 or 9.82% from 326); Max value from RGB is 196 - color contains mainly: red. Hex color #C46220 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46220 is #3B9DDF. Grayscale: #787878. Windows color (decimal): -3907040 or 2122436. OLE color: 2122436.
HSL color Cylindrical-coordinate representation of color #C46220: hue angle of 24.15º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C46220 is Cyan = 0, Magento = 0.5, Yellow = 0.84 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 32 | - |
| CMYK | 0 | 0.5 | 0.84 | 0.23 |
| HSL | 24.15º | 0.72% | 0.45% | - |
| HSV(B) | 24.15º | 0.84% | 0.77% | - |
| XYZ | 27.39 | 20.58 | 3.89 | - |
| YUV | 119.78 | 78.47 | 182.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 32 | 0 | 0.5 | 0.84 | 0.23 | 24.15 | 0.72 | 0.45 |
| Hex | C4 | 62 | 20 | 0 | 32 | 54 | 17 | 18 | 48 | 2D |
| Octal | 304 | 142 | 40 | 0 | 62 | 124 | 27 | 30 | 110 | 55 |
| Binary | 11000100 | 1100010 | 100000 | 0 | 110010 | 1010100 | 10111 | 11000 | 1001000 | 101101 |
Color Harmonies of #C46220
Complementary color
Monochromatic Colors of #C46220
Black with #C46220
Text Example
Text Example
White with #C46220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46220; }
p { color: rgb(196,98,32); }
H1.HeaderClassName
{
color: #C46220;
}
.AnyTagClassName
{
color: #C46220;
}
</style>
background-color css
<style>
a { background-color: #C46220; }
a { background-color: rgb(196,98,32); }
div.DivClassName
{
background-color: #C46220;
}
.BgClassName
{
background-color: #C46220;
}
</style>
border-color css
<style>
span { border-color: #C46220; }
span { border-color: rgb(196,98,32); }
td.TdClassName
{
border-color: #C46220;
}
.TagClassName
{
border-color: #C46220;
}
</style>