Shades of Ochre #C47116
Tints of Ochre #C47116
RGB
CMYK
RGB Variations
Color information
#C47116 (or 0xC47116) is known color: Ochre. HEX triplet: C4, 71 and 16. RGB value is (196,113,22). Sum of RGB (Red+Green+Blue) = 196+113+22=331 (43% of max value = 765). Red value is 196 (76.95% from 255 or 59.21% from 331); Green value is 113 (44.53% from 255 or 34.14% from 331); Blue value is 22 (8.98% from 255 or 6.65% from 331); Max value from RGB is 196 - color contains mainly: red. Hex color #C47116 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C47116 is #3B8EE9. Grayscale: #7F7F7F. Windows color (decimal): -3903210 or 1470916. OLE color: 1470916.
HSL color Cylindrical-coordinate representation of color #C47116: hue angle of 31.38º 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 #C47116 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 196 | 113 | 22 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.23 |
| HSL | 31.38º | 0.8% | 0.43% | - |
| HSV(B) | 31.38º | 0.89% | 0.77% | - |
| XYZ | 28.81 | 23.6 | 3.8 | - |
| YUV | 127.44 | 68.5 | 176.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 196 | 113 | 22 | 0 | 0.42 | 0.89 | 0.23 | 31.38 | 0.8 | 0.43 |
| Hex | C4 | 71 | 16 | 0 | 2A | 59 | 17 | 1F | 50 | 2B |
| Octal | 304 | 161 | 26 | 0 | 52 | 131 | 27 | 37 | 120 | 53 |
| Binary | 11000100 | 1110001 | 10110 | 0 | 101010 | 1011001 | 10111 | 11111 | 1010000 | 101011 |
Color Harmonies of #C47116
Complementary color
Monochromatic Colors of #C47116
Black with #C47116
Text Example
Text Example
White with #C47116
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C47116; }
p { color: rgb(196,113,22); }
H1.HeaderClassName
{
color: #C47116;
}
.AnyTagClassName
{
color: #C47116;
}
</style>
background-color css
<style>
a { background-color: #C47116; }
a { background-color: rgb(196,113,22); }
div.DivClassName
{
background-color: #C47116;
}
.BgClassName
{
background-color: #C47116;
}
</style>
border-color css
<style>
span { border-color: #C47116; }
span { border-color: rgb(196,113,22); }
td.TdClassName
{
border-color: #C47116;
}
.TagClassName
{
border-color: #C47116;
}
</style>