Shades of Christine #C46231
Tints of Christine #C46231
RGB
CMYK
RGB Variations
Color information
#C46231 (or 0xC46231) is known color: Christine. HEX triplet: C4, 62 and 31. RGB value is (196,98,49). Sum of RGB (Red+Green+Blue) = 196+98+49=343 (45% of max value = 765). Red value is 196 (76.95% from 255 or 57.14% from 343); Green value is 98 (38.67% from 255 or 28.57% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 196 - color contains mainly: red. Hex color #C46231 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46231 is #3B9DCE. Grayscale: #7A7A7A. Windows color (decimal): -3907023 or 3236548. OLE color: 3236548.
HSL color Cylindrical-coordinate representation of color #C46231: hue angle of 20º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C46231 is Cyan = 0, Magento = 0.5, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 98 | 49 | - |
| CMYK | 0 | 0.5 | 0.75 | 0.23 |
| HSL | 20º | 0.6% | 0.48% | - |
| HSV(B) | 20º | 0.75% | 0.77% | - |
| XYZ | 27.69 | 20.69 | 5.44 | - |
| YUV | 121.72 | 86.97 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 98 | 49 | 0 | 0.5 | 0.75 | 0.23 | 20 | 0.6 | 0.48 |
| Hex | C4 | 62 | 31 | 0 | 32 | 4B | 17 | 14 | 3C | 30 |
| Octal | 304 | 142 | 61 | 0 | 62 | 113 | 27 | 24 | 74 | 60 |
| Binary | 11000100 | 1100010 | 110001 | 0 | 110010 | 1001011 | 10111 | 10100 | 111100 | 110000 |
Color Harmonies of #C46231
Complementary color
Monochromatic Colors of #C46231
Black with #C46231
Text Example
Text Example
White with #C46231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46231; }
p { color: rgb(196,98,49); }
H1.HeaderClassName
{
color: #C46231;
}
.AnyTagClassName
{
color: #C46231;
}
</style>
background-color css
<style>
a { background-color: #C46231; }
a { background-color: rgb(196,98,49); }
div.DivClassName
{
background-color: #C46231;
}
.BgClassName
{
background-color: #C46231;
}
</style>
border-color css
<style>
span { border-color: #C46231; }
span { border-color: rgb(196,98,49); }
td.TdClassName
{
border-color: #C46231;
}
.TagClassName
{
border-color: #C46231;
}
</style>