Shades of Ochre #CF7D12
Tints of Ochre #CF7D12
RGB
CMYK
RGB Variations
Color information
#CF7D12 (or 0xCF7D12) is known color: Ochre. HEX triplet: CF, 7D and 12. RGB value is (207,125,18). Sum of RGB (Red+Green+Blue) = 207+125+18=350 (46% of max value = 765). Red value is 207 (81.25% from 255 or 59.14% from 350); Green value is 125 (49.22% from 255 or 35.71% from 350); Blue value is 18 (7.42% from 255 or 5.14% from 350); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7D12 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7D12 is #3082ED. Grayscale: #898989. Windows color (decimal): -3179246 or 1211855. OLE color: 1211855.
HSL color Cylindrical-coordinate representation of color #CF7D12: hue angle of 33.97º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF7D12 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 125 | 18 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.19 |
| HSL | 33.97º | 0.84% | 0.44% | - |
| HSV(B) | 33.97º | 0.91% | 0.81% | - |
| XYZ | 33.17 | 27.98 | 4.22 | - |
| YUV | 137.32 | 60.67 | 177.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 125 | 18 | 0 | 0.40 | 0.91 | 0.19 | 33.97 | 0.84 | 0.44 |
| Hex | CF | 7D | 12 | 0 | 28 | 5B | 13 | 22 | 54 | 2C |
| Octal | 317 | 175 | 22 | 0 | 50 | 133 | 23 | 42 | 124 | 54 |
| Binary | 11001111 | 1111101 | 10010 | 0 | 101000 | 1011011 | 10011 | 100010 | 1010100 | 101100 |
Color Harmonies of #CF7D12
Complementary color
Monochromatic Colors of #CF7D12
Black with #CF7D12
Text Example
Text Example
White with #CF7D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7D12; }
p { color: rgb(207,125,18); }
H1.HeaderClassName
{
color: #CF7D12;
}
.AnyTagClassName
{
color: #CF7D12;
}
</style>
background-color css
<style>
a { background-color: #CF7D12; }
a { background-color: rgb(207,125,18); }
div.DivClassName
{
background-color: #CF7D12;
}
.BgClassName
{
background-color: #CF7D12;
}
</style>
border-color css
<style>
span { border-color: #CF7D12; }
span { border-color: rgb(207,125,18); }
td.TdClassName
{
border-color: #CF7D12;
}
.TagClassName
{
border-color: #CF7D12;
}
</style>