Shades of Christine #C45E28
Tints of Christine #C45E28
RGB
CMYK
RGB Variations
Color information
#C45E28 (or 0xC45E28) is known color: Christine. HEX triplet: C4, 5E and 28. RGB value is (196,94,40). Sum of RGB (Red+Green+Blue) = 196+94+40=330 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.39% from 330); Green value is 94 (37.11% from 255 or 28.48% from 330); Blue value is 40 (16.02% from 255 or 12.12% from 330); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E28 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E28 is #3BA1D7. Grayscale: #767676. Windows color (decimal): -3908056 or 2645700. OLE color: 2645700.
HSL color Cylindrical-coordinate representation of color #C45E28: hue angle of 20.77º degrees, saturation: 0.66, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C45E28 is Cyan = 0, Magento = 0.52, Yellow = 0.80 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 40 | - |
| CMYK | 0 | 0.52 | 0.80 | 0.23 |
| HSL | 20.77º | 0.66% | 0.46% | - |
| HSV(B) | 20.77º | 0.8% | 0.77% | - |
| XYZ | 27.15 | 19.89 | 4.42 | - |
| YUV | 118.34 | 83.79 | 183.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 40 | 0 | 0.52 | 0.80 | 0.23 | 20.77 | 0.66 | 0.46 |
| Hex | C4 | 5E | 28 | 0 | 34 | 50 | 17 | 15 | 42 | 2E |
| Octal | 304 | 136 | 50 | 0 | 64 | 120 | 27 | 25 | 102 | 56 |
| Binary | 11000100 | 1011110 | 101000 | 0 | 110100 | 1010000 | 10111 | 10101 | 1000010 | 101110 |
Color Harmonies of #C45E28
Complementary color
Monochromatic Colors of #C45E28
Black with #C45E28
Text Example
Text Example
White with #C45E28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E28; }
p { color: rgb(196,94,40); }
H1.HeaderClassName
{
color: #C45E28;
}
.AnyTagClassName
{
color: #C45E28;
}
</style>
background-color css
<style>
a { background-color: #C45E28; }
a { background-color: rgb(196,94,40); }
div.DivClassName
{
background-color: #C45E28;
}
.BgClassName
{
background-color: #C45E28;
}
</style>
border-color css
<style>
span { border-color: #C45E28; }
span { border-color: rgb(196,94,40); }
td.TdClassName
{
border-color: #C45E28;
}
.TagClassName
{
border-color: #C45E28;
}
</style>