Shades of Ochre #C56F22
Tints of Ochre #C56F22
RGB
CMYK
RGB Variations
Color information
#C56F22 (or 0xC56F22) is known color: Ochre. HEX triplet: C5, 6F and 22. RGB value is (197,111,34). Sum of RGB (Red+Green+Blue) = 197+111+34=342 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.60% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 34 (13.67% from 255 or 9.94% from 342); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56F22 is #3A90DD. Grayscale: #808080. Windows color (decimal): -3838174 or 2256837. OLE color: 2256837.
HSL color Cylindrical-coordinate representation of color #C56F22: hue angle of 28.34º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C56F22 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 34 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.23 |
| HSL | 28.34º | 0.71% | 0.45% | - |
| HSV(B) | 28.34º | 0.83% | 0.77% | - |
| XYZ | 29 | 23.35 | 4.49 | - |
| YUV | 127.94 | 74.99 | 177.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 34 | 0 | 0.44 | 0.83 | 0.23 | 28.34 | 0.71 | 0.45 |
| Hex | C5 | 6F | 22 | 0 | 2C | 53 | 17 | 1C | 47 | 2D |
| Octal | 305 | 157 | 42 | 0 | 54 | 123 | 27 | 34 | 107 | 55 |
| Binary | 11000101 | 1101111 | 100010 | 0 | 101100 | 1010011 | 10111 | 11100 | 1000111 | 101101 |
Color Harmonies of #C56F22
Complementary color
Monochromatic Colors of #C56F22
Black with #C56F22
Text Example
Text Example
White with #C56F22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F22; }
p { color: rgb(197,111,34); }
H1.HeaderClassName
{
color: #C56F22;
}
.AnyTagClassName
{
color: #C56F22;
}
</style>
background-color css
<style>
a { background-color: #C56F22; }
a { background-color: rgb(197,111,34); }
div.DivClassName
{
background-color: #C56F22;
}
.BgClassName
{
background-color: #C56F22;
}
</style>
border-color css
<style>
span { border-color: #C56F22; }
span { border-color: rgb(197,111,34); }
td.TdClassName
{
border-color: #C56F22;
}
.TagClassName
{
border-color: #C56F22;
}
</style>