Shades of Christine #C46928
Tints of Christine #C46928
RGB
CMYK
RGB Variations
Color information
#C46928 (or 0xC46928) is known color: Christine. HEX triplet: C4, 69 and 28. RGB value is (196,105,40). Sum of RGB (Red+Green+Blue) = 196+105+40=341 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.48% from 341); Green value is 105 (41.41% from 255 or 30.79% from 341); Blue value is 40 (16.02% from 255 or 11.73% from 341); Max value from RGB is 196 - color contains mainly: red. Hex color #C46928 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46928 is #3B96D7. Grayscale: #7D7D7D. Windows color (decimal): -3905240 or 2648516. OLE color: 2648516.
HSL color Cylindrical-coordinate representation of color #C46928: hue angle of 25º 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 #C46928 is Cyan = 0, Magento = 0.46, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 105 | 40 | - |
| CMYK | 0 | 0.46 | 0.80 | 0.23 |
| HSL | 25º | 0.66% | 0.46% | - |
| HSV(B) | 25º | 0.8% | 0.77% | - |
| XYZ | 28.2 | 21.99 | 4.77 | - |
| YUV | 124.8 | 80.15 | 178.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 105 | 40 | 0 | 0.46 | 0.80 | 0.23 | 25 | 0.66 | 0.46 |
| Hex | C4 | 69 | 28 | 0 | 2E | 50 | 17 | 19 | 42 | 2E |
| Octal | 304 | 151 | 50 | 0 | 56 | 120 | 27 | 31 | 102 | 56 |
| Binary | 11000100 | 1101001 | 101000 | 0 | 101110 | 1010000 | 10111 | 11001 | 1000010 | 101110 |
Color Harmonies of #C46928
Complementary color
Monochromatic Colors of #C46928
Black with #C46928
Text Example
Text Example
White with #C46928
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46928; }
p { color: rgb(196,105,40); }
H1.HeaderClassName
{
color: #C46928;
}
.AnyTagClassName
{
color: #C46928;
}
</style>
background-color css
<style>
a { background-color: #C46928; }
a { background-color: rgb(196,105,40); }
div.DivClassName
{
background-color: #C46928;
}
.BgClassName
{
background-color: #C46928;
}
</style>
border-color css
<style>
span { border-color: #C46928; }
span { border-color: rgb(196,105,40); }
td.TdClassName
{
border-color: #C46928;
}
.TagClassName
{
border-color: #C46928;
}
</style>