Shades of Ochre #CF851A
Tints of Ochre #CF851A
RGB
CMYK
RGB Variations
Color information
#CF851A (or 0xCF851A) is known color: Ochre. HEX triplet: CF, 85 and 1A. RGB value is (207,133,26). Sum of RGB (Red+Green+Blue) = 207+133+26=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 26 (10.55% from 255 or 7.10% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF851A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF851A is #307AE5. Grayscale: #8F8F8F. Windows color (decimal): -3177190 or 1738191. OLE color: 1738191.
HSL color Cylindrical-coordinate representation of color #CF851A: hue angle of 35.47º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF851A is Cyan = 0, Magento = 0.36, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 26 | - |
| CMYK | 0 | 0.36 | 0.87 | 0.19 |
| HSL | 35.47º | 0.78% | 0.46% | - |
| HSV(B) | 35.47º | 0.87% | 0.81% | - |
| XYZ | 34.31 | 30.12 | 4.98 | - |
| YUV | 142.93 | 62.02 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 26 | 0 | 0.36 | 0.87 | 0.19 | 35.47 | 0.78 | 0.46 |
| Hex | CF | 85 | 1A | 0 | 24 | 57 | 13 | 23 | 4E | 2E |
| Octal | 317 | 205 | 32 | 0 | 44 | 127 | 23 | 43 | 116 | 56 |
| Binary | 11001111 | 10000101 | 11010 | 0 | 100100 | 1010111 | 10011 | 100011 | 1001110 | 101110 |
Color Harmonies of #CF851A
Complementary color
Monochromatic Colors of #CF851A
Black with #CF851A
Text Example
Text Example
White with #CF851A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF851A; }
p { color: rgb(207,133,26); }
H1.HeaderClassName
{
color: #CF851A;
}
.AnyTagClassName
{
color: #CF851A;
}
</style>
background-color css
<style>
a { background-color: #CF851A; }
a { background-color: rgb(207,133,26); }
div.DivClassName
{
background-color: #CF851A;
}
.BgClassName
{
background-color: #CF851A;
}
</style>
border-color css
<style>
span { border-color: #CF851A; }
span { border-color: rgb(207,133,26); }
td.TdClassName
{
border-color: #CF851A;
}
.TagClassName
{
border-color: #CF851A;
}
</style>