Shades of Christine #C46224
Tints of Christine #C46224
RGB
CMYK
RGB Variations
Color information
#C46224 (or 0xC46224) is known color: Christine. HEX triplet: C4, 62 and 24. RGB value is (196,98,36). Sum of RGB (Red+Green+Blue) = 196+98+36=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 98 (38.67% from 255 or 29.70% from 330); Blue value is 36 (14.45% from 255 or 10.91% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C46224 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46224 is #3B9DDB. Grayscale: #787878. Windows color (decimal): -3907036 or 2384580. OLE color: 2384580.
HSL color Cylindrical-coordinate representation of color #C46224: hue angle of 23.25º degrees, saturation: 0.69, 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 #C46224 is Cyan = 0, Magento = 0.5, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 36 | - |
| CMYK | 0 | 0.5 | 0.82 | 0.23 |
| HSL | 23.25º | 0.69% | 0.45% | - |
| HSV(B) | 23.25º | 0.82% | 0.77% | - |
| XYZ | 27.45 | 20.6 | 4.2 | - |
| YUV | 120.23 | 80.47 | 182.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 36 | 0 | 0.5 | 0.82 | 0.23 | 23.25 | 0.69 | 0.45 |
| Hex | C4 | 62 | 24 | 0 | 32 | 52 | 17 | 17 | 45 | 2D |
| Octal | 304 | 142 | 44 | 0 | 62 | 122 | 27 | 27 | 105 | 55 |
| Binary | 11000100 | 1100010 | 100100 | 0 | 110010 | 1010010 | 10111 | 10111 | 1000101 | 101101 |
Color Harmonies of #C46224
Complementary color
Monochromatic Colors of #C46224
Black with #C46224
Text Example
Text Example
White with #C46224
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46224; }
p { color: rgb(196,98,36); }
H1.HeaderClassName
{
color: #C46224;
}
.AnyTagClassName
{
color: #C46224;
}
</style>
background-color css
<style>
a { background-color: #C46224; }
a { background-color: rgb(196,98,36); }
div.DivClassName
{
background-color: #C46224;
}
.BgClassName
{
background-color: #C46224;
}
</style>
border-color css
<style>
span { border-color: #C46224; }
span { border-color: rgb(196,98,36); }
td.TdClassName
{
border-color: #C46224;
}
.TagClassName
{
border-color: #C46224;
}
</style>