Shades of Ochre #C56F10
Tints of Ochre #C56F10
RGB
CMYK
RGB Variations
Color information
#C56F10 (or 0xC56F10) is known color: Ochre. HEX triplet: C5, 6F and 10. RGB value is (197,111,16). Sum of RGB (Red+Green+Blue) = 197+111+16=324 (42% of max value = 765). Red value is 197 (77.34% from 255 or 60.80% from 324); Green value is 111 (43.75% from 255 or 34.26% from 324); Blue value is 16 (6.64% from 255 or 4.94% from 324); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F10 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F10 is #3A90EF. Grayscale: #7E7E7E. Windows color (decimal): -3838192 or 1077189. OLE color: 1077189.
HSL color Cylindrical-coordinate representation of color #C56F10: hue angle of 31.49º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C56F10 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 16 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.23 |
| HSL | 31.49º | 0.85% | 0.42% | - |
| HSV(B) | 31.49º | 0.92% | 0.77% | - |
| XYZ | 28.8 | 23.28 | 3.46 | - |
| YUV | 125.88 | 65.99 | 178.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 16 | 0 | 0.44 | 0.92 | 0.23 | 31.49 | 0.85 | 0.42 |
| Hex | C5 | 6F | 10 | 0 | 2C | 5C | 17 | 1F | 55 | 2A |
| Octal | 305 | 157 | 20 | 0 | 54 | 134 | 27 | 37 | 125 | 52 |
| Binary | 11000101 | 1101111 | 10000 | 0 | 101100 | 1011100 | 10111 | 11111 | 1010101 | 101010 |
Color Harmonies of #C56F10
Complementary color
Monochromatic Colors of #C56F10
Black with #C56F10
Text Example
Text Example
White with #C56F10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F10; }
p { color: rgb(197,111,16); }
H1.HeaderClassName
{
color: #C56F10;
}
.AnyTagClassName
{
color: #C56F10;
}
</style>
background-color css
<style>
a { background-color: #C56F10; }
a { background-color: rgb(197,111,16); }
div.DivClassName
{
background-color: #C56F10;
}
.BgClassName
{
background-color: #C56F10;
}
</style>
border-color css
<style>
span { border-color: #C56F10; }
span { border-color: rgb(197,111,16); }
td.TdClassName
{
border-color: #C56F10;
}
.TagClassName
{
border-color: #C56F10;
}
</style>