Shades of Christine #C46E2C
Tints of Christine #C46E2C
RGB
CMYK
RGB Variations
Color information
#C46E2C (or 0xC46E2C) is known color: Christine. HEX triplet: C4, 6E and 2C. RGB value is (196,110,44). Sum of RGB (Red+Green+Blue) = 196+110+44=350 (46% of max value = 765). Red value is 196 (76.95% from 255 or 56% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 44 (17.58% from 255 or 12.57% from 350); Max value from RGB is 196 - color contains mainly: red. Hex color #C46E2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46E2C is #3B91D3. Grayscale: #808080. Windows color (decimal): -3903956 or 2911940. OLE color: 2911940.
HSL color Cylindrical-coordinate representation of color #C46E2C: hue angle of 26.05º degrees, saturation: 0.63, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C46E2C is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 110 | 44 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.23 |
| HSL | 26.05º | 0.63% | 0.47% | - |
| HSV(B) | 26.05º | 0.78% | 0.77% | - |
| XYZ | 28.8 | 23.07 | 5.32 | - |
| YUV | 128.19 | 80.49 | 176.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 110 | 44 | 0 | 0.44 | 0.78 | 0.23 | 26.05 | 0.63 | 0.47 |
| Hex | C4 | 6E | 2C | 0 | 2C | 4E | 17 | 1A | 3F | 2F |
| Octal | 304 | 156 | 54 | 0 | 54 | 116 | 27 | 32 | 77 | 57 |
| Binary | 11000100 | 1101110 | 101100 | 0 | 101100 | 1001110 | 10111 | 11010 | 111111 | 101111 |
Color Harmonies of #C46E2C
Complementary color
Monochromatic Colors of #C46E2C
Black with #C46E2C
Text Example
Text Example
White with #C46E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46E2C; }
p { color: rgb(196,110,44); }
H1.HeaderClassName
{
color: #C46E2C;
}
.AnyTagClassName
{
color: #C46E2C;
}
</style>
background-color css
<style>
a { background-color: #C46E2C; }
a { background-color: rgb(196,110,44); }
div.DivClassName
{
background-color: #C46E2C;
}
.BgClassName
{
background-color: #C46E2C;
}
</style>
border-color css
<style>
span { border-color: #C46E2C; }
span { border-color: rgb(196,110,44); }
td.TdClassName
{
border-color: #C46E2C;
}
.TagClassName
{
border-color: #C46E2C;
}
</style>