Shades of Christine #C56C32
Tints of Christine #C56C32
RGB
CMYK
RGB Variations
Color information
#C56C32 (or 0xC56C32) is known color: Christine. HEX triplet: C5, 6C and 32. RGB value is (197,108,50). Sum of RGB (Red+Green+Blue) = 197+108+50=355 (47% of max value = 765). Red value is 197 (77.34% from 255 or 55.49% from 355); Green value is 108 (42.58% from 255 or 30.42% from 355); Blue value is 50 (19.92% from 255 or 14.08% from 355); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C32 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C32 is #3A93CD. Grayscale: #808080. Windows color (decimal): -3838926 or 3304645. OLE color: 3304645.
HSL color Cylindrical-coordinate representation of color #C56C32: hue angle of 23.67º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C56C32 is Cyan = 0, Magento = 0.45, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 50 | - |
| CMYK | 0 | 0.45 | 0.75 | 0.23 |
| HSL | 23.67º | 0.6% | 0.48% | - |
| HSV(B) | 23.67º | 0.75% | 0.77% | - |
| XYZ | 28.96 | 22.83 | 5.9 | - |
| YUV | 128 | 83.99 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 50 | 0 | 0.45 | 0.75 | 0.23 | 23.67 | 0.6 | 0.48 |
| Hex | C5 | 6C | 32 | 0 | 2D | 4B | 17 | 18 | 3C | 30 |
| Octal | 305 | 154 | 62 | 0 | 55 | 113 | 27 | 30 | 74 | 60 |
| Binary | 11000101 | 1101100 | 110010 | 0 | 101101 | 1001011 | 10111 | 11000 | 111100 | 110000 |
Color Harmonies of #C56C32
Complementary color
Monochromatic Colors of #C56C32
Black with #C56C32
Text Example
Text Example
White with #C56C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C32; }
p { color: rgb(197,108,50); }
H1.HeaderClassName
{
color: #C56C32;
}
.AnyTagClassName
{
color: #C56C32;
}
</style>
background-color css
<style>
a { background-color: #C56C32; }
a { background-color: rgb(197,108,50); }
div.DivClassName
{
background-color: #C56C32;
}
.BgClassName
{
background-color: #C56C32;
}
</style>
border-color css
<style>
span { border-color: #C56C32; }
span { border-color: rgb(197,108,50); }
td.TdClassName
{
border-color: #C56C32;
}
.TagClassName
{
border-color: #C56C32;
}
</style>