Shades of Ochre #CF781F
Tints of Ochre #CF781F
RGB
CMYK
RGB Variations
Color information
#CF781F (or 0xCF781F) is known color: Ochre. HEX triplet: CF, 78 and 1F. RGB value is (207,120,31). Sum of RGB (Red+Green+Blue) = 207+120+31=358 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.82% from 358); Green value is 120 (47.27% from 255 or 33.52% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781F is #3087E0. Grayscale: #888888. Windows color (decimal): -3180513 or 2062543. OLE color: 2062543.
HSL color Cylindrical-coordinate representation of color #CF781F: hue angle of 30.34º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #CF781F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.19 |
| HSL | 30.34º | 0.74% | 0.47% | - |
| HSV(B) | 30.34º | 0.85% | 0.81% | - |
| XYZ | 32.7 | 26.8 | 4.75 | - |
| YUV | 135.87 | 68.82 | 178.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 31 | 0 | 0.42 | 0.85 | 0.19 | 30.34 | 0.74 | 0.47 |
| Hex | CF | 78 | 1F | 0 | 2A | 55 | 13 | 1E | 4A | 2F |
| Octal | 317 | 170 | 37 | 0 | 52 | 125 | 23 | 36 | 112 | 57 |
| Binary | 11001111 | 1111000 | 11111 | 0 | 101010 | 1010101 | 10011 | 11110 | 1001010 | 101111 |
Color Harmonies of #CF781F
Complementary color
Monochromatic Colors of #CF781F
Black with #CF781F
Text Example
Text Example
White with #CF781F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF781F; }
p { color: rgb(207,120,31); }
H1.HeaderClassName
{
color: #CF781F;
}
.AnyTagClassName
{
color: #CF781F;
}
</style>
background-color css
<style>
a { background-color: #CF781F; }
a { background-color: rgb(207,120,31); }
div.DivClassName
{
background-color: #CF781F;
}
.BgClassName
{
background-color: #CF781F;
}
</style>
border-color css
<style>
span { border-color: #CF781F; }
span { border-color: rgb(207,120,31); }
td.TdClassName
{
border-color: #CF781F;
}
.TagClassName
{
border-color: #CF781F;
}
</style>