Shades of Ochre #CF8712
Tints of Ochre #CF8712
RGB
CMYK
RGB Variations
Color information
#CF8712 (or 0xCF8712) is known color: Ochre. HEX triplet: CF, 87 and 12. RGB value is (207,135,18). Sum of RGB (Red+Green+Blue) = 207+135+18=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 135 (53.12% from 255 or 37.5% from 360); Blue value is 18 (7.42% from 255 or 5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8712 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8712 is #3078ED. Grayscale: #8F8F8F. Windows color (decimal): -3176686 or 1214415. OLE color: 1214415.
HSL color Cylindrical-coordinate representation of color #CF8712: hue angle of 37.14º 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 #CF8712 is Cyan = 0, Magento = 0.35, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 135 | 18 | - |
| CMYK | 0 | 0.35 | 0.91 | 0.19 |
| HSL | 37.14º | 0.84% | 0.44% | - |
| HSV(B) | 37.14º | 0.91% | 0.81% | - |
| XYZ | 34.51 | 30.64 | 4.67 | - |
| YUV | 143.19 | 57.35 | 173.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 135 | 18 | 0 | 0.35 | 0.91 | 0.19 | 37.14 | 0.84 | 0.44 |
| Hex | CF | 87 | 12 | 0 | 23 | 5B | 13 | 25 | 54 | 2C |
| Octal | 317 | 207 | 22 | 0 | 43 | 133 | 23 | 45 | 124 | 54 |
| Binary | 11001111 | 10000111 | 10010 | 0 | 100011 | 1011011 | 10011 | 100101 | 1010100 | 101100 |
Color Harmonies of #CF8712
Complementary color
Monochromatic Colors of #CF8712
Black with #CF8712
Text Example
Text Example
White with #CF8712
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8712; }
p { color: rgb(207,135,18); }
H1.HeaderClassName
{
color: #CF8712;
}
.AnyTagClassName
{
color: #CF8712;
}
</style>
background-color css
<style>
a { background-color: #CF8712; }
a { background-color: rgb(207,135,18); }
div.DivClassName
{
background-color: #CF8712;
}
.BgClassName
{
background-color: #CF8712;
}
</style>
border-color css
<style>
span { border-color: #CF8712; }
span { border-color: rgb(207,135,18); }
td.TdClassName
{
border-color: #CF8712;
}
.TagClassName
{
border-color: #CF8712;
}
</style>