Shades of Ochre #CF7512
Tints of Ochre #CF7512
RGB
CMYK
RGB Variations
Color information
#CF7512 (or 0xCF7512) is known color: Ochre. HEX triplet: CF, 75 and 12. RGB value is (207,117,18). Sum of RGB (Red+Green+Blue) = 207+117+18=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 117 (46.09% from 255 or 34.21% from 342); Blue value is 18 (7.42% from 255 or 5.26% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7512 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7512 is #308AED. Grayscale: #858585. Windows color (decimal): -3181294 or 1209807. OLE color: 1209807.
HSL color Cylindrical-coordinate representation of color #CF7512: hue angle of 31.43º 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 #CF7512 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 117 | 18 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.19 |
| HSL | 31.43º | 0.84% | 0.44% | - |
| HSV(B) | 31.43º | 0.91% | 0.81% | - |
| XYZ | 32.2 | 26.03 | 3.9 | - |
| YUV | 132.62 | 63.32 | 181.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 117 | 18 | 0 | 0.43 | 0.91 | 0.19 | 31.43 | 0.84 | 0.44 |
| Hex | CF | 75 | 12 | 0 | 2B | 5B | 13 | 1F | 54 | 2C |
| Octal | 317 | 165 | 22 | 0 | 53 | 133 | 23 | 37 | 124 | 54 |
| Binary | 11001111 | 1110101 | 10010 | 0 | 101011 | 1011011 | 10011 | 11111 | 1010100 | 101100 |
Color Harmonies of #CF7512
Complementary color
Monochromatic Colors of #CF7512
Black with #CF7512
Text Example
Text Example
White with #CF7512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7512; }
p { color: rgb(207,117,18); }
H1.HeaderClassName
{
color: #CF7512;
}
.AnyTagClassName
{
color: #CF7512;
}
</style>
background-color css
<style>
a { background-color: #CF7512; }
a { background-color: rgb(207,117,18); }
div.DivClassName
{
background-color: #CF7512;
}
.BgClassName
{
background-color: #CF7512;
}
</style>
border-color css
<style>
span { border-color: #CF7512; }
span { border-color: rgb(207,117,18); }
td.TdClassName
{
border-color: #CF7512;
}
.TagClassName
{
border-color: #CF7512;
}
</style>