Shades of Ochre #C87B16
Tints of Ochre #C87B16
RGB
CMYK
RGB Variations
Color information
#C87B16 (or 0xC87B16) is known color: Ochre. HEX triplet: C8, 7B and 16. RGB value is (200,123,22). Sum of RGB (Red+Green+Blue) = 200+123+22=345 (45% of max value = 765). Red value is 200 (78.52% from 255 or 57.97% from 345); Green value is 123 (48.44% from 255 or 35.65% from 345); Blue value is 22 (8.98% from 255 or 6.38% from 345); Max value from RGB is 200 - color contains mainly: red. Hex color #C87B16 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C87B16 is #3784E9. Grayscale: #868686. Windows color (decimal): -3638506 or 1473480. OLE color: 1473480.
HSL color Cylindrical-coordinate representation of color #C87B16: hue angle of 34.04º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #C87B16 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 123 | 22 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.22 |
| HSL | 34.04º | 0.8% | 0.44% | - |
| HSV(B) | 34.04º | 0.89% | 0.78% | - |
| XYZ | 31.05 | 26.5 | 4.24 | - |
| YUV | 134.51 | 64.51 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 123 | 22 | 0 | 0.38 | 0.89 | 0.22 | 34.04 | 0.8 | 0.44 |
| Hex | C8 | 7B | 16 | 0 | 26 | 59 | 16 | 22 | 50 | 2C |
| Octal | 310 | 173 | 26 | 0 | 46 | 131 | 26 | 42 | 120 | 54 |
| Binary | 11001000 | 1111011 | 10110 | 0 | 100110 | 1011001 | 10110 | 100010 | 1010000 | 101100 |
Color Harmonies of #C87B16
Complementary color
Monochromatic Colors of #C87B16
Black with #C87B16
Text Example
Text Example
White with #C87B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C87B16; }
p { color: rgb(200,123,22); }
H1.HeaderClassName
{
color: #C87B16;
}
.AnyTagClassName
{
color: #C87B16;
}
</style>
background-color css
<style>
a { background-color: #C87B16; }
a { background-color: rgb(200,123,22); }
div.DivClassName
{
background-color: #C87B16;
}
.BgClassName
{
background-color: #C87B16;
}
</style>
border-color css
<style>
span { border-color: #C87B16; }
span { border-color: rgb(200,123,22); }
td.TdClassName
{
border-color: #C87B16;
}
.TagClassName
{
border-color: #C87B16;
}
</style>