Shades of Ochre #CF791B
Tints of Ochre #CF791B
RGB
CMYK
RGB Variations
Color information
#CF791B (or 0xCF791B) is known color: Ochre. HEX triplet: CF, 79 and 1B. RGB value is (207,121,27). Sum of RGB (Red+Green+Blue) = 207+121+27=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 121 (47.66% from 255 or 34.08% from 355); Blue value is 27 (10.94% from 255 or 7.61% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF791B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF791B is #3086E4. Grayscale: #888888. Windows color (decimal): -3180261 or 1800655. OLE color: 1800655.
HSL color Cylindrical-coordinate representation of color #CF791B: hue angle of 31.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF791B is Cyan = 0, Magento = 0.42, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 27 | - |
| CMYK | 0 | 0.42 | 0.87 | 0.19 |
| HSL | 31.33º | 0.77% | 0.46% | - |
| HSV(B) | 31.33º | 0.87% | 0.81% | - |
| XYZ | 32.77 | 27.02 | 4.53 | - |
| YUV | 136 | 66.49 | 178.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 27 | 0 | 0.42 | 0.87 | 0.19 | 31.33 | 0.77 | 0.46 |
| Hex | CF | 79 | 1B | 0 | 2A | 57 | 13 | 1F | 4D | 2E |
| Octal | 317 | 171 | 33 | 0 | 52 | 127 | 23 | 37 | 115 | 56 |
| Binary | 11001111 | 1111001 | 11011 | 0 | 101010 | 1010111 | 10011 | 11111 | 1001101 | 101110 |
Color Harmonies of #CF791B
Complementary color
Monochromatic Colors of #CF791B
Black with #CF791B
Text Example
Text Example
White with #CF791B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF791B; }
p { color: rgb(207,121,27); }
H1.HeaderClassName
{
color: #CF791B;
}
.AnyTagClassName
{
color: #CF791B;
}
</style>
background-color css
<style>
a { background-color: #CF791B; }
a { background-color: rgb(207,121,27); }
div.DivClassName
{
background-color: #CF791B;
}
.BgClassName
{
background-color: #CF791B;
}
</style>
border-color css
<style>
span { border-color: #CF791B; }
span { border-color: rgb(207,121,27); }
td.TdClassName
{
border-color: #CF791B;
}
.TagClassName
{
border-color: #CF791B;
}
</style>