Shades of Ochre #CF881E
Tints of Ochre #CF881E
RGB
CMYK
RGB Variations
Color information
#CF881E (or 0xCF881E) is known color: Ochre. HEX triplet: CF, 88 and 1E. RGB value is (207,136,30). Sum of RGB (Red+Green+Blue) = 207+136+30=373 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.50% from 373); Green value is 136 (53.52% from 255 or 36.46% from 373); Blue value is 30 (12.11% from 255 or 8.04% from 373); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881E is #3077E1. Grayscale: #919191. Windows color (decimal): -3176418 or 2001103. OLE color: 2001103.
HSL color Cylindrical-coordinate representation of color #CF881E: hue angle of 35.93º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF881E is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 30 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.19 |
| HSL | 35.93º | 0.75% | 0.46% | - |
| HSV(B) | 35.93º | 0.86% | 0.81% | - |
| XYZ | 34.77 | 30.97 | 5.37 | - |
| YUV | 145.15 | 63.02 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 30 | 0 | 0.34 | 0.86 | 0.19 | 35.93 | 0.75 | 0.46 |
| Hex | CF | 88 | 1E | 0 | 22 | 56 | 13 | 24 | 4B | 2E |
| Octal | 317 | 210 | 36 | 0 | 42 | 126 | 23 | 44 | 113 | 56 |
| Binary | 11001111 | 10001000 | 11110 | 0 | 100010 | 1010110 | 10011 | 100100 | 1001011 | 101110 |
Color Harmonies of #CF881E
Complementary color
Monochromatic Colors of #CF881E
Black with #CF881E
Text Example
Text Example
White with #CF881E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF881E; }
p { color: rgb(207,136,30); }
H1.HeaderClassName
{
color: #CF881E;
}
.AnyTagClassName
{
color: #CF881E;
}
</style>
background-color css
<style>
a { background-color: #CF881E; }
a { background-color: rgb(207,136,30); }
div.DivClassName
{
background-color: #CF881E;
}
.BgClassName
{
background-color: #CF881E;
}
</style>
border-color css
<style>
span { border-color: #CF881E; }
span { border-color: rgb(207,136,30); }
td.TdClassName
{
border-color: #CF881E;
}
.TagClassName
{
border-color: #CF881E;
}
</style>