Shades of Ochre #CF7E11
Tints of Ochre #CF7E11
RGB
CMYK
RGB Variations
Color information
#CF7E11 (or 0xCF7E11) is known color: Ochre. HEX triplet: CF, 7E and 11. RGB value is (207,126,17). Sum of RGB (Red+Green+Blue) = 207+126+17=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 126 (49.61% from 255 or 36% from 350); Blue value is 17 (7.03% from 255 or 4.86% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7E11 is #3081EE. Grayscale: #8A8A8A. Windows color (decimal): -3178991 or 1146575. OLE color: 1146575.
HSL color Cylindrical-coordinate representation of color #CF7E11: hue angle of 34.42º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CF7E11 is Cyan = 0, Magento = 0.39, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 17 | - |
| CMYK | 0 | 0.39 | 0.92 | 0.19 |
| HSL | 34.42º | 0.85% | 0.44% | - |
| HSV(B) | 34.42º | 0.92% | 0.81% | - |
| XYZ | 33.29 | 28.23 | 4.22 | - |
| YUV | 137.79 | 59.84 | 177.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 17 | 0 | 0.39 | 0.92 | 0.19 | 34.42 | 0.85 | 0.44 |
| Hex | CF | 7E | 11 | 0 | 27 | 5C | 13 | 22 | 55 | 2C |
| Octal | 317 | 176 | 21 | 0 | 47 | 134 | 23 | 42 | 125 | 54 |
| Binary | 11001111 | 1111110 | 10001 | 0 | 100111 | 1011100 | 10011 | 100010 | 1010101 | 101100 |
Color Harmonies of #CF7E11
Complementary color
Monochromatic Colors of #CF7E11
Black with #CF7E11
Text Example
Text Example
White with #CF7E11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E11; }
p { color: rgb(207,126,17); }
H1.HeaderClassName
{
color: #CF7E11;
}
.AnyTagClassName
{
color: #CF7E11;
}
</style>
background-color css
<style>
a { background-color: #CF7E11; }
a { background-color: rgb(207,126,17); }
div.DivClassName
{
background-color: #CF7E11;
}
.BgClassName
{
background-color: #CF7E11;
}
</style>
border-color css
<style>
span { border-color: #CF7E11; }
span { border-color: rgb(207,126,17); }
td.TdClassName
{
border-color: #CF7E11;
}
.TagClassName
{
border-color: #CF7E11;
}
</style>