Shades of Ochre #C8790F
Tints of Ochre #C8790F
RGB
CMYK
RGB Variations
Color information
#C8790F (or 0xC8790F) is known color: Ochre. HEX triplet: C8, 79 and 0F. RGB value is (200,121,15). Sum of RGB (Red+Green+Blue) = 200+121+15=336 (44% of max value = 765). Red value is 200 (78.52% from 255 or 59.52% from 336); Green value is 121 (47.66% from 255 or 36.01% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 200 - color contains mainly: red. Hex color #C8790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8790F is #3786F0. Grayscale: #858585. Windows color (decimal): -3639025 or 1014216. OLE color: 1014216.
HSL color Cylindrical-coordinate representation of color #C8790F: hue angle of 34.38º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C8790F is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 200 | 121 | 15 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.22 |
| HSL | 34.38º | 0.86% | 0.42% | - |
| HSV(B) | 34.38º | 0.93% | 0.78% | - |
| XYZ | 30.74 | 25.99 | 3.85 | - |
| YUV | 132.54 | 61.67 | 176.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 200 | 121 | 15 | 0 | 0.39 | 0.92 | 0.22 | 34.38 | 0.86 | 0.42 |
| Hex | C8 | 79 | F | 0 | 27 | 5C | 16 | 22 | 56 | 2A |
| Octal | 310 | 171 | 17 | 0 | 47 | 134 | 26 | 42 | 126 | 52 |
| Binary | 11001000 | 1111001 | 1111 | 0 | 100111 | 1011100 | 10110 | 100010 | 1010110 | 101010 |
Color Harmonies of #C8790F
Complementary color
Monochromatic Colors of #C8790F
Black with #C8790F
Text Example
Text Example
White with #C8790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C8790F; }
p { color: rgb(200,121,15); }
H1.HeaderClassName
{
color: #C8790F;
}
.AnyTagClassName
{
color: #C8790F;
}
</style>
background-color css
<style>
a { background-color: #C8790F; }
a { background-color: rgb(200,121,15); }
div.DivClassName
{
background-color: #C8790F;
}
.BgClassName
{
background-color: #C8790F;
}
</style>
border-color css
<style>
span { border-color: #C8790F; }
span { border-color: rgb(200,121,15); }
td.TdClassName
{
border-color: #C8790F;
}
.TagClassName
{
border-color: #C8790F;
}
</style>