Shades of Christine #C4541E
Tints of Christine #C4541E
RGB
CMYK
RGB Variations
Color information
#C4541E (or 0xC4541E) is known color: Christine. HEX triplet: C4, 54 and 1E. RGB value is (196,84,30). Sum of RGB (Red+Green+Blue) = 196+84+30=310 (41% of max value = 765). Red value is 196 (76.95% from 255 or 63.23% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 196 - color contains mainly: red. Hex color #C4541E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4541E is #3BABE1. Grayscale: #6F6F6F. Windows color (decimal): -3910626 or 1987780. OLE color: 1987780.
HSL color Cylindrical-coordinate representation of color #C4541E: hue angle of 19.52º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C4541E is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 84 | 30 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.23 |
| HSL | 19.52º | 0.73% | 0.44% | - |
| HSV(B) | 19.52º | 0.85% | 0.77% | - |
| XYZ | 26.17 | 18.17 | 3.36 | - |
| YUV | 111.33 | 82.11 | 188.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 84 | 30 | 0 | 0.57 | 0.85 | 0.23 | 19.52 | 0.73 | 0.44 |
| Hex | C4 | 54 | 1E | 0 | 39 | 55 | 17 | 14 | 49 | 2C |
| Octal | 304 | 124 | 36 | 0 | 71 | 125 | 27 | 24 | 111 | 54 |
| Binary | 11000100 | 1010100 | 11110 | 0 | 111001 | 1010101 | 10111 | 10100 | 1001001 | 101100 |
Color Harmonies of #C4541E
Complementary color
Monochromatic Colors of #C4541E
Black with #C4541E
Text Example
Text Example
White with #C4541E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C4541E; }
p { color: rgb(196,84,30); }
H1.HeaderClassName
{
color: #C4541E;
}
.AnyTagClassName
{
color: #C4541E;
}
</style>
background-color css
<style>
a { background-color: #C4541E; }
a { background-color: rgb(196,84,30); }
div.DivClassName
{
background-color: #C4541E;
}
.BgClassName
{
background-color: #C4541E;
}
</style>
border-color css
<style>
span { border-color: #C4541E; }
span { border-color: rgb(196,84,30); }
td.TdClassName
{
border-color: #C4541E;
}
.TagClassName
{
border-color: #C4541E;
}
</style>