Shades of Ochre #CF771A
Tints of Ochre #CF771A
RGB
CMYK
RGB Variations
Color information
#CF771A (or 0xCF771A) is known color: Ochre. HEX triplet: CF, 77 and 1A. RGB value is (207,119,26). Sum of RGB (Red+Green+Blue) = 207+119+26=352 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.81% from 352); Green value is 119 (46.88% from 255 or 33.81% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 207 - color contains mainly: red. Hex color #CF771A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF771A is #3088E5. Grayscale: #878787. Windows color (decimal): -3180774 or 1734607. OLE color: 1734607.
HSL color Cylindrical-coordinate representation of color #CF771A: hue angle of 30.83º 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 #CF771A is Cyan = 0, Magento = 0.43, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 26 | - |
| CMYK | 0 | 0.43 | 0.87 | 0.19 |
| HSL | 30.83º | 0.78% | 0.46% | - |
| HSV(B) | 30.83º | 0.87% | 0.81% | - |
| XYZ | 32.52 | 26.53 | 4.39 | - |
| YUV | 134.71 | 66.65 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 26 | 0 | 0.43 | 0.87 | 0.19 | 30.83 | 0.78 | 0.46 |
| Hex | CF | 77 | 1A | 0 | 2B | 57 | 13 | 1F | 4E | 2E |
| Octal | 317 | 167 | 32 | 0 | 53 | 127 | 23 | 37 | 116 | 56 |
| Binary | 11001111 | 1110111 | 11010 | 0 | 101011 | 1010111 | 10011 | 11111 | 1001110 | 101110 |
Color Harmonies of #CF771A
Complementary color
Monochromatic Colors of #CF771A
Black with #CF771A
Text Example
Text Example
White with #CF771A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF771A; }
p { color: rgb(207,119,26); }
H1.HeaderClassName
{
color: #CF771A;
}
.AnyTagClassName
{
color: #CF771A;
}
</style>
background-color css
<style>
a { background-color: #CF771A; }
a { background-color: rgb(207,119,26); }
div.DivClassName
{
background-color: #CF771A;
}
.BgClassName
{
background-color: #CF771A;
}
</style>
border-color css
<style>
span { border-color: #CF771A; }
span { border-color: rgb(207,119,26); }
td.TdClassName
{
border-color: #CF771A;
}
.TagClassName
{
border-color: #CF771A;
}
</style>