Shades of Ochre #CF7511
Tints of Ochre #CF7511
RGB
CMYK
RGB Variations
Color information
#CF7511 (or 0xCF7511) is known color: Ochre. HEX triplet: CF, 75 and 11. RGB value is (207,117,17). Sum of RGB (Red+Green+Blue) = 207+117+17=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 117 (46.09% from 255 or 34.31% from 341); Blue value is 17 (7.03% from 255 or 4.99% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7511 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7511 is #308AEE. Grayscale: #858585. Windows color (decimal): -3181295 or 1144271. OLE color: 1144271.
HSL color Cylindrical-coordinate representation of color #CF7511: hue angle of 31.58º 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 #CF7511 is Cyan = 0, Magento = 0.43, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 17 | - |
| CMYK | 0 | 0.43 | 0.92 | 0.19 |
| HSL | 31.58º | 0.85% | 0.44% | - |
| HSV(B) | 31.58º | 0.92% | 0.81% | - |
| XYZ | 32.19 | 26.03 | 3.86 | - |
| YUV | 132.51 | 62.82 | 181.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 17 | 0 | 0.43 | 0.92 | 0.19 | 31.58 | 0.85 | 0.44 |
| Hex | CF | 75 | 11 | 0 | 2B | 5C | 13 | 20 | 55 | 2C |
| Octal | 317 | 165 | 21 | 0 | 53 | 134 | 23 | 40 | 125 | 54 |
| Binary | 11001111 | 1110101 | 10001 | 0 | 101011 | 1011100 | 10011 | 100000 | 1010101 | 101100 |
Color Harmonies of #CF7511
Complementary color
Monochromatic Colors of #CF7511
Black with #CF7511
Text Example
Text Example
White with #CF7511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7511; }
p { color: rgb(207,117,17); }
H1.HeaderClassName
{
color: #CF7511;
}
.AnyTagClassName
{
color: #CF7511;
}
</style>
background-color css
<style>
a { background-color: #CF7511; }
a { background-color: rgb(207,117,17); }
div.DivClassName
{
background-color: #CF7511;
}
.BgClassName
{
background-color: #CF7511;
}
</style>
border-color css
<style>
span { border-color: #CF7511; }
span { border-color: rgb(207,117,17); }
td.TdClassName
{
border-color: #CF7511;
}
.TagClassName
{
border-color: #CF7511;
}
</style>