Shades of Ochre #C56F29
Tints of Ochre #C56F29
RGB
CMYK
RGB Variations
Color information
#C56F29 (or 0xC56F29) is known color: Ochre. HEX triplet: C5, 6F and 29. RGB value is (197,111,41). Sum of RGB (Red+Green+Blue) = 197+111+41=349 (46% of max value = 765). Red value is 197 (77.34% from 255 or 56.45% from 349); Green value is 111 (43.75% from 255 or 31.81% from 349); Blue value is 41 (16.41% from 255 or 11.75% from 349); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F29 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F29 is #3A90D6. Grayscale: #818181. Windows color (decimal): -3838167 or 2715589. OLE color: 2715589.
HSL color Cylindrical-coordinate representation of color #C56F29: hue angle of 26.92º degrees, saturation: 0.66, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #C56F29 is Cyan = 0, Magento = 0.44, Yellow = 0.79 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 41 | - |
| CMYK | 0 | 0.44 | 0.79 | 0.23 |
| HSL | 26.92º | 0.66% | 0.47% | - |
| HSV(B) | 26.92º | 0.79% | 0.77% | - |
| XYZ | 29.11 | 23.4 | 5.08 | - |
| YUV | 128.73 | 78.49 | 176.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 41 | 0 | 0.44 | 0.79 | 0.23 | 26.92 | 0.66 | 0.47 |
| Hex | C5 | 6F | 29 | 0 | 2C | 4F | 17 | 1B | 42 | 2F |
| Octal | 305 | 157 | 51 | 0 | 54 | 117 | 27 | 33 | 102 | 57 |
| Binary | 11000101 | 1101111 | 101001 | 0 | 101100 | 1001111 | 10111 | 11011 | 1000010 | 101111 |
Color Harmonies of #C56F29
Complementary color
Monochromatic Colors of #C56F29
Black with #C56F29
Text Example
Text Example
White with #C56F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F29; }
p { color: rgb(197,111,41); }
H1.HeaderClassName
{
color: #C56F29;
}
.AnyTagClassName
{
color: #C56F29;
}
</style>
background-color css
<style>
a { background-color: #C56F29; }
a { background-color: rgb(197,111,41); }
div.DivClassName
{
background-color: #C56F29;
}
.BgClassName
{
background-color: #C56F29;
}
</style>
border-color css
<style>
span { border-color: #C56F29; }
span { border-color: rgb(197,111,41); }
td.TdClassName
{
border-color: #C56F29;
}
.TagClassName
{
border-color: #C56F29;
}
</style>