Shades of Christine #C56C2C
Tints of Christine #C56C2C
RGB
CMYK
RGB Variations
Color information
#C56C2C (or 0xC56C2C) is known color: Christine. HEX triplet: C5, 6C and 2C. RGB value is (197,108,44). Sum of RGB (Red+Green+Blue) = 197+108+44=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 108 (42.58% from 255 or 30.95% from 349); Blue value is 44 (17.58% from 255 or 12.61% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C2C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C2C is #3A93D3. Grayscale: #7F7F7F. Windows color (decimal): -3838932 or 2911429. OLE color: 2911429.
HSL color Cylindrical-coordinate representation of color #C56C2C: hue angle of 25.1º degrees, saturation: 0.63, 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 #C56C2C is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 44 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.23 |
| HSL | 25.1º | 0.63% | 0.47% | - |
| HSV(B) | 25.1º | 0.78% | 0.77% | - |
| XYZ | 28.84 | 22.78 | 5.26 | - |
| YUV | 127.32 | 80.99 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 44 | 0 | 0.45 | 0.78 | 0.23 | 25.1 | 0.63 | 0.47 |
| Hex | C5 | 6C | 2C | 0 | 2D | 4E | 17 | 19 | 3F | 2F |
| Octal | 305 | 154 | 54 | 0 | 55 | 116 | 27 | 31 | 77 | 57 |
| Binary | 11000101 | 1101100 | 101100 | 0 | 101101 | 1001110 | 10111 | 11001 | 111111 | 101111 |
Color Harmonies of #C56C2C
Complementary color
Monochromatic Colors of #C56C2C
Black with #C56C2C
Text Example
Text Example
White with #C56C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C2C; }
p { color: rgb(197,108,44); }
H1.HeaderClassName
{
color: #C56C2C;
}
.AnyTagClassName
{
color: #C56C2C;
}
</style>
background-color css
<style>
a { background-color: #C56C2C; }
a { background-color: rgb(197,108,44); }
div.DivClassName
{
background-color: #C56C2C;
}
.BgClassName
{
background-color: #C56C2C;
}
</style>
border-color css
<style>
span { border-color: #C56C2C; }
span { border-color: rgb(197,108,44); }
td.TdClassName
{
border-color: #C56C2C;
}
.TagClassName
{
border-color: #C56C2C;
}
</style>