Shades of Ochre #CF7C14
Tints of Ochre #CF7C14
RGB
CMYK
RGB Variations
Color information
#CF7C14 (or 0xCF7C14) is known color: Ochre. HEX triplet: CF, 7C and 14. RGB value is (207,124,20). Sum of RGB (Red+Green+Blue) = 207+124+20=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 124 (48.83% from 255 or 35.33% from 351); Blue value is 20 (8.20% from 255 or 5.70% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C14 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C14 is #3083EB. Grayscale: #898989. Windows color (decimal): -3179500 or 1342671. OLE color: 1342671.
HSL color Cylindrical-coordinate representation of color #CF7C14: hue angle of 33.37º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7C14 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 20 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.19 |
| HSL | 33.37º | 0.82% | 0.45% | - |
| HSV(B) | 33.37º | 0.9% | 0.81% | - |
| XYZ | 33.07 | 27.73 | 4.27 | - |
| YUV | 136.96 | 62 | 177.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 20 | 0 | 0.40 | 0.90 | 0.19 | 33.37 | 0.82 | 0.45 |
| Hex | CF | 7C | 14 | 0 | 28 | 5A | 13 | 21 | 52 | 2D |
| Octal | 317 | 174 | 24 | 0 | 50 | 132 | 23 | 41 | 122 | 55 |
| Binary | 11001111 | 1111100 | 10100 | 0 | 101000 | 1011010 | 10011 | 100001 | 1010010 | 101101 |
Color Harmonies of #CF7C14
Complementary color
Monochromatic Colors of #CF7C14
Black with #CF7C14
Text Example
Text Example
White with #CF7C14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C14; }
p { color: rgb(207,124,20); }
H1.HeaderClassName
{
color: #CF7C14;
}
.AnyTagClassName
{
color: #CF7C14;
}
</style>
background-color css
<style>
a { background-color: #CF7C14; }
a { background-color: rgb(207,124,20); }
div.DivClassName
{
background-color: #CF7C14;
}
.BgClassName
{
background-color: #CF7C14;
}
</style>
border-color css
<style>
span { border-color: #CF7C14; }
span { border-color: rgb(207,124,20); }
td.TdClassName
{
border-color: #CF7C14;
}
.TagClassName
{
border-color: #CF7C14;
}
</style>