Shades of Christine #C56E2B
Tints of Christine #C56E2B
RGB
CMYK
RGB Variations
Color information
#C56E2B (or 0xC56E2B) is known color: Christine. HEX triplet: C5, 6E and 2B. RGB value is (197,110,43). Sum of RGB (Red+Green+Blue) = 197+110+43=350 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.29% from 350); Green value is 110 (43.36% from 255 or 31.43% from 350); Blue value is 43 (17.19% from 255 or 12.29% from 350); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E2B is #3A91D4. Grayscale: #808080. Windows color (decimal): -3838421 or 2846405. OLE color: 2846405.
HSL color Cylindrical-coordinate representation of color #C56E2B: hue angle of 26.1º 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 #C56E2B is Cyan = 0, Magento = 0.44, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 43 | - |
| CMYK | 0 | 0.44 | 0.78 | 0.23 |
| HSL | 26.1º | 0.64% | 0.47% | - |
| HSV(B) | 26.1º | 0.78% | 0.77% | - |
| XYZ | 29.04 | 23.2 | 5.23 | - |
| YUV | 128.38 | 79.82 | 176.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 43 | 0 | 0.44 | 0.78 | 0.23 | 26.1 | 0.64 | 0.47 |
| Hex | C5 | 6E | 2B | 0 | 2C | 4E | 17 | 1A | 40 | 2F |
| Octal | 305 | 156 | 53 | 0 | 54 | 116 | 27 | 32 | 100 | 57 |
| Binary | 11000101 | 1101110 | 101011 | 0 | 101100 | 1001110 | 10111 | 11010 | 1000000 | 101111 |
Color Harmonies of #C56E2B
Complementary color
Monochromatic Colors of #C56E2B
Black with #C56E2B
Text Example
Text Example
White with #C56E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E2B; }
p { color: rgb(197,110,43); }
H1.HeaderClassName
{
color: #C56E2B;
}
.AnyTagClassName
{
color: #C56E2B;
}
</style>
background-color css
<style>
a { background-color: #C56E2B; }
a { background-color: rgb(197,110,43); }
div.DivClassName
{
background-color: #C56E2B;
}
.BgClassName
{
background-color: #C56E2B;
}
</style>
border-color css
<style>
span { border-color: #C56E2B; }
span { border-color: rgb(197,110,43); }
td.TdClassName
{
border-color: #C56E2B;
}
.TagClassName
{
border-color: #C56E2B;
}
</style>