Shades of Ochre #C8791E
Tints of Ochre #C8791E
RGB
CMYK
RGB Variations
Color information
#C8791E (or 0xC8791E) is known color: Ochre. HEX triplet: C8, 79 and 1E. RGB value is (200,121,30). Sum of RGB (Red+Green+Blue) = 200+121+30=351 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.98% from 351); Green value is 121 (47.66% from 255 or 34.47% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 200 - color contains mainly: red. Hex color #C8791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8791E is #3786E1. Grayscale: #868686. Windows color (decimal): -3639010 or 1997256. OLE color: 1997256.
HSL color Cylindrical-coordinate representation of color #C8791E: hue angle of 32.12º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8791E is Cyan = 0, Magento = 0.39, Yellow = 0.85 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 30 | - |
| CMYK | 0 | 0.39 | 0.85 | 0.22 |
| HSL | 32.12º | 0.74% | 0.45% | - |
| HSV(B) | 32.12º | 0.85% | 0.78% | - |
| XYZ | 30.89 | 26.05 | 4.63 | - |
| YUV | 134.25 | 69.17 | 174.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 30 | 0 | 0.39 | 0.85 | 0.22 | 32.12 | 0.74 | 0.45 |
| Hex | C8 | 79 | 1E | 0 | 27 | 55 | 16 | 20 | 4A | 2D |
| Octal | 310 | 171 | 36 | 0 | 47 | 125 | 26 | 40 | 112 | 55 |
| Binary | 11001000 | 1111001 | 11110 | 0 | 100111 | 1010101 | 10110 | 100000 | 1001010 | 101101 |
Color Harmonies of #C8791E
Complementary color
Monochromatic Colors of #C8791E
Black with #C8791E
Text Example
Text Example
White with #C8791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8791E; }
p { color: rgb(200,121,30); }
H1.HeaderClassName
{
color: #C8791E;
}
.AnyTagClassName
{
color: #C8791E;
}
</style>
background-color css
<style>
a { background-color: #C8791E; }
a { background-color: rgb(200,121,30); }
div.DivClassName
{
background-color: #C8791E;
}
.BgClassName
{
background-color: #C8791E;
}
</style>
border-color css
<style>
span { border-color: #C8791E; }
span { border-color: rgb(200,121,30); }
td.TdClassName
{
border-color: #C8791E;
}
.TagClassName
{
border-color: #C8791E;
}
</style>