Shades of Ochre #CF7C1D
Tints of Ochre #CF7C1D
RGB
CMYK
RGB Variations
Color information
#CF7C1D (or 0xCF7C1D) is known color: Ochre. HEX triplet: CF, 7C and 1D. RGB value is (207,124,29). Sum of RGB (Red+Green+Blue) = 207+124+29=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 124 (48.83% from 255 or 34.44% from 360); Blue value is 29 (11.72% from 255 or 8.06% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C1D is #3083E2. Grayscale: #8A8A8A. Windows color (decimal): -3179491 or 1932495. OLE color: 1932495.
HSL color Cylindrical-coordinate representation of color #CF7C1D: hue angle of 32.02º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF7C1D is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 29 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.19 |
| HSL | 32.02º | 0.75% | 0.46% | - |
| HSV(B) | 32.02º | 0.86% | 0.81% | - |
| XYZ | 33.16 | 27.77 | 4.77 | - |
| YUV | 137.99 | 66.5 | 177.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 29 | 0 | 0.40 | 0.86 | 0.19 | 32.02 | 0.75 | 0.46 |
| Hex | CF | 7C | 1D | 0 | 28 | 56 | 13 | 20 | 4B | 2E |
| Octal | 317 | 174 | 35 | 0 | 50 | 126 | 23 | 40 | 113 | 56 |
| Binary | 11001111 | 1111100 | 11101 | 0 | 101000 | 1010110 | 10011 | 100000 | 1001011 | 101110 |
Color Harmonies of #CF7C1D
Complementary color
Monochromatic Colors of #CF7C1D
Black with #CF7C1D
Text Example
Text Example
White with #CF7C1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C1D; }
p { color: rgb(207,124,29); }
H1.HeaderClassName
{
color: #CF7C1D;
}
.AnyTagClassName
{
color: #CF7C1D;
}
</style>
background-color css
<style>
a { background-color: #CF7C1D; }
a { background-color: rgb(207,124,29); }
div.DivClassName
{
background-color: #CF7C1D;
}
.BgClassName
{
background-color: #CF7C1D;
}
</style>
border-color css
<style>
span { border-color: #CF7C1D; }
span { border-color: rgb(207,124,29); }
td.TdClassName
{
border-color: #CF7C1D;
}
.TagClassName
{
border-color: #CF7C1D;
}
</style>