Shades of Ochre #CF7D1E
Tints of Ochre #CF7D1E
RGB
CMYK
RGB Variations
Color information
#CF7D1E (or 0xCF7D1E) is known color: Ochre. HEX triplet: CF, 7D and 1E. RGB value is (207,125,30). Sum of RGB (Red+Green+Blue) = 207+125+30=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 125 (49.22% from 255 or 34.53% from 362); Blue value is 30 (12.11% from 255 or 8.29% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7D1E is #3082E1. Grayscale: #8B8B8B. Windows color (decimal): -3179234 or 1998287. OLE color: 1998287.
HSL color Cylindrical-coordinate representation of color #CF7D1E: hue angle of 32.2º 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 #CF7D1E is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 30 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.19 |
| HSL | 32.2º | 0.75% | 0.46% | - |
| HSV(B) | 32.2º | 0.86% | 0.81% | - |
| XYZ | 33.3 | 28.03 | 4.88 | - |
| YUV | 138.69 | 66.67 | 176.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 30 | 0 | 0.40 | 0.86 | 0.19 | 32.2 | 0.75 | 0.46 |
| Hex | CF | 7D | 1E | 0 | 28 | 56 | 13 | 20 | 4B | 2E |
| Octal | 317 | 175 | 36 | 0 | 50 | 126 | 23 | 40 | 113 | 56 |
| Binary | 11001111 | 1111101 | 11110 | 0 | 101000 | 1010110 | 10011 | 100000 | 1001011 | 101110 |
Color Harmonies of #CF7D1E
Complementary color
Monochromatic Colors of #CF7D1E
Black with #CF7D1E
Text Example
Text Example
White with #CF7D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D1E; }
p { color: rgb(207,125,30); }
H1.HeaderClassName
{
color: #CF7D1E;
}
.AnyTagClassName
{
color: #CF7D1E;
}
</style>
background-color css
<style>
a { background-color: #CF7D1E; }
a { background-color: rgb(207,125,30); }
div.DivClassName
{
background-color: #CF7D1E;
}
.BgClassName
{
background-color: #CF7D1E;
}
</style>
border-color css
<style>
span { border-color: #CF7D1E; }
span { border-color: rgb(207,125,30); }
td.TdClassName
{
border-color: #CF7D1E;
}
.TagClassName
{
border-color: #CF7D1E;
}
</style>