Shades of Ochre #C8770B
Tints of Ochre #C8770B
RGB
CMYK
RGB Variations
Color information
#C8770B (or 0xC8770B) is known color: Ochre. HEX triplet: C8, 77 and 0B. RGB value is (200,119,11). Sum of RGB (Red+Green+Blue) = 200+119+11=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 11 (4.69% from 255 or 3.33% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770B is #3788F4. Grayscale: #838383. Windows color (decimal): -3639541 or 751560. OLE color: 751560.
HSL color Cylindrical-coordinate representation of color #C8770B: hue angle of 34.29º 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 #C8770B is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 11 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.22 |
| HSL | 34.29º | 0.9% | 0.41% | - |
| HSV(B) | 34.29º | 0.95% | 0.78% | - |
| XYZ | 30.48 | 25.5 | 3.63 | - |
| YUV | 130.91 | 60.34 | 177.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 11 | 0 | 0.40 | 0.94 | 0.22 | 34.29 | 0.9 | 0.41 |
| Hex | C8 | 77 | B | 0 | 28 | 5E | 16 | 22 | 5A | 29 |
| Octal | 310 | 167 | 13 | 0 | 50 | 136 | 26 | 42 | 132 | 51 |
| Binary | 11001000 | 1110111 | 1011 | 0 | 101000 | 1011110 | 10110 | 100010 | 1011010 | 101001 |
Color Harmonies of #C8770B
Complementary color
Monochromatic Colors of #C8770B
Black with #C8770B
Text Example
Text Example
White with #C8770B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8770B; }
p { color: rgb(200,119,11); }
H1.HeaderClassName
{
color: #C8770B;
}
.AnyTagClassName
{
color: #C8770B;
}
</style>
background-color css
<style>
a { background-color: #C8770B; }
a { background-color: rgb(200,119,11); }
div.DivClassName
{
background-color: #C8770B;
}
.BgClassName
{
background-color: #C8770B;
}
</style>
border-color css
<style>
span { border-color: #C8770B; }
span { border-color: rgb(200,119,11); }
td.TdClassName
{
border-color: #C8770B;
}
.TagClassName
{
border-color: #C8770B;
}
</style>