Shades of Ochre #C16B18
Tints of Ochre #C16B18
RGB
CMYK
RGB Variations
Color information
#C16B18 (or 0xC16B18) is known color: Ochre. HEX triplet: C1, 6B and 18. RGB value is (193,107,24). Sum of RGB (Red+Green+Blue) = 193+107+24=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B18 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16B18 is #3E94E7. Grayscale: #7B7B7B. Windows color (decimal): -4101352 or 1600449. OLE color: 1600449.
HSL color Cylindrical-coordinate representation of color #C16B18: hue angle of 29.47º 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 #C16B18 is Cyan = 0, Magento = 0.45, Yellow = 0.88 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 24 | - |
| CMYK | 0 | 0.45 | 0.88 | 0.24 |
| HSL | 29.47º | 0.78% | 0.43% | - |
| HSV(B) | 29.47º | 0.88% | 0.76% | - |
| XYZ | 27.41 | 21.92 | 3.65 | - |
| YUV | 123.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 24 | 0 | 0.45 | 0.88 | 0.24 | 29.47 | 0.78 | 0.43 |
| Hex | C1 | 6B | 18 | 0 | 2D | 58 | 18 | 1D | 4E | 2B |
| Octal | 301 | 153 | 30 | 0 | 55 | 130 | 30 | 35 | 116 | 53 |
| Binary | 11000001 | 1101011 | 11000 | 0 | 101101 | 1011000 | 11000 | 11101 | 1001110 | 101011 |
Color Harmonies of #C16B18
Complementary color
Monochromatic Colors of #C16B18
Black with #C16B18
Text Example
Text Example
White with #C16B18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B18; }
p { color: rgb(193,107,24); }
H1.HeaderClassName
{
color: #C16B18;
}
.AnyTagClassName
{
color: #C16B18;
}
</style>
background-color css
<style>
a { background-color: #C16B18; }
a { background-color: rgb(193,107,24); }
div.DivClassName
{
background-color: #C16B18;
}
.BgClassName
{
background-color: #C16B18;
}
</style>
border-color css
<style>
span { border-color: #C16B18; }
span { border-color: rgb(193,107,24); }
td.TdClassName
{
border-color: #C16B18;
}
.TagClassName
{
border-color: #C16B18;
}
</style>