Shades of Ochre #CF7412
Tints of Ochre #CF7412
RGB
CMYK
RGB Variations
Color information
#CF7412 (or 0xCF7412) is known color: Ochre. HEX triplet: CF, 74 and 12. RGB value is (207,116,18). Sum of RGB (Red+Green+Blue) = 207+116+18=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 116 (45.70% from 255 or 34.02% from 341); Blue value is 18 (7.42% from 255 or 5.28% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7412 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7412 is #308BED. Grayscale: #848484. Windows color (decimal): -3181550 or 1209551. OLE color: 1209551.
HSL color Cylindrical-coordinate representation of color #CF7412: hue angle of 31.11º 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 #CF7412 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 116 | 18 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.19 |
| HSL | 31.11º | 0.84% | 0.44% | - |
| HSV(B) | 31.11º | 0.91% | 0.81% | - |
| XYZ | 32.09 | 25.8 | 3.86 | - |
| YUV | 132.04 | 63.65 | 181.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 116 | 18 | 0 | 0.44 | 0.91 | 0.19 | 31.11 | 0.84 | 0.44 |
| Hex | CF | 74 | 12 | 0 | 2C | 5B | 13 | 1F | 54 | 2C |
| Octal | 317 | 164 | 22 | 0 | 54 | 133 | 23 | 37 | 124 | 54 |
| Binary | 11001111 | 1110100 | 10010 | 0 | 101100 | 1011011 | 10011 | 11111 | 1010100 | 101100 |
Color Harmonies of #CF7412
Complementary color
Monochromatic Colors of #CF7412
Black with #CF7412
Text Example
Text Example
White with #CF7412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7412; }
p { color: rgb(207,116,18); }
H1.HeaderClassName
{
color: #CF7412;
}
.AnyTagClassName
{
color: #CF7412;
}
</style>
background-color css
<style>
a { background-color: #CF7412; }
a { background-color: rgb(207,116,18); }
div.DivClassName
{
background-color: #CF7412;
}
.BgClassName
{
background-color: #CF7412;
}
</style>
border-color css
<style>
span { border-color: #CF7412; }
span { border-color: rgb(207,116,18); }
td.TdClassName
{
border-color: #CF7412;
}
.TagClassName
{
border-color: #CF7412;
}
</style>