Shades of Ochre #CF7716
Tints of Ochre #CF7716
RGB
CMYK
RGB Variations
Color information
#CF7716 (or 0xCF7716) is known color: Ochre. HEX triplet: CF, 77 and 16. RGB value is (207,119,22). Sum of RGB (Red+Green+Blue) = 207+119+22=348 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.48% from 348); Green value is 119 (46.88% from 255 or 34.20% from 348); Blue value is 22 (8.98% from 255 or 6.32% from 348); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7716 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7716 is #3088E9. Grayscale: #868686. Windows color (decimal): -3180778 or 1472463. OLE color: 1472463.
HSL color Cylindrical-coordinate representation of color #CF7716: hue angle of 31.46º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF7716 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 22 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.19 |
| HSL | 31.46º | 0.81% | 0.45% | - |
| HSV(B) | 31.46º | 0.89% | 0.81% | - |
| XYZ | 32.47 | 26.52 | 4.17 | - |
| YUV | 134.25 | 64.65 | 179.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 22 | 0 | 0.43 | 0.89 | 0.19 | 31.46 | 0.81 | 0.45 |
| Hex | CF | 77 | 16 | 0 | 2B | 59 | 13 | 1F | 51 | 2D |
| Octal | 317 | 167 | 26 | 0 | 53 | 131 | 23 | 37 | 121 | 55 |
| Binary | 11001111 | 1110111 | 10110 | 0 | 101011 | 1011001 | 10011 | 11111 | 1010001 | 101101 |
Color Harmonies of #CF7716
Complementary color
Monochromatic Colors of #CF7716
Black with #CF7716
Text Example
Text Example
White with #CF7716
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7716; }
p { color: rgb(207,119,22); }
H1.HeaderClassName
{
color: #CF7716;
}
.AnyTagClassName
{
color: #CF7716;
}
</style>
background-color css
<style>
a { background-color: #CF7716; }
a { background-color: rgb(207,119,22); }
div.DivClassName
{
background-color: #CF7716;
}
.BgClassName
{
background-color: #CF7716;
}
</style>
border-color css
<style>
span { border-color: #CF7716; }
span { border-color: rgb(207,119,22); }
td.TdClassName
{
border-color: #CF7716;
}
.TagClassName
{
border-color: #CF7716;
}
</style>