Shades of Ochre #C17816
Tints of Ochre #C17816
RGB
CMYK
RGB Variations
Color information
#C17816 (or 0xC17816) is known color: Ochre. HEX triplet: C1, 78 and 16. RGB value is (193,120,22). Sum of RGB (Red+Green+Blue) = 193+120+22=335 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.61% from 335); Green value is 120 (47.27% from 255 or 35.82% from 335); Blue value is 22 (8.98% from 255 or 6.57% from 335); Max value from RGB is 193 - color contains mainly: red. Hex color #C17816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17816 is #3E87E9. Grayscale: #838383. Windows color (decimal): -4098026 or 1472705. OLE color: 1472705.
HSL color Cylindrical-coordinate representation of color #C17816: hue angle of 34.39º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C17816 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 120 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.24 |
| HSL | 34.39º | 0.8% | 0.42% | - |
| HSV(B) | 34.39º | 0.89% | 0.76% | - |
| XYZ | 28.85 | 24.83 | 4.03 | - |
| YUV | 130.66 | 66.68 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 120 | 22 | 0 | 0.38 | 0.89 | 0.24 | 34.39 | 0.8 | 0.42 |
| Hex | C1 | 78 | 16 | 0 | 26 | 59 | 18 | 22 | 50 | 2A |
| Octal | 301 | 170 | 26 | 0 | 46 | 131 | 30 | 42 | 120 | 52 |
| Binary | 11000001 | 1111000 | 10110 | 0 | 100110 | 1011001 | 11000 | 100010 | 1010000 | 101010 |
Color Harmonies of #C17816
Complementary color
Monochromatic Colors of #C17816
Black with #C17816
Text Example
Text Example
White with #C17816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17816; }
p { color: rgb(193,120,22); }
H1.HeaderClassName
{
color: #C17816;
}
.AnyTagClassName
{
color: #C17816;
}
</style>
background-color css
<style>
a { background-color: #C17816; }
a { background-color: rgb(193,120,22); }
div.DivClassName
{
background-color: #C17816;
}
.BgClassName
{
background-color: #C17816;
}
</style>
border-color css
<style>
span { border-color: #C17816; }
span { border-color: rgb(193,120,22); }
td.TdClassName
{
border-color: #C17816;
}
.TagClassName
{
border-color: #C17816;
}
</style>