Shades of Ochre #C16F18
Tints of Ochre #C16F18
RGB
CMYK
RGB Variations
Color information
#C16F18 (or 0xC16F18) is known color: Ochre. HEX triplet: C1, 6F and 18. RGB value is (193,111,24). Sum of RGB (Red+Green+Blue) = 193+111+24=328 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.84% from 328); Green value is 111 (43.75% from 255 or 33.84% from 328); Blue value is 24 (9.77% from 255 or 7.32% from 328); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F18 is #3E90E7. Grayscale: #7E7E7E. Windows color (decimal): -4100328 or 1601473. OLE color: 1601473.
HSL color Cylindrical-coordinate representation of color #C16F18: hue angle of 30.89º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C16F18 is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 24 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.24 |
| HSL | 30.89º | 0.78% | 0.43% | - |
| HSV(B) | 30.89º | 0.88% | 0.76% | - |
| XYZ | 27.84 | 22.77 | 3.79 | - |
| YUV | 125.6 | 70.67 | 176.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 24 | 0 | 0.42 | 0.88 | 0.24 | 30.89 | 0.78 | 0.43 |
| Hex | C1 | 6F | 18 | 0 | 2A | 58 | 18 | 1F | 4E | 2B |
| Octal | 301 | 157 | 30 | 0 | 52 | 130 | 30 | 37 | 116 | 53 |
| Binary | 11000001 | 1101111 | 11000 | 0 | 101010 | 1011000 | 11000 | 11111 | 1001110 | 101011 |
Color Harmonies of #C16F18
Complementary color
Monochromatic Colors of #C16F18
Black with #C16F18
Text Example
Text Example
White with #C16F18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F18; }
p { color: rgb(193,111,24); }
H1.HeaderClassName
{
color: #C16F18;
}
.AnyTagClassName
{
color: #C16F18;
}
</style>
background-color css
<style>
a { background-color: #C16F18; }
a { background-color: rgb(193,111,24); }
div.DivClassName
{
background-color: #C16F18;
}
.BgClassName
{
background-color: #C16F18;
}
</style>
border-color css
<style>
span { border-color: #C16F18; }
span { border-color: rgb(193,111,24); }
td.TdClassName
{
border-color: #C16F18;
}
.TagClassName
{
border-color: #C16F18;
}
</style>