Shades of Ochre #C56F08
Tints of Ochre #C56F08
RGB
CMYK
RGB Variations
Color information
#C56F08 (or 0xC56F08) is known color: Ochre. HEX triplet: C5, 6F and 08. RGB value is (197,111,8). Sum of RGB (Red+Green+Blue) = 197+111+8=316 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.34% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 8 (3.52% from 255 or 2.53% from 316); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F08 is #3A90F7. Grayscale: #7D7D7D. Windows color (decimal): -3838200 or 552901. OLE color: 552901.
HSL color Cylindrical-coordinate representation of color #C56F08: hue angle of 32.7º degrees, saturation: 0.92, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C56F08 is Cyan = 0, Magento = 0.44, Yellow = 0.96 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 8 | - |
| CMYK | 0 | 0.44 | 0.96 | 0.23 |
| HSL | 32.7º | 0.92% | 0.4% | - |
| HSV(B) | 32.7º | 0.96% | 0.77% | - |
| XYZ | 28.75 | 23.26 | 3.2 | - |
| YUV | 124.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 8 | 0 | 0.44 | 0.96 | 0.23 | 32.7 | 0.92 | 0.4 |
| Hex | C5 | 6F | 8 | 0 | 2C | 60 | 17 | 21 | 5C | 28 |
| Octal | 305 | 157 | 10 | 0 | 54 | 140 | 27 | 41 | 134 | 50 |
| Binary | 11000101 | 1101111 | 1000 | 0 | 101100 | 1100000 | 10111 | 100001 | 1011100 | 101000 |
Color Harmonies of #C56F08
Complementary color
Monochromatic Colors of #C56F08
Black with #C56F08
Text Example
Text Example
White with #C56F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F08; }
p { color: rgb(197,111,8); }
H1.HeaderClassName
{
color: #C56F08;
}
.AnyTagClassName
{
color: #C56F08;
}
</style>
background-color css
<style>
a { background-color: #C56F08; }
a { background-color: rgb(197,111,8); }
div.DivClassName
{
background-color: #C56F08;
}
.BgClassName
{
background-color: #C56F08;
}
</style>
border-color css
<style>
span { border-color: #C56F08; }
span { border-color: rgb(197,111,8); }
td.TdClassName
{
border-color: #C56F08;
}
.TagClassName
{
border-color: #C56F08;
}
</style>