Shades of Christine #C46021
Tints of Christine #C46021
RGB
CMYK
RGB Variations
Color information
#C46021 (or 0xC46021) is known color: Christine. HEX triplet: C4, 60 and 21. RGB value is (196,96,33). Sum of RGB (Red+Green+Blue) = 196+96+33=325 (43% of max value = 765). Red value is 196 (76.95% from 255 or 60.31% from 325); Green value is 96 (37.89% from 255 or 29.54% from 325); Blue value is 33 (13.28% from 255 or 10.15% from 325); Max value from RGB is 196 - color contains mainly: red. Hex color #C46021 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46021 is #3B9FDE. Grayscale: #777777. Windows color (decimal): -3907551 or 2187460. OLE color: 2187460.
HSL color Cylindrical-coordinate representation of color #C46021: hue angle of 23.19º 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 #C46021 is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 96 | 33 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.23 |
| HSL | 23.19º | 0.71% | 0.45% | - |
| HSV(B) | 23.19º | 0.83% | 0.77% | - |
| XYZ | 27.22 | 20.21 | 3.91 | - |
| YUV | 118.72 | 79.63 | 183.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 96 | 33 | 0 | 0.51 | 0.83 | 0.23 | 23.19 | 0.71 | 0.45 |
| Hex | C4 | 60 | 21 | 0 | 33 | 53 | 17 | 17 | 47 | 2D |
| Octal | 304 | 140 | 41 | 0 | 63 | 123 | 27 | 27 | 107 | 55 |
| Binary | 11000100 | 1100000 | 100001 | 0 | 110011 | 1010011 | 10111 | 10111 | 1000111 | 101101 |
Color Harmonies of #C46021
Complementary color
Monochromatic Colors of #C46021
Black with #C46021
Text Example
Text Example
White with #C46021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46021; }
p { color: rgb(196,96,33); }
H1.HeaderClassName
{
color: #C46021;
}
.AnyTagClassName
{
color: #C46021;
}
</style>
background-color css
<style>
a { background-color: #C46021; }
a { background-color: rgb(196,96,33); }
div.DivClassName
{
background-color: #C46021;
}
.BgClassName
{
background-color: #C46021;
}
</style>
border-color css
<style>
span { border-color: #C46021; }
span { border-color: rgb(196,96,33); }
td.TdClassName
{
border-color: #C46021;
}
.TagClassName
{
border-color: #C46021;
}
</style>