Shades of Ochre #CF7611
Tints of Ochre #CF7611
RGB
CMYK
RGB Variations
Color information
#CF7611 (or 0xCF7611) is known color: Ochre. HEX triplet: CF, 76 and 11. RGB value is (207,118,17). Sum of RGB (Red+Green+Blue) = 207+118+17=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 118 (46.48% from 255 or 34.50% from 342); Blue value is 17 (7.03% from 255 or 4.97% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7611 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7611 is #3089EE. Grayscale: #858585. Windows color (decimal): -3181039 or 1144527. OLE color: 1144527.
HSL color Cylindrical-coordinate representation of color #CF7611: hue angle of 31.89º 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 #CF7611 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 118 | 17 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.19 |
| HSL | 31.89º | 0.85% | 0.44% | - |
| HSV(B) | 31.89º | 0.92% | 0.81% | - |
| XYZ | 32.31 | 26.26 | 3.9 | - |
| YUV | 133.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 118 | 17 | 0 | 0.43 | 0.92 | 0.19 | 31.89 | 0.85 | 0.44 |
| Hex | CF | 76 | 11 | 0 | 2B | 5C | 13 | 20 | 55 | 2C |
| Octal | 317 | 166 | 21 | 0 | 53 | 134 | 23 | 40 | 125 | 54 |
| Binary | 11001111 | 1110110 | 10001 | 0 | 101011 | 1011100 | 10011 | 100000 | 1010101 | 101100 |
Color Harmonies of #CF7611
Complementary color
Monochromatic Colors of #CF7611
Black with #CF7611
Text Example
Text Example
White with #CF7611
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7611; }
p { color: rgb(207,118,17); }
H1.HeaderClassName
{
color: #CF7611;
}
.AnyTagClassName
{
color: #CF7611;
}
</style>
background-color css
<style>
a { background-color: #CF7611; }
a { background-color: rgb(207,118,17); }
div.DivClassName
{
background-color: #CF7611;
}
.BgClassName
{
background-color: #CF7611;
}
</style>
border-color css
<style>
span { border-color: #CF7611; }
span { border-color: rgb(207,118,17); }
td.TdClassName
{
border-color: #CF7611;
}
.TagClassName
{
border-color: #CF7611;
}
</style>