Shades of Ochre #CF711E
Tints of Ochre #CF711E
RGB
CMYK
RGB Variations
Color information
#CF711E (or 0xCF711E) is known color: Ochre. HEX triplet: CF, 71 and 1E. RGB value is (207,113,30). Sum of RGB (Red+Green+Blue) = 207+113+30=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 113 (44.53% from 255 or 32.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711E is #308EE1. Grayscale: #848484. Windows color (decimal): -3182306 or 1995215. OLE color: 1995215.
HSL color Cylindrical-coordinate representation of color #CF711E: hue angle of 28.14º 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 #CF711E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 30 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.19 |
| HSL | 28.14º | 0.75% | 0.46% | - |
| HSV(B) | 28.14º | 0.86% | 0.81% | - |
| XYZ | 31.87 | 25.17 | 4.41 | - |
| YUV | 131.64 | 70.64 | 181.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 30 | 0 | 0.45 | 0.86 | 0.19 | 28.14 | 0.75 | 0.46 |
| Hex | CF | 71 | 1E | 0 | 2D | 56 | 13 | 1C | 4B | 2E |
| Octal | 317 | 161 | 36 | 0 | 55 | 126 | 23 | 34 | 113 | 56 |
| Binary | 11001111 | 1110001 | 11110 | 0 | 101101 | 1010110 | 10011 | 11100 | 1001011 | 101110 |
Color Harmonies of #CF711E
Complementary color
Monochromatic Colors of #CF711E
Black with #CF711E
Text Example
Text Example
White with #CF711E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF711E; }
p { color: rgb(207,113,30); }
H1.HeaderClassName
{
color: #CF711E;
}
.AnyTagClassName
{
color: #CF711E;
}
</style>
background-color css
<style>
a { background-color: #CF711E; }
a { background-color: rgb(207,113,30); }
div.DivClassName
{
background-color: #CF711E;
}
.BgClassName
{
background-color: #CF711E;
}
</style>
border-color css
<style>
span { border-color: #CF711E; }
span { border-color: rgb(207,113,30); }
td.TdClassName
{
border-color: #CF711E;
}
.TagClassName
{
border-color: #CF711E;
}
</style>