Shades of Ochre #C07B16
Tints of Ochre #C07B16
RGB
CMYK
RGB Variations
Color information
#C07B16 (or 0xC07B16) is known color: Ochre. HEX triplet: C0, 7B and 16. RGB value is (192,123,22). Sum of RGB (Red+Green+Blue) = 192+123+22=337 (44% of max value = 765). Red value is 192 (75.39% from 255 or 56.97% from 337); Green value is 123 (48.44% from 255 or 36.50% from 337); Blue value is 22 (8.98% from 255 or 6.53% from 337); Max value from RGB is 192 - color contains mainly: red. Hex color #C07B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07B16 is #3F84E9. Grayscale: #848484. Windows color (decimal): -4162794 or 1473472. OLE color: 1473472.
HSL color Cylindrical-coordinate representation of color #C07B16: hue angle of 35.65º degrees, saturation: 0.79, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C07B16 is Cyan = 0, Magento = 0.36, Yellow = 0.89 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 192 | 123 | 22 | - |
| CMYK | 0 | 0.36 | 0.89 | 0.25 |
| HSL | 35.65º | 0.79% | 0.42% | - |
| HSV(B) | 35.65º | 0.89% | 0.75% | - |
| XYZ | 28.97 | 25.43 | 4.14 | - |
| YUV | 132.12 | 65.86 | 170.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 192 | 123 | 22 | 0 | 0.36 | 0.89 | 0.25 | 35.65 | 0.79 | 0.42 |
| Hex | C0 | 7B | 16 | 0 | 24 | 59 | 19 | 24 | 4F | 2A |
| Octal | 300 | 173 | 26 | 0 | 44 | 131 | 31 | 44 | 117 | 52 |
| Binary | 11000000 | 1111011 | 10110 | 0 | 100100 | 1011001 | 11001 | 100100 | 1001111 | 101010 |
Color Harmonies of #C07B16
Complementary color
Monochromatic Colors of #C07B16
Black with #C07B16
Text Example
Text Example
White with #C07B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C07B16; }
p { color: rgb(192,123,22); }
H1.HeaderClassName
{
color: #C07B16;
}
.AnyTagClassName
{
color: #C07B16;
}
</style>
background-color css
<style>
a { background-color: #C07B16; }
a { background-color: rgb(192,123,22); }
div.DivClassName
{
background-color: #C07B16;
}
.BgClassName
{
background-color: #C07B16;
}
</style>
border-color css
<style>
span { border-color: #C07B16; }
span { border-color: rgb(192,123,22); }
td.TdClassName
{
border-color: #C07B16;
}
.TagClassName
{
border-color: #C07B16;
}
</style>