Shades of Ochre #C8791F
Tints of Ochre #C8791F
RGB
CMYK
RGB Variations
Color information
#C8791F (or 0xC8791F) is known color: Ochre. HEX triplet: C8, 79 and 1F. RGB value is (200,121,31). Sum of RGB (Red+Green+Blue) = 200+121+31=352 (46% of max value = 765). Red value is 200 (78.52% from 255 or 56.82% from 352); Green value is 121 (47.66% from 255 or 34.38% from 352); Blue value is 31 (12.5% from 255 or 8.81% from 352); Max value from RGB is 200 - color contains mainly: red. Hex color #C8791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8791F is #3786E0. Grayscale: #868686. Windows color (decimal): -3639009 or 2062792. OLE color: 2062792.
HSL color Cylindrical-coordinate representation of color #C8791F: hue angle of 31.95º degrees, saturation: 0.73, 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 #C8791F is Cyan = 0, Magento = 0.39, Yellow = 0.84 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 31 | - |
| CMYK | 0 | 0.39 | 0.84 | 0.22 |
| HSL | 31.95º | 0.73% | 0.45% | - |
| HSV(B) | 31.95º | 0.85% | 0.78% | - |
| XYZ | 30.9 | 26.05 | 4.7 | - |
| YUV | 134.36 | 69.67 | 174.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 31 | 0 | 0.39 | 0.84 | 0.22 | 31.95 | 0.73 | 0.45 |
| Hex | C8 | 79 | 1F | 0 | 27 | 54 | 16 | 20 | 49 | 2D |
| Octal | 310 | 171 | 37 | 0 | 47 | 124 | 26 | 40 | 111 | 55 |
| Binary | 11001000 | 1111001 | 11111 | 0 | 100111 | 1010100 | 10110 | 100000 | 1001001 | 101101 |
Color Harmonies of #C8791F
Complementary color
Monochromatic Colors of #C8791F
Black with #C8791F
Text Example
Text Example
White with #C8791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8791F; }
p { color: rgb(200,121,31); }
H1.HeaderClassName
{
color: #C8791F;
}
.AnyTagClassName
{
color: #C8791F;
}
</style>
background-color css
<style>
a { background-color: #C8791F; }
a { background-color: rgb(200,121,31); }
div.DivClassName
{
background-color: #C8791F;
}
.BgClassName
{
background-color: #C8791F;
}
</style>
border-color css
<style>
span { border-color: #C8791F; }
span { border-color: rgb(200,121,31); }
td.TdClassName
{
border-color: #C8791F;
}
.TagClassName
{
border-color: #C8791F;
}
</style>