Shades of Ochre #C16B20
Tints of Ochre #C16B20
RGB
CMYK
RGB Variations
Color information
#C16B20 (or 0xC16B20) is known color: Ochre. HEX triplet: C1, 6B and 20. RGB value is (193,107,32). Sum of RGB (Red+Green+Blue) = 193+107+32=332 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.13% from 332); Green value is 107 (42.19% from 255 or 32.23% from 332); Blue value is 32 (12.89% from 255 or 9.64% from 332); Max value from RGB is 193 - color contains mainly: red. Hex color #C16B20 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C16B20 is #3E94DF. Grayscale: #7C7C7C. Windows color (decimal): -4101344 or 2124737. OLE color: 2124737.
HSL color Cylindrical-coordinate representation of color #C16B20: hue angle of 27.95º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C16B20 is Cyan = 0, Magento = 0.45, Yellow = 0.83 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 193 | 107 | 32 | - |
| CMYK | 0 | 0.45 | 0.83 | 0.24 |
| HSL | 27.95º | 0.72% | 0.44% | - |
| HSV(B) | 27.95º | 0.83% | 0.76% | - |
| XYZ | 27.51 | 21.96 | 4.15 | - |
| YUV | 124.16 | 75.99 | 177.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 193 | 107 | 32 | 0 | 0.45 | 0.83 | 0.24 | 27.95 | 0.72 | 0.44 |
| Hex | C1 | 6B | 20 | 0 | 2D | 53 | 18 | 1C | 48 | 2C |
| Octal | 301 | 153 | 40 | 0 | 55 | 123 | 30 | 34 | 110 | 54 |
| Binary | 11000001 | 1101011 | 100000 | 0 | 101101 | 1010011 | 11000 | 11100 | 1001000 | 101100 |
Color Harmonies of #C16B20
Complementary color
Monochromatic Colors of #C16B20
Black with #C16B20
Text Example
Text Example
White with #C16B20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C16B20; }
p { color: rgb(193,107,32); }
H1.HeaderClassName
{
color: #C16B20;
}
.AnyTagClassName
{
color: #C16B20;
}
</style>
background-color css
<style>
a { background-color: #C16B20; }
a { background-color: rgb(193,107,32); }
div.DivClassName
{
background-color: #C16B20;
}
.BgClassName
{
background-color: #C16B20;
}
</style>
border-color css
<style>
span { border-color: #C16B20; }
span { border-color: rgb(193,107,32); }
td.TdClassName
{
border-color: #C16B20;
}
.TagClassName
{
border-color: #C16B20;
}
</style>