Shades of Ochre #C56C1E
Tints of Ochre #C56C1E
RGB
CMYK
RGB Variations
Color information
#C56C1E (or 0xC56C1E) is known color: Ochre. HEX triplet: C5, 6C and 1E. RGB value is (197,108,30). Sum of RGB (Red+Green+Blue) = 197+108+30=335 (44% of max value = 765). Red value is 197 (77.34% from 255 or 58.81% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 30 (12.11% from 255 or 8.96% from 335); Max value from RGB is 197 - color contains mainly: red. Hex color #C56C1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C56C1E is #3A93E1. Grayscale: #7E7E7E. Windows color (decimal): -3838946 or 1993925. OLE color: 1993925.
HSL color Cylindrical-coordinate representation of color #C56C1E: hue angle of 28.02º 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 #C56C1E is Cyan = 0, Magento = 0.45, Yellow = 0.85 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 108 | 30 | - |
| CMYK | 0 | 0.45 | 0.85 | 0.23 |
| HSL | 28.02º | 0.74% | 0.45% | - |
| HSV(B) | 28.02º | 0.85% | 0.77% | - |
| XYZ | 28.62 | 22.69 | 4.1 | - |
| YUV | 125.72 | 73.99 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 108 | 30 | 0 | 0.45 | 0.85 | 0.23 | 28.02 | 0.74 | 0.45 |
| Hex | C5 | 6C | 1E | 0 | 2D | 55 | 17 | 1C | 4A | 2D |
| Octal | 305 | 154 | 36 | 0 | 55 | 125 | 27 | 34 | 112 | 55 |
| Binary | 11000101 | 1101100 | 11110 | 0 | 101101 | 1010101 | 10111 | 11100 | 1001010 | 101101 |
Color Harmonies of #C56C1E
Complementary color
Monochromatic Colors of #C56C1E
Black with #C56C1E
Text Example
Text Example
White with #C56C1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56C1E; }
p { color: rgb(197,108,30); }
H1.HeaderClassName
{
color: #C56C1E;
}
.AnyTagClassName
{
color: #C56C1E;
}
</style>
background-color css
<style>
a { background-color: #C56C1E; }
a { background-color: rgb(197,108,30); }
div.DivClassName
{
background-color: #C56C1E;
}
.BgClassName
{
background-color: #C56C1E;
}
</style>
border-color css
<style>
span { border-color: #C56C1E; }
span { border-color: rgb(197,108,30); }
td.TdClassName
{
border-color: #C56C1E;
}
.TagClassName
{
border-color: #C56C1E;
}
</style>