Shades of Christine #C46223
Tints of Christine #C46223
RGB
CMYK
RGB Variations
Color information
#C46223 (or 0xC46223) is known color: Christine. HEX triplet: C4, 62 and 23. RGB value is (196,98,35). Sum of RGB (Red+Green+Blue) = 196+98+35=329 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.57% from 329); Green value is 98 (38.67% from 255 or 29.79% from 329); Blue value is 35 (14.06% from 255 or 10.64% from 329); Max value from RGB is 196 - color contains mainly: red. Hex color #C46223 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46223 is #3B9DDC. Grayscale: #787878. Windows color (decimal): -3907037 or 2319044. OLE color: 2319044.
HSL color Cylindrical-coordinate representation of color #C46223: hue angle of 23.48º 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 #C46223 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 35 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.23 |
| HSL | 23.48º | 0.7% | 0.45% | - |
| HSV(B) | 23.48º | 0.82% | 0.77% | - |
| XYZ | 27.44 | 20.59 | 4.12 | - |
| YUV | 120.12 | 79.97 | 182.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 35 | 0 | 0.5 | 0.82 | 0.23 | 23.48 | 0.7 | 0.45 |
| Hex | C4 | 62 | 23 | 0 | 32 | 52 | 17 | 17 | 46 | 2D |
| Octal | 304 | 142 | 43 | 0 | 62 | 122 | 27 | 27 | 106 | 55 |
| Binary | 11000100 | 1100010 | 100011 | 0 | 110010 | 1010010 | 10111 | 10111 | 1000110 | 101101 |
Color Harmonies of #C46223
Complementary color
Monochromatic Colors of #C46223
Black with #C46223
Text Example
Text Example
White with #C46223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46223; }
p { color: rgb(196,98,35); }
H1.HeaderClassName
{
color: #C46223;
}
.AnyTagClassName
{
color: #C46223;
}
</style>
background-color css
<style>
a { background-color: #C46223; }
a { background-color: rgb(196,98,35); }
div.DivClassName
{
background-color: #C46223;
}
.BgClassName
{
background-color: #C46223;
}
</style>
border-color css
<style>
span { border-color: #C46223; }
span { border-color: rgb(196,98,35); }
td.TdClassName
{
border-color: #C46223;
}
.TagClassName
{
border-color: #C46223;
}
</style>