Shades of Ochre #CF7816
Tints of Ochre #CF7816
RGB
CMYK
RGB Variations
Color information
#CF7816 (or 0xCF7816) is known color: Ochre. HEX triplet: CF, 78 and 16. RGB value is (207,120,22). Sum of RGB (Red+Green+Blue) = 207+120+22=349 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.31% from 349); Green value is 120 (47.27% from 255 or 34.38% from 349); Blue value is 22 (8.98% from 255 or 6.30% from 349); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7816 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7816 is #3087E9. Grayscale: #878787. Windows color (decimal): -3180522 or 1472719. OLE color: 1472719.
HSL color Cylindrical-coordinate representation of color #CF7816: hue angle of 31.78º 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 #CF7816 is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 22 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.19 |
| HSL | 31.78º | 0.81% | 0.45% | - |
| HSV(B) | 31.78º | 0.89% | 0.81% | - |
| XYZ | 32.59 | 26.76 | 4.21 | - |
| YUV | 134.84 | 64.32 | 179.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 22 | 0 | 0.42 | 0.89 | 0.19 | 31.78 | 0.81 | 0.45 |
| Hex | CF | 78 | 16 | 0 | 2A | 59 | 13 | 20 | 51 | 2D |
| Octal | 317 | 170 | 26 | 0 | 52 | 131 | 23 | 40 | 121 | 55 |
| Binary | 11001111 | 1111000 | 10110 | 0 | 101010 | 1011001 | 10011 | 100000 | 1010001 | 101101 |
Color Harmonies of #CF7816
Complementary color
Monochromatic Colors of #CF7816
Black with #CF7816
Text Example
Text Example
White with #CF7816
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7816; }
p { color: rgb(207,120,22); }
H1.HeaderClassName
{
color: #CF7816;
}
.AnyTagClassName
{
color: #CF7816;
}
</style>
background-color css
<style>
a { background-color: #CF7816; }
a { background-color: rgb(207,120,22); }
div.DivClassName
{
background-color: #CF7816;
}
.BgClassName
{
background-color: #CF7816;
}
</style>
border-color css
<style>
span { border-color: #CF7816; }
span { border-color: rgb(207,120,22); }
td.TdClassName
{
border-color: #CF7816;
}
.TagClassName
{
border-color: #CF7816;
}
</style>