Shades of Ochre #CF7A1D
Tints of Ochre #CF7A1D
RGB
CMYK
RGB Variations
Color information
#CF7A1D (or 0xCF7A1D) is known color: Ochre. HEX triplet: CF, 7A and 1D. RGB value is (207,122,29). Sum of RGB (Red+Green+Blue) = 207+122+29=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 122 (48.05% from 255 or 34.08% from 358); Blue value is 29 (11.72% from 255 or 8.10% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A1D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7A1D is #3085E2. Grayscale: #898989. Windows color (decimal): -3180003 or 1931983. OLE color: 1931983.
HSL color Cylindrical-coordinate representation of color #CF7A1D: hue angle of 31.35º 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 #CF7A1D is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 29 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.19 |
| HSL | 31.35º | 0.75% | 0.46% | - |
| HSV(B) | 31.35º | 0.86% | 0.81% | - |
| XYZ | 32.91 | 27.27 | 4.69 | - |
| YUV | 136.81 | 67.16 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 29 | 0 | 0.41 | 0.86 | 0.19 | 31.35 | 0.75 | 0.46 |
| Hex | CF | 7A | 1D | 0 | 29 | 56 | 13 | 1F | 4B | 2E |
| Octal | 317 | 172 | 35 | 0 | 51 | 126 | 23 | 37 | 113 | 56 |
| Binary | 11001111 | 1111010 | 11101 | 0 | 101001 | 1010110 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CF7A1D
Complementary color
Monochromatic Colors of #CF7A1D
Black with #CF7A1D
Text Example
Text Example
White with #CF7A1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A1D; }
p { color: rgb(207,122,29); }
H1.HeaderClassName
{
color: #CF7A1D;
}
.AnyTagClassName
{
color: #CF7A1D;
}
</style>
background-color css
<style>
a { background-color: #CF7A1D; }
a { background-color: rgb(207,122,29); }
div.DivClassName
{
background-color: #CF7A1D;
}
.BgClassName
{
background-color: #CF7A1D;
}
</style>
border-color css
<style>
span { border-color: #CF7A1D; }
span { border-color: rgb(207,122,29); }
td.TdClassName
{
border-color: #CF7A1D;
}
.TagClassName
{
border-color: #CF7A1D;
}
</style>