Shades of Ochre #CF781E
Tints of Ochre #CF781E
RGB
CMYK
RGB Variations
Color information
#CF781E (or 0xCF781E) is known color: Ochre. HEX triplet: CF, 78 and 1E. RGB value is (207,120,30). Sum of RGB (Red+Green+Blue) = 207+120+30=357 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.98% from 357); Green value is 120 (47.27% from 255 or 33.61% from 357); Blue value is 30 (12.11% from 255 or 8.40% from 357); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781E is #3087E1. Grayscale: #888888. Windows color (decimal): -3180514 or 1997007. OLE color: 1997007.
HSL color Cylindrical-coordinate representation of color #CF781E: hue angle of 30.51º 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 #CF781E is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 30 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.19 |
| HSL | 30.51º | 0.75% | 0.46% | - |
| HSV(B) | 30.51º | 0.86% | 0.81% | - |
| XYZ | 32.68 | 26.79 | 4.68 | - |
| YUV | 135.75 | 68.32 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 30 | 0 | 0.42 | 0.86 | 0.19 | 30.51 | 0.75 | 0.46 |
| Hex | CF | 78 | 1E | 0 | 2A | 56 | 13 | 1F | 4B | 2E |
| Octal | 317 | 170 | 36 | 0 | 52 | 126 | 23 | 37 | 113 | 56 |
| Binary | 11001111 | 1111000 | 11110 | 0 | 101010 | 1010110 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CF781E
Complementary color
Monochromatic Colors of #CF781E
Black with #CF781E
Text Example
Text Example
White with #CF781E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF781E; }
p { color: rgb(207,120,30); }
H1.HeaderClassName
{
color: #CF781E;
}
.AnyTagClassName
{
color: #CF781E;
}
</style>
background-color css
<style>
a { background-color: #CF781E; }
a { background-color: rgb(207,120,30); }
div.DivClassName
{
background-color: #CF781E;
}
.BgClassName
{
background-color: #CF781E;
}
</style>
border-color css
<style>
span { border-color: #CF781E; }
span { border-color: rgb(207,120,30); }
td.TdClassName
{
border-color: #CF781E;
}
.TagClassName
{
border-color: #CF781E;
}
</style>