Shades of Ochre #C56E22
Tints of Ochre #C56E22
RGB
CMYK
RGB Variations
Color information
#C56E22 (or 0xC56E22) is known color: Ochre. HEX triplet: C5, 6E and 22. RGB value is (197,110,34). Sum of RGB (Red+Green+Blue) = 197+110+34=341 (45% of max value = 765). Red value is 197 (77.34% from 255 or 57.77% from 341); Green value is 110 (43.36% from 255 or 32.26% from 341); Blue value is 34 (13.67% from 255 or 9.97% from 341); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E22 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E22 is #3A91DD. Grayscale: #7F7F7F. Windows color (decimal): -3838430 or 2256581. OLE color: 2256581.
HSL color Cylindrical-coordinate representation of color #C56E22: hue angle of 27.98º 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 #C56E22 is Cyan = 0, Magento = 0.44, Yellow = 0.83 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 34 | - |
| CMYK | 0 | 0.44 | 0.83 | 0.23 |
| HSL | 27.98º | 0.71% | 0.45% | - |
| HSV(B) | 27.98º | 0.83% | 0.77% | - |
| XYZ | 28.89 | 23.14 | 4.46 | - |
| YUV | 127.35 | 75.32 | 177.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 34 | 0 | 0.44 | 0.83 | 0.23 | 27.98 | 0.71 | 0.45 |
| Hex | C5 | 6E | 22 | 0 | 2C | 53 | 17 | 1C | 47 | 2D |
| Octal | 305 | 156 | 42 | 0 | 54 | 123 | 27 | 34 | 107 | 55 |
| Binary | 11000101 | 1101110 | 100010 | 0 | 101100 | 1010011 | 10111 | 11100 | 1000111 | 101101 |
Color Harmonies of #C56E22
Complementary color
Monochromatic Colors of #C56E22
Black with #C56E22
Text Example
Text Example
White with #C56E22
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E22; }
p { color: rgb(197,110,34); }
H1.HeaderClassName
{
color: #C56E22;
}
.AnyTagClassName
{
color: #C56E22;
}
</style>
background-color css
<style>
a { background-color: #C56E22; }
a { background-color: rgb(197,110,34); }
div.DivClassName
{
background-color: #C56E22;
}
.BgClassName
{
background-color: #C56E22;
}
</style>
border-color css
<style>
span { border-color: #C56E22; }
span { border-color: rgb(197,110,34); }
td.TdClassName
{
border-color: #C56E22;
}
.TagClassName
{
border-color: #C56E22;
}
</style>