Shades of Ochre #CF811A
Tints of Ochre #CF811A
RGB
CMYK
RGB Variations
Color information
#CF811A (or 0xCF811A) is known color: Ochre. HEX triplet: CF, 81 and 1A. RGB value is (207,129,26). Sum of RGB (Red+Green+Blue) = 207+129+26=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 129 (50.78% from 255 or 35.64% from 362); Blue value is 26 (10.55% from 255 or 7.18% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF811A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF811A is #307EE5. Grayscale: #8D8D8D. Windows color (decimal): -3178214 or 1737167. OLE color: 1737167.
HSL color Cylindrical-coordinate representation of color #CF811A: hue angle of 34.14º 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 #CF811A is Cyan = 0, Magento = 0.38, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 26 | - |
| CMYK | 0 | 0.38 | 0.87 | 0.19 |
| HSL | 34.14º | 0.78% | 0.46% | - |
| HSV(B) | 34.14º | 0.87% | 0.81% | - |
| XYZ | 33.77 | 29.04 | 4.8 | - |
| YUV | 140.58 | 63.34 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 26 | 0 | 0.38 | 0.87 | 0.19 | 34.14 | 0.78 | 0.46 |
| Hex | CF | 81 | 1A | 0 | 26 | 57 | 13 | 22 | 4E | 2E |
| Octal | 317 | 201 | 32 | 0 | 46 | 127 | 23 | 42 | 116 | 56 |
| Binary | 11001111 | 10000001 | 11010 | 0 | 100110 | 1010111 | 10011 | 100010 | 1001110 | 101110 |
Color Harmonies of #CF811A
Complementary color
Monochromatic Colors of #CF811A
Black with #CF811A
Text Example
Text Example
White with #CF811A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF811A; }
p { color: rgb(207,129,26); }
H1.HeaderClassName
{
color: #CF811A;
}
.AnyTagClassName
{
color: #CF811A;
}
</style>
background-color css
<style>
a { background-color: #CF811A; }
a { background-color: rgb(207,129,26); }
div.DivClassName
{
background-color: #CF811A;
}
.BgClassName
{
background-color: #CF811A;
}
</style>
border-color css
<style>
span { border-color: #CF811A; }
span { border-color: rgb(207,129,26); }
td.TdClassName
{
border-color: #CF811A;
}
.TagClassName
{
border-color: #CF811A;
}
</style>