Shades of Ochre #C56F09
Tints of Ochre #C56F09
RGB
CMYK
RGB Variations
Color information
#C56F09 (or 0xC56F09) is known color: Ochre. HEX triplet: C5, 6F and 09. RGB value is (197,111,9). Sum of RGB (Red+Green+Blue) = 197+111+9=317 (41% of max value = 765). Red value is 197 (77.34% from 255 or 62.15% from 317); Green value is 111 (43.75% from 255 or 35.02% from 317); Blue value is 9 (3.91% from 255 or 2.84% from 317); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F09 is #3A90F6. Grayscale: #7D7D7D. Windows color (decimal): -3838199 or 618437. OLE color: 618437.
HSL color Cylindrical-coordinate representation of color #C56F09: hue angle of 32.55º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C56F09 is Cyan = 0, Magento = 0.44, Yellow = 0.95 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 9 | - |
| CMYK | 0 | 0.44 | 0.95 | 0.23 |
| HSL | 32.55º | 0.91% | 0.4% | - |
| HSV(B) | 32.55º | 0.95% | 0.77% | - |
| XYZ | 28.76 | 23.26 | 3.23 | - |
| YUV | 125.09 | 62.49 | 179.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 9 | 0 | 0.44 | 0.95 | 0.23 | 32.55 | 0.91 | 0.4 |
| Hex | C5 | 6F | 9 | 0 | 2C | 5F | 17 | 21 | 5B | 28 |
| Octal | 305 | 157 | 11 | 0 | 54 | 137 | 27 | 41 | 133 | 50 |
| Binary | 11000101 | 1101111 | 1001 | 0 | 101100 | 1011111 | 10111 | 100001 | 1011011 | 101000 |
Color Harmonies of #C56F09
Complementary color
Monochromatic Colors of #C56F09
Black with #C56F09
Text Example
Text Example
White with #C56F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F09; }
p { color: rgb(197,111,9); }
H1.HeaderClassName
{
color: #C56F09;
}
.AnyTagClassName
{
color: #C56F09;
}
</style>
background-color css
<style>
a { background-color: #C56F09; }
a { background-color: rgb(197,111,9); }
div.DivClassName
{
background-color: #C56F09;
}
.BgClassName
{
background-color: #C56F09;
}
</style>
border-color css
<style>
span { border-color: #C56F09; }
span { border-color: rgb(197,111,9); }
td.TdClassName
{
border-color: #C56F09;
}
.TagClassName
{
border-color: #C56F09;
}
</style>