Shades of Christine #C56C25
Tints of Christine #C56C25
RGB
CMYK
RGB Variations
Color information
#C56C25 (or 0xC56C25) is known color: Christine. HEX triplet: C5, 6C and 25. RGB value is (197,108,37). Sum of RGB (Red+Green+Blue) = 197+108+37=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 108 (42.58% from 255 or 31.58% from 342); Blue value is 37 (14.84% from 255 or 10.82% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C25 is #3A93DA. Grayscale: #7E7E7E. Windows color (decimal): -3838939 or 2452677. OLE color: 2452677.
HSL color Cylindrical-coordinate representation of color #C56C25: hue angle of 26.62º degrees, saturation: 0.68, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C56C25 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 37 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.23 |
| HSL | 26.63º | 0.68% | 0.46% | - |
| HSV(B) | 26.63º | 0.81% | 0.77% | - |
| XYZ | 28.72 | 22.73 | 4.62 | - |
| YUV | 126.52 | 77.49 | 178.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 37 | 0 | 0.45 | 0.81 | 0.23 | 26.63 | 0.68 | 0.46 |
| Hex | C5 | 6C | 25 | 0 | 2D | 51 | 17 | 1B | 44 | 2E |
| Octal | 305 | 154 | 45 | 0 | 55 | 121 | 27 | 33 | 104 | 56 |
| Binary | 11000101 | 1101100 | 100101 | 0 | 101101 | 1010001 | 10111 | 11011 | 1000100 | 101110 |
Color Harmonies of #C56C25
Complementary color
Monochromatic Colors of #C56C25
Black with #C56C25
Text Example
Text Example
White with #C56C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C25; }
p { color: rgb(197,108,37); }
H1.HeaderClassName
{
color: #C56C25;
}
.AnyTagClassName
{
color: #C56C25;
}
</style>
background-color css
<style>
a { background-color: #C56C25; }
a { background-color: rgb(197,108,37); }
div.DivClassName
{
background-color: #C56C25;
}
.BgClassName
{
background-color: #C56C25;
}
</style>
border-color css
<style>
span { border-color: #C56C25; }
span { border-color: rgb(197,108,37); }
td.TdClassName
{
border-color: #C56C25;
}
.TagClassName
{
border-color: #C56C25;
}
</style>