Shades of Ochre #C56F0A
Tints of Ochre #C56F0A
RGB
CMYK
RGB Variations
Color information
#C56F0A (or 0xC56F0A) is known color: Ochre. HEX triplet: C5, 6F and 0A. RGB value is (197,111,10). Sum of RGB (Red+Green+Blue) = 197+111+10=318 (42% of max value = 765). Red value is 197 (77.34% from 255 or 61.95% from 318); Green value is 111 (43.75% from 255 or 34.91% from 318); Blue value is 10 (4.30% from 255 or 3.14% from 318); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F0A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F0A is #3A90F5. Grayscale: #7D7D7D. Windows color (decimal): -3838198 or 683973. OLE color: 683973.
HSL color Cylindrical-coordinate representation of color #C56F0A: hue angle of 32.41º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C56F0A is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 10 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.23 |
| HSL | 32.41º | 0.9% | 0.41% | - |
| HSV(B) | 32.41º | 0.95% | 0.77% | - |
| XYZ | 28.77 | 23.26 | 3.26 | - |
| YUV | 125.2 | 62.99 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 10 | 0 | 0.44 | 0.95 | 0.23 | 32.41 | 0.9 | 0.41 |
| Hex | C5 | 6F | A | 0 | 2C | 5F | 17 | 20 | 5A | 29 |
| Octal | 305 | 157 | 12 | 0 | 54 | 137 | 27 | 40 | 132 | 51 |
| Binary | 11000101 | 1101111 | 1010 | 0 | 101100 | 1011111 | 10111 | 100000 | 1011010 | 101001 |
Color Harmonies of #C56F0A
Complementary color
Monochromatic Colors of #C56F0A
Black with #C56F0A
Text Example
Text Example
White with #C56F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F0A; }
p { color: rgb(197,111,10); }
H1.HeaderClassName
{
color: #C56F0A;
}
.AnyTagClassName
{
color: #C56F0A;
}
</style>
background-color css
<style>
a { background-color: #C56F0A; }
a { background-color: rgb(197,111,10); }
div.DivClassName
{
background-color: #C56F0A;
}
.BgClassName
{
background-color: #C56F0A;
}
</style>
border-color css
<style>
span { border-color: #C56F0A; }
span { border-color: rgb(197,111,10); }
td.TdClassName
{
border-color: #C56F0A;
}
.TagClassName
{
border-color: #C56F0A;
}
</style>