Shades of Ochre #CF7E1E
Tints of Ochre #CF7E1E
RGB
CMYK
RGB Variations
Color information
#CF7E1E (or 0xCF7E1E) is known color: Ochre. HEX triplet: CF, 7E and 1E. RGB value is (207,126,30). Sum of RGB (Red+Green+Blue) = 207+126+30=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 126 (49.61% from 255 or 34.71% from 363); Blue value is 30 (12.11% from 255 or 8.26% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E1E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E1E is #3081E1. Grayscale: #8B8B8B. Windows color (decimal): -3178978 or 1998543. OLE color: 1998543.
HSL color Cylindrical-coordinate representation of color #CF7E1E: hue angle of 32.54º 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 #CF7E1E is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 30 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.19 |
| HSL | 32.54º | 0.75% | 0.46% | - |
| HSV(B) | 32.54º | 0.86% | 0.81% | - |
| XYZ | 33.43 | 28.28 | 4.93 | - |
| YUV | 139.28 | 66.34 | 176.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 30 | 0 | 0.39 | 0.86 | 0.19 | 32.54 | 0.75 | 0.46 |
| Hex | CF | 7E | 1E | 0 | 27 | 56 | 13 | 21 | 4B | 2E |
| Octal | 317 | 176 | 36 | 0 | 47 | 126 | 23 | 41 | 113 | 56 |
| Binary | 11001111 | 1111110 | 11110 | 0 | 100111 | 1010110 | 10011 | 100001 | 1001011 | 101110 |
Color Harmonies of #CF7E1E
Complementary color
Monochromatic Colors of #CF7E1E
Black with #CF7E1E
Text Example
Text Example
White with #CF7E1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E1E; }
p { color: rgb(207,126,30); }
H1.HeaderClassName
{
color: #CF7E1E;
}
.AnyTagClassName
{
color: #CF7E1E;
}
</style>
background-color css
<style>
a { background-color: #CF7E1E; }
a { background-color: rgb(207,126,30); }
div.DivClassName
{
background-color: #CF7E1E;
}
.BgClassName
{
background-color: #CF7E1E;
}
</style>
border-color css
<style>
span { border-color: #CF7E1E; }
span { border-color: rgb(207,126,30); }
td.TdClassName
{
border-color: #CF7E1E;
}
.TagClassName
{
border-color: #CF7E1E;
}
</style>