Shades of Christine #C45623
Tints of Christine #C45623
RGB
CMYK
RGB Variations
Color information
#C45623 (or 0xC45623) is known color: Christine. HEX triplet: C4, 56 and 23. RGB value is (196,86,35). Sum of RGB (Red+Green+Blue) = 196+86+35=317 (41% of max value = 765). Red value is 196 (76.95% from 255 or 61.83% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 35 (14.06% from 255 or 11.04% from 317); Max value from RGB is 196 - color contains mainly: red. Hex color #C45623 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45623 is #3BA9DC. Grayscale: #717171. Windows color (decimal): -3910109 or 2315972. OLE color: 2315972.
HSL color Cylindrical-coordinate representation of color #C45623: hue angle of 19.01º degrees, saturation: 0.7, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C45623 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 86 | 35 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.23 |
| HSL | 19.01º | 0.7% | 0.45% | - |
| HSV(B) | 19.01º | 0.82% | 0.77% | - |
| XYZ | 26.4 | 18.51 | 3.77 | - |
| YUV | 113.08 | 83.94 | 187.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 86 | 35 | 0 | 0.56 | 0.82 | 0.23 | 19.01 | 0.7 | 0.45 |
| Hex | C4 | 56 | 23 | 0 | 38 | 52 | 17 | 13 | 46 | 2D |
| Octal | 304 | 126 | 43 | 0 | 70 | 122 | 27 | 23 | 106 | 55 |
| Binary | 11000100 | 1010110 | 100011 | 0 | 111000 | 1010010 | 10111 | 10011 | 1000110 | 101101 |
Color Harmonies of #C45623
Complementary color
Monochromatic Colors of #C45623
Black with #C45623
Text Example
Text Example
White with #C45623
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45623; }
p { color: rgb(196,86,35); }
H1.HeaderClassName
{
color: #C45623;
}
.AnyTagClassName
{
color: #C45623;
}
</style>
background-color css
<style>
a { background-color: #C45623; }
a { background-color: rgb(196,86,35); }
div.DivClassName
{
background-color: #C45623;
}
.BgClassName
{
background-color: #C45623;
}
</style>
border-color css
<style>
span { border-color: #C45623; }
span { border-color: rgb(196,86,35); }
td.TdClassName
{
border-color: #C45623;
}
.TagClassName
{
border-color: #C45623;
}
</style>