Shades of Ochre #CF791F
Tints of Ochre #CF791F
RGB
CMYK
RGB Variations
Color information
#CF791F (or 0xCF791F) is known color: Ochre. HEX triplet: CF, 79 and 1F. RGB value is (207,121,31). Sum of RGB (Red+Green+Blue) = 207+121+31=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 121 (47.66% from 255 or 33.70% from 359); Blue value is 31 (12.5% from 255 or 8.64% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF791F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF791F is #3086E0. Grayscale: #888888. Windows color (decimal): -3180257 or 2062799. OLE color: 2062799.
HSL color Cylindrical-coordinate representation of color #CF791F: hue angle of 30.68º 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 #CF791F is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 31 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.19 |
| HSL | 30.68º | 0.74% | 0.47% | - |
| HSV(B) | 30.68º | 0.85% | 0.81% | - |
| XYZ | 32.82 | 27.04 | 4.79 | - |
| YUV | 136.45 | 68.49 | 178.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 31 | 0 | 0.42 | 0.85 | 0.19 | 30.68 | 0.74 | 0.47 |
| Hex | CF | 79 | 1F | 0 | 2A | 55 | 13 | 1F | 4A | 2F |
| Octal | 317 | 171 | 37 | 0 | 52 | 125 | 23 | 37 | 112 | 57 |
| Binary | 11001111 | 1111001 | 11111 | 0 | 101010 | 1010101 | 10011 | 11111 | 1001010 | 101111 |
Color Harmonies of #CF791F
Complementary color
Monochromatic Colors of #CF791F
Black with #CF791F
Text Example
Text Example
White with #CF791F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF791F; }
p { color: rgb(207,121,31); }
H1.HeaderClassName
{
color: #CF791F;
}
.AnyTagClassName
{
color: #CF791F;
}
</style>
background-color css
<style>
a { background-color: #CF791F; }
a { background-color: rgb(207,121,31); }
div.DivClassName
{
background-color: #CF791F;
}
.BgClassName
{
background-color: #CF791F;
}
</style>
border-color css
<style>
span { border-color: #CF791F; }
span { border-color: rgb(207,121,31); }
td.TdClassName
{
border-color: #CF791F;
}
.TagClassName
{
border-color: #CF791F;
}
</style>