Shades of Ochre #CF791E
Tints of Ochre #CF791E
RGB
CMYK
RGB Variations
Color information
#CF791E (or 0xCF791E) is known color: Ochre. HEX triplet: CF, 79 and 1E. RGB value is (207,121,30). Sum of RGB (Red+Green+Blue) = 207+121+30=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 121 (47.66% from 255 or 33.80% from 358); Blue value is 30 (12.11% from 255 or 8.38% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF791E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF791E is #3086E1. Grayscale: #888888. Windows color (decimal): -3180258 or 1997263. OLE color: 1997263.
HSL color Cylindrical-coordinate representation of color #CF791E: hue angle of 30.85º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF791E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.19 |
| HSL | 30.85º | 0.75% | 0.46% | - |
| HSV(B) | 30.85º | 0.86% | 0.81% | - |
| XYZ | 32.8 | 27.03 | 4.72 | - |
| YUV | 136.34 | 67.99 | 178.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 30 | 0 | 0.42 | 0.86 | 0.19 | 30.85 | 0.75 | 0.46 |
| Hex | CF | 79 | 1E | 0 | 2A | 56 | 13 | 1F | 4B | 2E |
| Octal | 317 | 171 | 36 | 0 | 52 | 126 | 23 | 37 | 113 | 56 |
| Binary | 11001111 | 1111001 | 11110 | 0 | 101010 | 1010110 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CF791E
Complementary color
Monochromatic Colors of #CF791E
Black with #CF791E
Text Example
Text Example
White with #CF791E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF791E; }
p { color: rgb(207,121,30); }
H1.HeaderClassName
{
color: #CF791E;
}
.AnyTagClassName
{
color: #CF791E;
}
</style>
background-color css
<style>
a { background-color: #CF791E; }
a { background-color: rgb(207,121,30); }
div.DivClassName
{
background-color: #CF791E;
}
.BgClassName
{
background-color: #CF791E;
}
</style>
border-color css
<style>
span { border-color: #CF791E; }
span { border-color: rgb(207,121,30); }
td.TdClassName
{
border-color: #CF791E;
}
.TagClassName
{
border-color: #CF791E;
}
</style>