Shades of Christine #C56D2B
Tints of Christine #C56D2B
RGB
CMYK
RGB Variations
Color information
#C56D2B (or 0xC56D2B) is known color: Christine. HEX triplet: C5, 6D and 2B. RGB value is (197,109,43). Sum of RGB (Red+Green+Blue) = 197+109+43=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 109 (42.97% from 255 or 31.23% from 349); Blue value is 43 (17.19% from 255 or 12.32% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D2B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D2B is #3A92D4. Grayscale: #808080. Windows color (decimal): -3838677 or 2846149. OLE color: 2846149.
HSL color Cylindrical-coordinate representation of color #C56D2B: hue angle of 25.71º 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 #C56D2B is Cyan = 0, Magento = 0.45, Yellow = 0.78 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 43 | - |
| CMYK | 0 | 0.45 | 0.78 | 0.23 |
| HSL | 25.71º | 0.64% | 0.47% | - |
| HSV(B) | 25.71º | 0.78% | 0.77% | - |
| XYZ | 28.93 | 22.98 | 5.2 | - |
| YUV | 127.79 | 80.15 | 177.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 43 | 0 | 0.45 | 0.78 | 0.23 | 25.71 | 0.64 | 0.47 |
| Hex | C5 | 6D | 2B | 0 | 2D | 4E | 17 | 1A | 40 | 2F |
| Octal | 305 | 155 | 53 | 0 | 55 | 116 | 27 | 32 | 100 | 57 |
| Binary | 11000101 | 1101101 | 101011 | 0 | 101101 | 1001110 | 10111 | 11010 | 1000000 | 101111 |
Color Harmonies of #C56D2B
Complementary color
Monochromatic Colors of #C56D2B
Black with #C56D2B
Text Example
Text Example
White with #C56D2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D2B; }
p { color: rgb(197,109,43); }
H1.HeaderClassName
{
color: #C56D2B;
}
.AnyTagClassName
{
color: #C56D2B;
}
</style>
background-color css
<style>
a { background-color: #C56D2B; }
a { background-color: rgb(197,109,43); }
div.DivClassName
{
background-color: #C56D2B;
}
.BgClassName
{
background-color: #C56D2B;
}
</style>
border-color css
<style>
span { border-color: #C56D2B; }
span { border-color: rgb(197,109,43); }
td.TdClassName
{
border-color: #C56D2B;
}
.TagClassName
{
border-color: #C56D2B;
}
</style>