Shades of Christine #C45726
Tints of Christine #C45726
RGB
CMYK
RGB Variations
Color information
#C45726 (or 0xC45726) is known color: Christine. HEX triplet: C4, 57 and 26. RGB value is (196,87,38). Sum of RGB (Red+Green+Blue) = 196+87+38=321 (42% of max value = 765). Red value is 196 (76.95% from 255 or 61.06% from 321); Green value is 87 (34.38% from 255 or 27.10% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 196 - color contains mainly: red. Hex color #C45726 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45726 is #3BA8D9. Grayscale: #727272. Windows color (decimal): -3909850 or 2512836. OLE color: 2512836.
HSL color Cylindrical-coordinate representation of color #C45726: hue angle of 18.61º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C45726 is Cyan = 0, Magento = 0.56, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 87 | 38 | - |
| CMYK | 0 | 0.56 | 0.81 | 0.23 |
| HSL | 18.61º | 0.68% | 0.46% | - |
| HSV(B) | 18.61º | 0.81% | 0.77% | - |
| XYZ | 26.52 | 18.69 | 4.04 | - |
| YUV | 114.01 | 85.11 | 186.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 87 | 38 | 0 | 0.56 | 0.81 | 0.23 | 18.61 | 0.68 | 0.46 |
| Hex | C4 | 57 | 26 | 0 | 38 | 51 | 17 | 13 | 44 | 2E |
| Octal | 304 | 127 | 46 | 0 | 70 | 121 | 27 | 23 | 104 | 56 |
| Binary | 11000100 | 1010111 | 100110 | 0 | 111000 | 1010001 | 10111 | 10011 | 1000100 | 101110 |
Color Harmonies of #C45726
Complementary color
Monochromatic Colors of #C45726
Black with #C45726
Text Example
Text Example
White with #C45726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45726; }
p { color: rgb(196,87,38); }
H1.HeaderClassName
{
color: #C45726;
}
.AnyTagClassName
{
color: #C45726;
}
</style>
background-color css
<style>
a { background-color: #C45726; }
a { background-color: rgb(196,87,38); }
div.DivClassName
{
background-color: #C45726;
}
.BgClassName
{
background-color: #C45726;
}
</style>
border-color css
<style>
span { border-color: #C45726; }
span { border-color: rgb(196,87,38); }
td.TdClassName
{
border-color: #C45726;
}
.TagClassName
{
border-color: #C45726;
}
</style>