Shades of Ochre #CF861C
Tints of Ochre #CF861C
RGB
CMYK
RGB Variations
Color information
#CF861C (or 0xCF861C) is known color: Ochre. HEX triplet: CF, 86 and 1C. RGB value is (207,134,28). Sum of RGB (Red+Green+Blue) = 207+134+28=369 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.10% from 369); Green value is 134 (52.73% from 255 or 36.31% from 369); Blue value is 28 (11.33% from 255 or 7.59% from 369); Max value from RGB is 207 - color contains mainly: red. Hex color #CF861C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF861C is #3079E3. Grayscale: #909090. Windows color (decimal): -3176932 or 1869519. OLE color: 1869519.
HSL color Cylindrical-coordinate representation of color #CF861C: hue angle of 35.53º degrees, saturation: 0.76, 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 #CF861C is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 28 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.19 |
| HSL | 35.53º | 0.76% | 0.46% | - |
| HSV(B) | 35.53º | 0.86% | 0.81% | - |
| XYZ | 34.47 | 30.4 | 5.15 | - |
| YUV | 143.74 | 62.68 | 173.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 28 | 0 | 0.35 | 0.86 | 0.19 | 35.53 | 0.76 | 0.46 |
| Hex | CF | 86 | 1C | 0 | 23 | 56 | 13 | 24 | 4C | 2E |
| Octal | 317 | 206 | 34 | 0 | 43 | 126 | 23 | 44 | 114 | 56 |
| Binary | 11001111 | 10000110 | 11100 | 0 | 100011 | 1010110 | 10011 | 100100 | 1001100 | 101110 |
Color Harmonies of #CF861C
Complementary color
Monochromatic Colors of #CF861C
Black with #CF861C
Text Example
Text Example
White with #CF861C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF861C; }
p { color: rgb(207,134,28); }
H1.HeaderClassName
{
color: #CF861C;
}
.AnyTagClassName
{
color: #CF861C;
}
</style>
background-color css
<style>
a { background-color: #CF861C; }
a { background-color: rgb(207,134,28); }
div.DivClassName
{
background-color: #CF861C;
}
.BgClassName
{
background-color: #CF861C;
}
</style>
border-color css
<style>
span { border-color: #CF861C; }
span { border-color: rgb(207,134,28); }
td.TdClassName
{
border-color: #CF861C;
}
.TagClassName
{
border-color: #CF861C;
}
</style>