Shades of Ochre #CF7A11
Tints of Ochre #CF7A11
RGB
CMYK
RGB Variations
Color information
#CF7A11 (or 0xCF7A11) is known color: Ochre. HEX triplet: CF, 7A and 11. RGB value is (207,122,17). Sum of RGB (Red+Green+Blue) = 207+122+17=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 122 (48.05% from 255 or 35.26% from 346); Blue value is 17 (7.03% from 255 or 4.91% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A11 is #3085EE. Grayscale: #878787. Windows color (decimal): -3180015 or 1145551. OLE color: 1145551.
HSL color Cylindrical-coordinate representation of color #CF7A11: hue angle of 33.16º 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 #CF7A11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.19 |
| HSL | 33.16º | 0.85% | 0.44% | - |
| HSV(B) | 33.16º | 0.92% | 0.81% | - |
| XYZ | 32.79 | 27.22 | 4.06 | - |
| YUV | 135.45 | 61.16 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 17 | 0 | 0.41 | 0.92 | 0.19 | 33.16 | 0.85 | 0.44 |
| Hex | CF | 7A | 11 | 0 | 29 | 5C | 13 | 21 | 55 | 2C |
| Octal | 317 | 172 | 21 | 0 | 51 | 134 | 23 | 41 | 125 | 54 |
| Binary | 11001111 | 1111010 | 10001 | 0 | 101001 | 1011100 | 10011 | 100001 | 1010101 | 101100 |
Color Harmonies of #CF7A11
Complementary color
Monochromatic Colors of #CF7A11
Black with #CF7A11
Text Example
Text Example
White with #CF7A11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A11; }
p { color: rgb(207,122,17); }
H1.HeaderClassName
{
color: #CF7A11;
}
.AnyTagClassName
{
color: #CF7A11;
}
</style>
background-color css
<style>
a { background-color: #CF7A11; }
a { background-color: rgb(207,122,17); }
div.DivClassName
{
background-color: #CF7A11;
}
.BgClassName
{
background-color: #CF7A11;
}
</style>
border-color css
<style>
span { border-color: #CF7A11; }
span { border-color: rgb(207,122,17); }
td.TdClassName
{
border-color: #CF7A11;
}
.TagClassName
{
border-color: #CF7A11;
}
</style>