Shades of Christine #C46329
Tints of Christine #C46329
RGB
CMYK
RGB Variations
Color information
#C46329 (or 0xC46329) is known color: Christine. HEX triplet: C4, 63 and 29. RGB value is (196,99,41). Sum of RGB (Red+Green+Blue) = 196+99+41=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 99 (39.06% from 255 or 29.46% from 336); Blue value is 41 (16.41% from 255 or 12.20% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C46329 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46329 is #3B9CD6. Grayscale: #797979. Windows color (decimal): -3906775 or 2712516. OLE color: 2712516.
HSL color Cylindrical-coordinate representation of color #C46329: hue angle of 22.45º degrees, saturation: 0.65, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C46329 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 99 | 41 | - |
| CMYK | 0 | 0.49 | 0.79 | 0.23 |
| HSL | 22.45º | 0.65% | 0.46% | - |
| HSV(B) | 22.45º | 0.79% | 0.77% | - |
| XYZ | 27.63 | 20.82 | 4.66 | - |
| YUV | 121.39 | 82.64 | 181.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 99 | 41 | 0 | 0.49 | 0.79 | 0.23 | 22.45 | 0.65 | 0.46 |
| Hex | C4 | 63 | 29 | 0 | 31 | 4F | 17 | 16 | 41 | 2E |
| Octal | 304 | 143 | 51 | 0 | 61 | 117 | 27 | 26 | 101 | 56 |
| Binary | 11000100 | 1100011 | 101001 | 0 | 110001 | 1001111 | 10111 | 10110 | 1000001 | 101110 |
Color Harmonies of #C46329
Complementary color
Monochromatic Colors of #C46329
Black with #C46329
Text Example
Text Example
White with #C46329
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46329; }
p { color: rgb(196,99,41); }
H1.HeaderClassName
{
color: #C46329;
}
.AnyTagClassName
{
color: #C46329;
}
</style>
background-color css
<style>
a { background-color: #C46329; }
a { background-color: rgb(196,99,41); }
div.DivClassName
{
background-color: #C46329;
}
.BgClassName
{
background-color: #C46329;
}
</style>
border-color css
<style>
span { border-color: #C46329; }
span { border-color: rgb(196,99,41); }
td.TdClassName
{
border-color: #C46329;
}
.TagClassName
{
border-color: #C46329;
}
</style>