Shades of Ochre #C8760B
Tints of Ochre #C8760B
RGB
CMYK
RGB Variations
Color information
#C8760B (or 0xC8760B) is known color: Ochre. HEX triplet: C8, 76 and 0B. RGB value is (200,118,11). Sum of RGB (Red+Green+Blue) = 200+118+11=329 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.79% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 11 (4.69% from 255 or 3.34% from 329); Max value from RGB is 200 - color contains mainly: red. Hex color #C8760B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8760B is #3789F4. Grayscale: #828282. Windows color (decimal): -3639797 or 751304. OLE color: 751304.
HSL color Cylindrical-coordinate representation of color #C8760B: hue angle of 33.97º degrees, saturation: 0.9, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8760B is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 11 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.22 |
| HSL | 33.97º | 0.9% | 0.41% | - |
| HSV(B) | 33.97º | 0.95% | 0.78% | - |
| XYZ | 30.36 | 25.26 | 3.59 | - |
| YUV | 130.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 11 | 0 | 0.41 | 0.94 | 0.22 | 33.97 | 0.9 | 0.41 |
| Hex | C8 | 76 | B | 0 | 29 | 5E | 16 | 22 | 5A | 29 |
| Octal | 310 | 166 | 13 | 0 | 51 | 136 | 26 | 42 | 132 | 51 |
| Binary | 11001000 | 1110110 | 1011 | 0 | 101001 | 1011110 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C8760B
Complementary color
Monochromatic Colors of #C8760B
Black with #C8760B
Text Example
Text Example
White with #C8760B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8760B; }
p { color: rgb(200,118,11); }
H1.HeaderClassName
{
color: #C8760B;
}
.AnyTagClassName
{
color: #C8760B;
}
</style>
background-color css
<style>
a { background-color: #C8760B; }
a { background-color: rgb(200,118,11); }
div.DivClassName
{
background-color: #C8760B;
}
.BgClassName
{
background-color: #C8760B;
}
</style>
border-color css
<style>
span { border-color: #C8760B; }
span { border-color: rgb(200,118,11); }
td.TdClassName
{
border-color: #C8760B;
}
.TagClassName
{
border-color: #C8760B;
}
</style>