Shades of Ochre #C56E1E
Tints of Ochre #C56E1E
RGB
CMYK
RGB Variations
Color information
#C56E1E (or 0xC56E1E) is known color: Ochre. HEX triplet: C5, 6E and 1E. RGB value is (197,110,30). Sum of RGB (Red+Green+Blue) = 197+110+30=337 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.46% from 337); Green value is 110 (43.36% from 255 or 32.64% from 337); Blue value is 30 (12.11% from 255 or 8.90% from 337); Max value from RGB is 197 - color contains mainly: red. Hex color #C56E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56E1E is #3A91E1. Grayscale: #7F7F7F. Windows color (decimal): -3838434 or 1994437. OLE color: 1994437.
HSL color Cylindrical-coordinate representation of color #C56E1E: hue angle of 28.74º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C56E1E is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 110 | 30 | - |
| CMYK | 0 | 0.44 | 0.85 | 0.23 |
| HSL | 28.74º | 0.74% | 0.45% | - |
| HSV(B) | 28.74º | 0.85% | 0.77% | - |
| XYZ | 28.84 | 23.12 | 4.17 | - |
| YUV | 126.89 | 73.32 | 178 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 110 | 30 | 0 | 0.44 | 0.85 | 0.23 | 28.74 | 0.74 | 0.45 |
| Hex | C5 | 6E | 1E | 0 | 2C | 55 | 17 | 1D | 4A | 2D |
| Octal | 305 | 156 | 36 | 0 | 54 | 125 | 27 | 35 | 112 | 55 |
| Binary | 11000101 | 1101110 | 11110 | 0 | 101100 | 1010101 | 10111 | 11101 | 1001010 | 101101 |
Color Harmonies of #C56E1E
Complementary color
Monochromatic Colors of #C56E1E
Black with #C56E1E
Text Example
Text Example
White with #C56E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56E1E; }
p { color: rgb(197,110,30); }
H1.HeaderClassName
{
color: #C56E1E;
}
.AnyTagClassName
{
color: #C56E1E;
}
</style>
background-color css
<style>
a { background-color: #C56E1E; }
a { background-color: rgb(197,110,30); }
div.DivClassName
{
background-color: #C56E1E;
}
.BgClassName
{
background-color: #C56E1E;
}
</style>
border-color css
<style>
span { border-color: #C56E1E; }
span { border-color: rgb(197,110,30); }
td.TdClassName
{
border-color: #C56E1E;
}
.TagClassName
{
border-color: #C56E1E;
}
</style>