Shades of Ochre #C8770C
Tints of Ochre #C8770C
RGB
CMYK
RGB Variations
Color information
#C8770C (or 0xC8770C) is known color: Ochre. HEX triplet: C8, 77 and 0C. RGB value is (200,119,12). Sum of RGB (Red+Green+Blue) = 200+119+12=331 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.42% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 12 (5.08% from 255 or 3.63% from 331); Max value from RGB is 200 - color contains mainly: red. Hex color #C8770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8770C is #3788F3. Grayscale: #838383. Windows color (decimal): -3639540 or 817096. OLE color: 817096.
HSL color Cylindrical-coordinate representation of color #C8770C: hue angle of 34.15º degrees, saturation: 0.89, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C8770C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 119 | 12 | - |
| CMYK | 0 | 0.40 | 0.94 | 0.22 |
| HSL | 34.15º | 0.89% | 0.42% | - |
| HSV(B) | 34.15º | 0.94% | 0.78% | - |
| XYZ | 30.48 | 25.5 | 3.66 | - |
| YUV | 131.02 | 60.84 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 119 | 12 | 0 | 0.40 | 0.94 | 0.22 | 34.15 | 0.89 | 0.42 |
| Hex | C8 | 77 | C | 0 | 28 | 5E | 16 | 22 | 59 | 2A |
| Octal | 310 | 167 | 14 | 0 | 50 | 136 | 26 | 42 | 131 | 52 |
| Binary | 11001000 | 1110111 | 1100 | 0 | 101000 | 1011110 | 10110 | 100010 | 1011001 | 101010 |
Color Harmonies of #C8770C
Complementary color
Monochromatic Colors of #C8770C
Black with #C8770C
Text Example
Text Example
White with #C8770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8770C; }
p { color: rgb(200,119,12); }
H1.HeaderClassName
{
color: #C8770C;
}
.AnyTagClassName
{
color: #C8770C;
}
</style>
background-color css
<style>
a { background-color: #C8770C; }
a { background-color: rgb(200,119,12); }
div.DivClassName
{
background-color: #C8770C;
}
.BgClassName
{
background-color: #C8770C;
}
</style>
border-color css
<style>
span { border-color: #C8770C; }
span { border-color: rgb(200,119,12); }
td.TdClassName
{
border-color: #C8770C;
}
.TagClassName
{
border-color: #C8770C;
}
</style>