Shades of Ochre #C8760C
Tints of Ochre #C8760C
RGB
CMYK
RGB Variations
Color information
#C8760C (or 0xC8760C) is known color: Ochre. HEX triplet: C8, 76 and 0C. RGB value is (200,118,12). Sum of RGB (Red+Green+Blue) = 200+118+12=330 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.61% from 330); Green value is 118 (46.48% from 255 or 35.76% from 330); Blue value is 12 (5.08% from 255 or 3.64% from 330); Max value from RGB is 200 - color contains mainly: red. Hex color #C8760C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8760C is #3789F3. Grayscale: #828282. Windows color (decimal): -3639796 or 816840. OLE color: 816840.
HSL color Cylindrical-coordinate representation of color #C8760C: hue angle of 33.83º 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 #C8760C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 118 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.22 |
| HSL | 33.83º | 0.89% | 0.42% | - |
| HSV(B) | 33.83º | 0.94% | 0.78% | - |
| XYZ | 30.36 | 25.26 | 3.62 | - |
| YUV | 130.43 | 61.17 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 118 | 12 | 0 | 0.41 | 0.94 | 0.22 | 33.83 | 0.89 | 0.42 |
| Hex | C8 | 76 | C | 0 | 29 | 5E | 16 | 22 | 59 | 2A |
| Octal | 310 | 166 | 14 | 0 | 51 | 136 | 26 | 42 | 131 | 52 |
| Binary | 11001000 | 1110110 | 1100 | 0 | 101001 | 1011110 | 10110 | 100010 | 1011001 | 101010 |
Color Harmonies of #C8760C
Complementary color
Monochromatic Colors of #C8760C
Black with #C8760C
Text Example
Text Example
White with #C8760C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8760C; }
p { color: rgb(200,118,12); }
H1.HeaderClassName
{
color: #C8760C;
}
.AnyTagClassName
{
color: #C8760C;
}
</style>
background-color css
<style>
a { background-color: #C8760C; }
a { background-color: rgb(200,118,12); }
div.DivClassName
{
background-color: #C8760C;
}
.BgClassName
{
background-color: #C8760C;
}
</style>
border-color css
<style>
span { border-color: #C8760C; }
span { border-color: rgb(200,118,12); }
td.TdClassName
{
border-color: #C8760C;
}
.TagClassName
{
border-color: #C8760C;
}
</style>