Shades of Ochre #CF711A
Tints of Ochre #CF711A
RGB
CMYK
RGB Variations
Color information
#CF711A (or 0xCF711A) is known color: Ochre. HEX triplet: CF, 71 and 1A. RGB value is (207,113,26). Sum of RGB (Red+Green+Blue) = 207+113+26=346 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.83% from 346); Green value is 113 (44.53% from 255 or 32.66% from 346); Blue value is 26 (10.55% from 255 or 7.51% from 346); Max value from RGB is 207 - color contains mainly: red. Hex color #CF711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF711A is #308EE5. Grayscale: #838383. Windows color (decimal): -3182310 or 1733071. OLE color: 1733071.
HSL color Cylindrical-coordinate representation of color #CF711A: hue angle of 28.84º 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 #CF711A is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 113 | 26 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.19 |
| HSL | 28.84º | 0.78% | 0.46% | - |
| HSV(B) | 28.84º | 0.87% | 0.81% | - |
| XYZ | 31.82 | 25.15 | 4.15 | - |
| YUV | 131.19 | 68.64 | 182.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 113 | 26 | 0 | 0.45 | 0.87 | 0.19 | 28.84 | 0.78 | 0.46 |
| Hex | CF | 71 | 1A | 0 | 2D | 57 | 13 | 1D | 4E | 2E |
| Octal | 317 | 161 | 32 | 0 | 55 | 127 | 23 | 35 | 116 | 56 |
| Binary | 11001111 | 1110001 | 11010 | 0 | 101101 | 1010111 | 10011 | 11101 | 1001110 | 101110 |
Color Harmonies of #CF711A
Complementary color
Monochromatic Colors of #CF711A
Black with #CF711A
Text Example
Text Example
White with #CF711A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF711A; }
p { color: rgb(207,113,26); }
H1.HeaderClassName
{
color: #CF711A;
}
.AnyTagClassName
{
color: #CF711A;
}
</style>
background-color css
<style>
a { background-color: #CF711A; }
a { background-color: rgb(207,113,26); }
div.DivClassName
{
background-color: #CF711A;
}
.BgClassName
{
background-color: #CF711A;
}
</style>
border-color css
<style>
span { border-color: #CF711A; }
span { border-color: rgb(207,113,26); }
td.TdClassName
{
border-color: #CF711A;
}
.TagClassName
{
border-color: #CF711A;
}
</style>