Shades of Ochre #CF770C
Tints of Ochre #CF770C
RGB
CMYK
RGB Variations
Color information
#CF770C (or 0xCF770C) is known color: Ochre. HEX triplet: CF, 77 and 0C. RGB value is (207,119,12). Sum of RGB (Red+Green+Blue) = 207+119+12=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 119 (46.88% from 255 or 35.21% from 338); Blue value is 12 (5.08% from 255 or 3.55% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF770C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF770C is #3088F3. Grayscale: #858585. Windows color (decimal): -3180788 or 817103. OLE color: 817103.
HSL color Cylindrical-coordinate representation of color #CF770C: hue angle of 32.92º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF770C is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 12 | - |
| CMYK | 0 | 0.43 | 0.94 | 0.19 |
| HSL | 32.92º | 0.89% | 0.43% | - |
| HSV(B) | 32.92º | 0.94% | 0.81% | - |
| XYZ | 32.4 | 26.49 | 3.75 | - |
| YUV | 133.11 | 59.65 | 180.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 12 | 0 | 0.43 | 0.94 | 0.19 | 32.92 | 0.89 | 0.43 |
| Hex | CF | 77 | C | 0 | 2B | 5E | 13 | 21 | 59 | 2B |
| Octal | 317 | 167 | 14 | 0 | 53 | 136 | 23 | 41 | 131 | 53 |
| Binary | 11001111 | 1110111 | 1100 | 0 | 101011 | 1011110 | 10011 | 100001 | 1011001 | 101011 |
Color Harmonies of #CF770C
Complementary color
Monochromatic Colors of #CF770C
Black with #CF770C
Text Example
Text Example
White with #CF770C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF770C; }
p { color: rgb(207,119,12); }
H1.HeaderClassName
{
color: #CF770C;
}
.AnyTagClassName
{
color: #CF770C;
}
</style>
background-color css
<style>
a { background-color: #CF770C; }
a { background-color: rgb(207,119,12); }
div.DivClassName
{
background-color: #CF770C;
}
.BgClassName
{
background-color: #CF770C;
}
</style>
border-color css
<style>
span { border-color: #CF770C; }
span { border-color: rgb(207,119,12); }
td.TdClassName
{
border-color: #CF770C;
}
.TagClassName
{
border-color: #CF770C;
}
</style>