Shades of Ochre #C8780C
Tints of Ochre #C8780C
RGB
CMYK
RGB Variations
Color information
#C8780C (or 0xC8780C) is known color: Ochre. HEX triplet: C8, 78 and 0C. RGB value is (200,120,12). Sum of RGB (Red+Green+Blue) = 200+120+12=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780C is #3787F3. Grayscale: #848484. Windows color (decimal): -3639284 or 817352. OLE color: 817352.
HSL color Cylindrical-coordinate representation of color #C8780C: hue angle of 34.47º 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 #C8780C is Cyan = 0, Magento = 0.4, Yellow = 0.94 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 120 | 12 | - |
| CMYK | 0 | 0.4 | 0.94 | 0.22 |
| HSL | 34.47º | 0.89% | 0.42% | - |
| HSV(B) | 34.47º | 0.94% | 0.78% | - |
| XYZ | 30.6 | 25.74 | 3.7 | - |
| YUV | 131.61 | 60.5 | 176.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 120 | 12 | 0 | 0.4 | 0.94 | 0.22 | 34.47 | 0.89 | 0.42 |
| Hex | C8 | 78 | C | 0 | 28 | 5E | 16 | 22 | 59 | 2A |
| Octal | 310 | 170 | 14 | 0 | 50 | 136 | 26 | 42 | 131 | 52 |
| Binary | 11001000 | 1111000 | 1100 | 0 | 101000 | 1011110 | 10110 | 100010 | 1011001 | 101010 |
Color Harmonies of #C8780C
Complementary color
Monochromatic Colors of #C8780C
Black with #C8780C
Text Example
Text Example
White with #C8780C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8780C; }
p { color: rgb(200,120,12); }
H1.HeaderClassName
{
color: #C8780C;
}
.AnyTagClassName
{
color: #C8780C;
}
</style>
background-color css
<style>
a { background-color: #C8780C; }
a { background-color: rgb(200,120,12); }
div.DivClassName
{
background-color: #C8780C;
}
.BgClassName
{
background-color: #C8780C;
}
</style>
border-color css
<style>
span { border-color: #C8780C; }
span { border-color: rgb(200,120,12); }
td.TdClassName
{
border-color: #C8780C;
}
.TagClassName
{
border-color: #C8780C;
}
</style>