Shades of Ochre #CF8112
Tints of Ochre #CF8112
RGB
CMYK
RGB Variations
Color information
#CF8112 (or 0xCF8112) is known color: Ochre. HEX triplet: CF, 81 and 12. RGB value is (207,129,18). Sum of RGB (Red+Green+Blue) = 207+129+18=354 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.47% from 354); Green value is 129 (50.78% from 255 or 36.44% from 354); Blue value is 18 (7.42% from 255 or 5.08% from 354); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8112 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8112 is #307EED. Grayscale: #8C8C8C. Windows color (decimal): -3178222 or 1212879. OLE color: 1212879.
HSL color Cylindrical-coordinate representation of color #CF8112: hue angle of 35.24º 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 #CF8112 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 18 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.19 |
| HSL | 35.24º | 0.84% | 0.44% | - |
| HSV(B) | 35.24º | 0.91% | 0.81% | - |
| XYZ | 33.69 | 29.01 | 4.4 | - |
| YUV | 139.67 | 59.34 | 176.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 18 | 0 | 0.38 | 0.91 | 0.19 | 35.24 | 0.84 | 0.44 |
| Hex | CF | 81 | 12 | 0 | 26 | 5B | 13 | 23 | 54 | 2C |
| Octal | 317 | 201 | 22 | 0 | 46 | 133 | 23 | 43 | 124 | 54 |
| Binary | 11001111 | 10000001 | 10010 | 0 | 100110 | 1011011 | 10011 | 100011 | 1010100 | 101100 |
Color Harmonies of #CF8112
Complementary color
Monochromatic Colors of #CF8112
Black with #CF8112
Text Example
Text Example
White with #CF8112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8112; }
p { color: rgb(207,129,18); }
H1.HeaderClassName
{
color: #CF8112;
}
.AnyTagClassName
{
color: #CF8112;
}
</style>
background-color css
<style>
a { background-color: #CF8112; }
a { background-color: rgb(207,129,18); }
div.DivClassName
{
background-color: #CF8112;
}
.BgClassName
{
background-color: #CF8112;
}
</style>
border-color css
<style>
span { border-color: #CF8112; }
span { border-color: rgb(207,129,18); }
td.TdClassName
{
border-color: #CF8112;
}
.TagClassName
{
border-color: #CF8112;
}
</style>