Shades of Ochre #C56D26
Tints of Ochre #C56D26
RGB
CMYK
RGB Variations
Color information
#C56D26 (or 0xC56D26) is known color: Ochre. HEX triplet: C5, 6D and 26. RGB value is (197,109,38). Sum of RGB (Red+Green+Blue) = 197+109+38=344 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.27% from 344); Green value is 109 (42.97% from 255 or 31.69% from 344); Blue value is 38 (15.23% from 255 or 11.05% from 344); Max value from RGB is 197 - color contains mainly: red. Hex color #C56D26 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56D26 is #3A92D9. Grayscale: #7F7F7F. Windows color (decimal): -3838682 or 2518469. OLE color: 2518469.
HSL color Cylindrical-coordinate representation of color #C56D26: hue angle of 26.79º 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 #C56D26 is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 109 | 38 | - |
| CMYK | 0 | 0.45 | 0.81 | 0.23 |
| HSL | 26.79º | 0.68% | 0.46% | - |
| HSV(B) | 26.79º | 0.81% | 0.77% | - |
| XYZ | 28.84 | 22.95 | 4.74 | - |
| YUV | 127.22 | 77.65 | 177.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 109 | 38 | 0 | 0.45 | 0.81 | 0.23 | 26.79 | 0.68 | 0.46 |
| Hex | C5 | 6D | 26 | 0 | 2D | 51 | 17 | 1B | 44 | 2E |
| Octal | 305 | 155 | 46 | 0 | 55 | 121 | 27 | 33 | 104 | 56 |
| Binary | 11000101 | 1101101 | 100110 | 0 | 101101 | 1010001 | 10111 | 11011 | 1000100 | 101110 |
Color Harmonies of #C56D26
Complementary color
Monochromatic Colors of #C56D26
Black with #C56D26
Text Example
Text Example
White with #C56D26
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56D26; }
p { color: rgb(197,109,38); }
H1.HeaderClassName
{
color: #C56D26;
}
.AnyTagClassName
{
color: #C56D26;
}
</style>
background-color css
<style>
a { background-color: #C56D26; }
a { background-color: rgb(197,109,38); }
div.DivClassName
{
background-color: #C56D26;
}
.BgClassName
{
background-color: #C56D26;
}
</style>
border-color css
<style>
span { border-color: #C56D26; }
span { border-color: rgb(197,109,38); }
td.TdClassName
{
border-color: #C56D26;
}
.TagClassName
{
border-color: #C56D26;
}
</style>