Shades of Ochre #C16F0C
Tints of Ochre #C16F0C
RGB
CMYK
RGB Variations
Color information
#C16F0C (or 0xC16F0C) is known color: Ochre. HEX triplet: C1, 6F and 0C. RGB value is (193,111,12). Sum of RGB (Red+Green+Blue) = 193+111+12=316 (41% of max value = 765). Red value is 193 (75.78% from 255 or 61.08% from 316); Green value is 111 (43.75% from 255 or 35.13% from 316); Blue value is 12 (5.08% from 255 or 3.80% from 316); Max value from RGB is 193 - color contains mainly: red. Hex color #C16F0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C16F0C is #3E90F3. Grayscale: #7C7C7C. Windows color (decimal): -4100340 or 815041. OLE color: 815041.
HSL color Cylindrical-coordinate representation of color #C16F0C: hue angle of 32.82º degrees, saturation: 0.88, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C16F0C is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 111 | 12 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.24 |
| HSL | 32.82º | 0.88% | 0.4% | - |
| HSV(B) | 32.82º | 0.94% | 0.76% | - |
| XYZ | 27.74 | 22.73 | 3.27 | - |
| YUV | 124.23 | 64.67 | 177.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 111 | 12 | 0 | 0.42 | 0.94 | 0.24 | 32.82 | 0.88 | 0.4 |
| Hex | C1 | 6F | C | 0 | 2A | 5E | 18 | 21 | 58 | 28 |
| Octal | 301 | 157 | 14 | 0 | 52 | 136 | 30 | 41 | 130 | 50 |
| Binary | 11000001 | 1101111 | 1100 | 0 | 101010 | 1011110 | 11000 | 100001 | 1011000 | 101000 |
Color Harmonies of #C16F0C
Complementary color
Monochromatic Colors of #C16F0C
Black with #C16F0C
Text Example
Text Example
White with #C16F0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16F0C; }
p { color: rgb(193,111,12); }
H1.HeaderClassName
{
color: #C16F0C;
}
.AnyTagClassName
{
color: #C16F0C;
}
</style>
background-color css
<style>
a { background-color: #C16F0C; }
a { background-color: rgb(193,111,12); }
div.DivClassName
{
background-color: #C16F0C;
}
.BgClassName
{
background-color: #C16F0C;
}
</style>
border-color css
<style>
span { border-color: #C16F0C; }
span { border-color: rgb(193,111,12); }
td.TdClassName
{
border-color: #C16F0C;
}
.TagClassName
{
border-color: #C16F0C;
}
</style>