Shades of Christine #C46B2B
Tints of Christine #C46B2B
RGB
CMYK
RGB Variations
Color information
#C46B2B (or 0xC46B2B) is known color: Christine. HEX triplet: C4, 6B and 2B. RGB value is (196,107,43). Sum of RGB (Red+Green+Blue) = 196+107+43=346 (45% of max value = 765). Red value is 196 (76.95% from 255 or 56.65% from 346); Green value is 107 (42.19% from 255 or 30.92% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 196 - color contains mainly: red. Hex color #C46B2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C46B2B is #3B94D4. Grayscale: #7E7E7E. Windows color (decimal): -3904725 or 2845636. OLE color: 2845636.
HSL color Cylindrical-coordinate representation of color #C46B2B: hue angle of 25.1º degrees, saturation: 0.64, 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 #C46B2B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 107 | 43 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.23 |
| HSL | 25.1º | 0.64% | 0.47% | - |
| HSV(B) | 25.1º | 0.78% | 0.77% | - |
| XYZ | 28.46 | 22.43 | 5.11 | - |
| YUV | 126.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 107 | 43 | 0 | 0.45 | 0.78 | 0.23 | 25.1 | 0.64 | 0.47 |
| Hex | C4 | 6B | 2B | 0 | 2D | 4E | 17 | 19 | 40 | 2F |
| Octal | 304 | 153 | 53 | 0 | 55 | 116 | 27 | 31 | 100 | 57 |
| Binary | 11000100 | 1101011 | 101011 | 0 | 101101 | 1001110 | 10111 | 11001 | 1000000 | 101111 |
Color Harmonies of #C46B2B
Complementary color
Monochromatic Colors of #C46B2B
Black with #C46B2B
Text Example
Text Example
White with #C46B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C46B2B; }
p { color: rgb(196,107,43); }
H1.HeaderClassName
{
color: #C46B2B;
}
.AnyTagClassName
{
color: #C46B2B;
}
</style>
background-color css
<style>
a { background-color: #C46B2B; }
a { background-color: rgb(196,107,43); }
div.DivClassName
{
background-color: #C46B2B;
}
.BgClassName
{
background-color: #C46B2B;
}
</style>
border-color css
<style>
span { border-color: #C46B2B; }
span { border-color: rgb(196,107,43); }
td.TdClassName
{
border-color: #C46B2B;
}
.TagClassName
{
border-color: #C46B2B;
}
</style>