Shades of Christine #C46828
Tints of Christine #C46828
RGB
CMYK
RGB Variations
Color information
#C46828 (or 0xC46828) is known color: Christine. HEX triplet: C4, 68 and 28. RGB value is (196,104,40). Sum of RGB (Red+Green+Blue) = 196+104+40=340 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.65% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 40 (16.02% from 255 or 11.76% from 340); Max value from RGB is 196 - color contains mainly: red. Hex color #C46828 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46828 is #3B97D7. Grayscale: #7C7C7C. Windows color (decimal): -3905496 or 2648260. OLE color: 2648260.
HSL color Cylindrical-coordinate representation of color #C46828: hue angle of 24.62º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C46828 is Cyan = 0, Magento = 0.47, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 104 | 40 | - |
| CMYK | 0 | 0.47 | 0.80 | 0.23 |
| HSL | 24.62º | 0.66% | 0.46% | - |
| HSV(B) | 24.62º | 0.8% | 0.77% | - |
| XYZ | 28.1 | 21.79 | 4.73 | - |
| YUV | 124.21 | 80.48 | 179.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 104 | 40 | 0 | 0.47 | 0.80 | 0.23 | 24.62 | 0.66 | 0.46 |
| Hex | C4 | 68 | 28 | 0 | 2F | 50 | 17 | 19 | 42 | 2E |
| Octal | 304 | 150 | 50 | 0 | 57 | 120 | 27 | 31 | 102 | 56 |
| Binary | 11000100 | 1101000 | 101000 | 0 | 101111 | 1010000 | 10111 | 11001 | 1000010 | 101110 |
Color Harmonies of #C46828
Complementary color
Monochromatic Colors of #C46828
Black with #C46828
Text Example
Text Example
White with #C46828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46828; }
p { color: rgb(196,104,40); }
H1.HeaderClassName
{
color: #C46828;
}
.AnyTagClassName
{
color: #C46828;
}
</style>
background-color css
<style>
a { background-color: #C46828; }
a { background-color: rgb(196,104,40); }
div.DivClassName
{
background-color: #C46828;
}
.BgClassName
{
background-color: #C46828;
}
</style>
border-color css
<style>
span { border-color: #C46828; }
span { border-color: rgb(196,104,40); }
td.TdClassName
{
border-color: #C46828;
}
.TagClassName
{
border-color: #C46828;
}
</style>