Shades of Ochre #C17B16
Tints of Ochre #C17B16
RGB
CMYK
RGB Variations
Color information
#C17B16 (or 0xC17B16) is known color: Ochre. HEX triplet: C1, 7B and 16. RGB value is (193,123,22). Sum of RGB (Red+Green+Blue) = 193+123+22=338 (44% of max value = 765). Red value is 193 (75.78% from 255 or 57.10% from 338); Green value is 123 (48.44% from 255 or 36.39% from 338); Blue value is 22 (8.98% from 255 or 6.51% from 338); Max value from RGB is 193 - color contains mainly: red. Hex color #C17B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17B16 is #3E84E9. Grayscale: #848484. Windows color (decimal): -4097258 or 1473473. OLE color: 1473473.
HSL color Cylindrical-coordinate representation of color #C17B16: hue angle of 35.44º 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 #C17B16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 123 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.24 |
| HSL | 35.44º | 0.8% | 0.42% | - |
| HSV(B) | 35.44º | 0.89% | 0.76% | - |
| XYZ | 29.22 | 25.56 | 4.15 | - |
| YUV | 132.42 | 65.69 | 171.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 123 | 22 | 0 | 0.36 | 0.89 | 0.24 | 35.44 | 0.8 | 0.42 |
| Hex | C1 | 7B | 16 | 0 | 24 | 59 | 18 | 23 | 50 | 2A |
| Octal | 301 | 173 | 26 | 0 | 44 | 131 | 30 | 43 | 120 | 52 |
| Binary | 11000001 | 1111011 | 10110 | 0 | 100100 | 1011001 | 11000 | 100011 | 1010000 | 101010 |
Color Harmonies of #C17B16
Complementary color
Monochromatic Colors of #C17B16
Black with #C17B16
Text Example
Text Example
White with #C17B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C17B16; }
p { color: rgb(193,123,22); }
H1.HeaderClassName
{
color: #C17B16;
}
.AnyTagClassName
{
color: #C17B16;
}
</style>
background-color css
<style>
a { background-color: #C17B16; }
a { background-color: rgb(193,123,22); }
div.DivClassName
{
background-color: #C17B16;
}
.BgClassName
{
background-color: #C17B16;
}
</style>
border-color css
<style>
span { border-color: #C17B16; }
span { border-color: rgb(193,123,22); }
td.TdClassName
{
border-color: #C17B16;
}
.TagClassName
{
border-color: #C17B16;
}
</style>