Shades of Christine #C56A25
Tints of Christine #C56A25
RGB
CMYK
RGB Variations
Color information
#C56A25 (or 0xC56A25) is known color: Christine. HEX triplet: C5, 6A and 25. RGB value is (197,106,37). Sum of RGB (Red+Green+Blue) = 197+106+37=340 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.94% from 340); Green value is 106 (41.80% from 255 or 31.18% from 340); Blue value is 37 (14.84% from 255 or 10.88% from 340); Max value from RGB is 197 - color contains mainly: red. Hex color #C56A25 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56A25 is #3A95DA. Grayscale: #7D7D7D. Windows color (decimal): -3839451 or 2452165. OLE color: 2452165.
HSL color Cylindrical-coordinate representation of color #C56A25: hue angle of 25.88º 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 #C56A25 is Cyan = 0, Magento = 0.46, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 106 | 37 | - |
| CMYK | 0 | 0.46 | 0.81 | 0.23 |
| HSL | 25.88º | 0.68% | 0.46% | - |
| HSV(B) | 25.88º | 0.81% | 0.77% | - |
| XYZ | 28.51 | 22.31 | 4.55 | - |
| YUV | 125.34 | 78.15 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 106 | 37 | 0 | 0.46 | 0.81 | 0.23 | 25.88 | 0.68 | 0.46 |
| Hex | C5 | 6A | 25 | 0 | 2E | 51 | 17 | 1A | 44 | 2E |
| Octal | 305 | 152 | 45 | 0 | 56 | 121 | 27 | 32 | 104 | 56 |
| Binary | 11000101 | 1101010 | 100101 | 0 | 101110 | 1010001 | 10111 | 11010 | 1000100 | 101110 |
Color Harmonies of #C56A25
Complementary color
Monochromatic Colors of #C56A25
Black with #C56A25
Text Example
Text Example
White with #C56A25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56A25; }
p { color: rgb(197,106,37); }
H1.HeaderClassName
{
color: #C56A25;
}
.AnyTagClassName
{
color: #C56A25;
}
</style>
background-color css
<style>
a { background-color: #C56A25; }
a { background-color: rgb(197,106,37); }
div.DivClassName
{
background-color: #C56A25;
}
.BgClassName
{
background-color: #C56A25;
}
</style>
border-color css
<style>
span { border-color: #C56A25; }
span { border-color: rgb(197,106,37); }
td.TdClassName
{
border-color: #C56A25;
}
.TagClassName
{
border-color: #C56A25;
}
</style>