Shades of Ochre #CF771E
Tints of Ochre #CF771E
RGB
CMYK
RGB Variations
Color information
#CF771E (or 0xCF771E) is known color: Ochre. HEX triplet: CF, 77 and 1E. RGB value is (207,119,30). Sum of RGB (Red+Green+Blue) = 207+119+30=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 119 (46.88% from 255 or 33.43% from 356); Blue value is 30 (12.11% from 255 or 8.43% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF771E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF771E is #3088E1. Grayscale: #878787. Windows color (decimal): -3180770 or 1996751. OLE color: 1996751.
HSL color Cylindrical-coordinate representation of color #CF771E: hue angle of 30.17º degrees, saturation: 0.75, 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 #CF771E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 30 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.19 |
| HSL | 30.17º | 0.75% | 0.46% | - |
| HSV(B) | 30.17º | 0.86% | 0.81% | - |
| XYZ | 32.56 | 26.55 | 4.64 | - |
| YUV | 135.17 | 68.65 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 30 | 0 | 0.43 | 0.86 | 0.19 | 30.17 | 0.75 | 0.46 |
| Hex | CF | 77 | 1E | 0 | 2B | 56 | 13 | 1E | 4B | 2E |
| Octal | 317 | 167 | 36 | 0 | 53 | 126 | 23 | 36 | 113 | 56 |
| Binary | 11001111 | 1110111 | 11110 | 0 | 101011 | 1010110 | 10011 | 11110 | 1001011 | 101110 |
Color Harmonies of #CF771E
Complementary color
Monochromatic Colors of #CF771E
Black with #CF771E
Text Example
Text Example
White with #CF771E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF771E; }
p { color: rgb(207,119,30); }
H1.HeaderClassName
{
color: #CF771E;
}
.AnyTagClassName
{
color: #CF771E;
}
</style>
background-color css
<style>
a { background-color: #CF771E; }
a { background-color: rgb(207,119,30); }
div.DivClassName
{
background-color: #CF771E;
}
.BgClassName
{
background-color: #CF771E;
}
</style>
border-color css
<style>
span { border-color: #CF771E; }
span { border-color: rgb(207,119,30); }
td.TdClassName
{
border-color: #CF771E;
}
.TagClassName
{
border-color: #CF771E;
}
</style>