Shades of Christine #C45E2B
Tints of Christine #C45E2B
RGB
CMYK
RGB Variations
Color information
#C45E2B (or 0xC45E2B) is known color: Christine. HEX triplet: C4, 5E and 2B. RGB value is (196,94,43). Sum of RGB (Red+Green+Blue) = 196+94+43=333 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.86% from 333); Green value is 94 (37.11% from 255 or 28.23% from 333); Blue value is 43 (17.19% from 255 or 12.91% from 333); Max value from RGB is 196 - color contains mainly: red. Hex color #C45E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C45E2B is #3BA1D4. Grayscale: #767676. Windows color (decimal): -3908053 or 2842308. OLE color: 2842308.
HSL color Cylindrical-coordinate representation of color #C45E2B: hue angle of 20º degrees, saturation: 0.64, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #C45E2B is Cyan = 0, Magento = 0.52, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
RGB | 196 | 94 | 43 | - |
CMYK | 0 | 0.52 | 0.78 | 0.23 |
HSL | 20º | 0.64% | 0.47% | - |
HSV(B) | 20º | 0.78% | 0.77% | - |
XYZ | 27.2 | 19.92 | 4.7 | - |
YUV | 118.68 | 85.29 | 183.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 196 | 94 | 43 | 0 | 0.52 | 0.78 | 0.23 | 20 | 0.64 | 0.47 |
Hex | C4 | 5E | 2B | 0 | 34 | 4E | 17 | 14 | 40 | 2F |
Octal | 304 | 136 | 53 | 0 | 64 | 116 | 27 | 24 | 100 | 57 |
Binary | 11000100 | 1011110 | 101011 | 0 | 110100 | 1001110 | 10111 | 10100 | 1000000 | 101111 |
Color Harmonies of #C45E2B
Complementary color
Monochromatic Colors of #C45E2B
Black with #C45E2B
Text Example
Text Example
White with #C45E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C45E2B; }
p { color: rgb(196,94,43); }
H1.HeaderClassName
{
color: #C45E2B;
}
.AnyTagClassName
{
color: #C45E2B;
}
</style>
background-color css
<style>
a { background-color: #C45E2B; }
a { background-color: rgb(196,94,43); }
div.DivClassName
{
background-color: #C45E2B;
}
.BgClassName
{
background-color: #C45E2B;
}
</style>
border-color css
<style>
span { border-color: #C45E2B; }
span { border-color: rgb(196,94,43); }
td.TdClassName
{
border-color: #C45E2B;
}
.TagClassName
{
border-color: #C45E2B;
}
</style>