Shades of Ochre #C56F16
Tints of Ochre #C56F16
RGB
CMYK
RGB Variations
Color information
#C56F16 (or 0xC56F16) is known color: Ochre. HEX triplet: C5, 6F and 16. RGB value is (197,111,22). Sum of RGB (Red+Green+Blue) = 197+111+22=330 (43% of max value = 765). Red value is 197 (77.34% from 255 or 59.70% from 330); Green value is 111 (43.75% from 255 or 33.64% from 330); Blue value is 22 (8.98% from 255 or 6.67% from 330); Max value from RGB is 197 - color contains mainly: red. Hex color #C56F16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C56F16 is #3A90E9. Grayscale: #7F7F7F. Windows color (decimal): -3838186 or 1470405. OLE color: 1470405.
HSL color Cylindrical-coordinate representation of color #C56F16: hue angle of 30.51º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C56F16 is Cyan = 0, Magento = 0.44, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 197 | 111 | 22 | - |
| CMYK | 0 | 0.44 | 0.89 | 0.23 |
| HSL | 30.51º | 0.8% | 0.43% | - |
| HSV(B) | 30.51º | 0.89% | 0.77% | - |
| XYZ | 28.86 | 23.3 | 3.74 | - |
| YUV | 126.57 | 68.99 | 178.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 197 | 111 | 22 | 0 | 0.44 | 0.89 | 0.23 | 30.51 | 0.8 | 0.43 |
| Hex | C5 | 6F | 16 | 0 | 2C | 59 | 17 | 1F | 50 | 2B |
| Octal | 305 | 157 | 26 | 0 | 54 | 131 | 27 | 37 | 120 | 53 |
| Binary | 11000101 | 1101111 | 10110 | 0 | 101100 | 1011001 | 10111 | 11111 | 1010000 | 101011 |
Color Harmonies of #C56F16
Complementary color
Monochromatic Colors of #C56F16
Black with #C56F16
Text Example
Text Example
White with #C56F16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C56F16; }
p { color: rgb(197,111,22); }
H1.HeaderClassName
{
color: #C56F16;
}
.AnyTagClassName
{
color: #C56F16;
}
</style>
background-color css
<style>
a { background-color: #C56F16; }
a { background-color: rgb(197,111,22); }
div.DivClassName
{
background-color: #C56F16;
}
.BgClassName
{
background-color: #C56F16;
}
</style>
border-color css
<style>
span { border-color: #C56F16; }
span { border-color: rgb(197,111,22); }
td.TdClassName
{
border-color: #C56F16;
}
.TagClassName
{
border-color: #C56F16;
}
</style>