Shades of Ochre #CF7B11
Tints of Ochre #CF7B11
RGB
CMYK
RGB Variations
Color information
#CF7B11 (or 0xCF7B11) is known color: Ochre. HEX triplet: CF, 7B and 11. RGB value is (207,123,17). Sum of RGB (Red+Green+Blue) = 207+123+17=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 123 (48.44% from 255 or 35.45% from 347); Blue value is 17 (7.03% from 255 or 4.90% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B11 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B11 is #3084EE. Grayscale: #888888. Windows color (decimal): -3179759 or 1145807. OLE color: 1145807.
HSL color Cylindrical-coordinate representation of color #CF7B11: hue angle of 33.47º 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 #CF7B11 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 17 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.19 |
| HSL | 33.47º | 0.85% | 0.44% | - |
| HSV(B) | 33.47º | 0.92% | 0.81% | - |
| XYZ | 32.92 | 27.47 | 4.1 | - |
| YUV | 136.03 | 60.83 | 178.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 17 | 0 | 0.41 | 0.92 | 0.19 | 33.47 | 0.85 | 0.44 |
| Hex | CF | 7B | 11 | 0 | 29 | 5C | 13 | 21 | 55 | 2C |
| Octal | 317 | 173 | 21 | 0 | 51 | 134 | 23 | 41 | 125 | 54 |
| Binary | 11001111 | 1111011 | 10001 | 0 | 101001 | 1011100 | 10011 | 100001 | 1010101 | 101100 |
Color Harmonies of #CF7B11
Complementary color
Monochromatic Colors of #CF7B11
Black with #CF7B11
Text Example
Text Example
White with #CF7B11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B11; }
p { color: rgb(207,123,17); }
H1.HeaderClassName
{
color: #CF7B11;
}
.AnyTagClassName
{
color: #CF7B11;
}
</style>
background-color css
<style>
a { background-color: #CF7B11; }
a { background-color: rgb(207,123,17); }
div.DivClassName
{
background-color: #CF7B11;
}
.BgClassName
{
background-color: #CF7B11;
}
</style>
border-color css
<style>
span { border-color: #CF7B11; }
span { border-color: rgb(207,123,17); }
td.TdClassName
{
border-color: #CF7B11;
}
.TagClassName
{
border-color: #CF7B11;
}
</style>