Shades of Ochre #CF790F
Tints of Ochre #CF790F
RGB
CMYK
RGB Variations
Color information
#CF790F (or 0xCF790F) is known color: Ochre. HEX triplet: CF, 79 and 0F. RGB value is (207,121,15). Sum of RGB (Red+Green+Blue) = 207+121+15=343 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.35% from 343); Green value is 121 (47.66% from 255 or 35.28% from 343); Blue value is 15 (6.25% from 255 or 4.37% from 343); Max value from RGB is 207 - color contains mainly: red. Hex color #CF790F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF790F is #3086F0. Grayscale: #878787. Windows color (decimal): -3180273 or 1014223. OLE color: 1014223.
HSL color Cylindrical-coordinate representation of color #CF790F: hue angle of 33.12º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #CF790F is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 15 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.19 |
| HSL | 33.13º | 0.86% | 0.44% | - |
| HSV(B) | 33.13º | 0.93% | 0.81% | - |
| XYZ | 32.66 | 26.97 | 3.94 | - |
| YUV | 134.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 15 | 0 | 0.42 | 0.93 | 0.19 | 33.13 | 0.86 | 0.44 |
| Hex | CF | 79 | F | 0 | 2A | 5D | 13 | 21 | 56 | 2C |
| Octal | 317 | 171 | 17 | 0 | 52 | 135 | 23 | 41 | 126 | 54 |
| Binary | 11001111 | 1111001 | 1111 | 0 | 101010 | 1011101 | 10011 | 100001 | 1010110 | 101100 |
Color Harmonies of #CF790F
Complementary color
Monochromatic Colors of #CF790F
Black with #CF790F
Text Example
Text Example
White with #CF790F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF790F; }
p { color: rgb(207,121,15); }
H1.HeaderClassName
{
color: #CF790F;
}
.AnyTagClassName
{
color: #CF790F;
}
</style>
background-color css
<style>
a { background-color: #CF790F; }
a { background-color: rgb(207,121,15); }
div.DivClassName
{
background-color: #CF790F;
}
.BgClassName
{
background-color: #CF790F;
}
</style>
border-color css
<style>
span { border-color: #CF790F; }
span { border-color: rgb(207,121,15); }
td.TdClassName
{
border-color: #CF790F;
}
.TagClassName
{
border-color: #CF790F;
}
</style>