Shades of Christine #C45E2E
Tints of Christine #C45E2E
RGB
CMYK
RGB Variations
Color information
#C45E2E (or 0xC45E2E) is known color: Christine. HEX triplet: C4, 5E and 2E. RGB value is (196,94,46). Sum of RGB (Red+Green+Blue) = 196+94+46=336 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.33% from 336); Green value is 94 (37.11% from 255 or 27.98% from 336); Blue value is 46 (18.36% from 255 or 13.69% from 336); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E2E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E2E is #3BA1D1. Grayscale: #777777. Windows color (decimal): -3908050 or 3038916. OLE color: 3038916.
HSL color Cylindrical-coordinate representation of color #C45E2E: hue angle of 19.2º degrees, saturation: 0.62, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #C45E2E is Cyan = 0, Magento = 0.52, Yellow = 0.77 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 94 | 46 | - |
| CMYK | 0 | 0.52 | 0.77 | 0.23 |
| HSL | 19.2º | 0.62% | 0.47% | - |
| HSV(B) | 19.2º | 0.77% | 0.77% | - |
| XYZ | 27.26 | 19.94 | 5 | - |
| YUV | 119.03 | 86.79 | 182.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 94 | 46 | 0 | 0.52 | 0.77 | 0.23 | 19.2 | 0.62 | 0.47 |
| Hex | C4 | 5E | 2E | 0 | 34 | 4D | 17 | 13 | 3E | 2F |
| Octal | 304 | 136 | 56 | 0 | 64 | 115 | 27 | 23 | 76 | 57 |
| Binary | 11000100 | 1011110 | 101110 | 0 | 110100 | 1001101 | 10111 | 10011 | 111110 | 101111 |
Color Harmonies of #C45E2E
Complementary color
Monochromatic Colors of #C45E2E
Black with #C45E2E
Text Example
Text Example
White with #C45E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E2E; }
p { color: rgb(196,94,46); }
H1.HeaderClassName
{
color: #C45E2E;
}
.AnyTagClassName
{
color: #C45E2E;
}
</style>
background-color css
<style>
a { background-color: #C45E2E; }
a { background-color: rgb(196,94,46); }
div.DivClassName
{
background-color: #C45E2E;
}
.BgClassName
{
background-color: #C45E2E;
}
</style>
border-color css
<style>
span { border-color: #C45E2E; }
span { border-color: rgb(196,94,46); }
td.TdClassName
{
border-color: #C45E2E;
}
.TagClassName
{
border-color: #C45E2E;
}
</style>