Shades of Ochre #CF7A08
Tints of Ochre #CF7A08
RGB
CMYK
RGB Variations
Color information
#CF7A08 (or 0xCF7A08) is known color: Ochre. HEX triplet: CF, 7A and 08. RGB value is (207,122,8). Sum of RGB (Red+Green+Blue) = 207+122+8=337 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.42% from 337); Green value is 122 (48.05% from 255 or 36.20% from 337); Blue value is 8 (3.52% from 255 or 2.37% from 337); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7A08 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7A08 is #3085F7. Grayscale: #868686. Windows color (decimal): -3180024 or 555727. OLE color: 555727.
HSL color Cylindrical-coordinate representation of color #CF7A08: hue angle of 34.37º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #CF7A08 is Cyan = 0, Magento = 0.41, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 122 | 8 | - |
| CMYK | 0 | 0.41 | 0.96 | 0.19 |
| HSL | 34.37º | 0.93% | 0.42% | - |
| HSV(B) | 34.37º | 0.96% | 0.81% | - |
| XYZ | 32.74 | 27.2 | 3.75 | - |
| YUV | 134.42 | 56.66 | 179.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 122 | 8 | 0 | 0.41 | 0.96 | 0.19 | 34.37 | 0.93 | 0.42 |
| Hex | CF | 7A | 8 | 0 | 29 | 60 | 13 | 22 | 5D | 2A |
| Octal | 317 | 172 | 10 | 0 | 51 | 140 | 23 | 42 | 135 | 52 |
| Binary | 11001111 | 1111010 | 1000 | 0 | 101001 | 1100000 | 10011 | 100010 | 1011101 | 101010 |
Color Harmonies of #CF7A08
Complementary color
Monochromatic Colors of #CF7A08
Black with #CF7A08
Text Example
Text Example
White with #CF7A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7A08; }
p { color: rgb(207,122,8); }
H1.HeaderClassName
{
color: #CF7A08;
}
.AnyTagClassName
{
color: #CF7A08;
}
</style>
background-color css
<style>
a { background-color: #CF7A08; }
a { background-color: rgb(207,122,8); }
div.DivClassName
{
background-color: #CF7A08;
}
.BgClassName
{
background-color: #CF7A08;
}
</style>
border-color css
<style>
span { border-color: #CF7A08; }
span { border-color: rgb(207,122,8); }
td.TdClassName
{
border-color: #CF7A08;
}
.TagClassName
{
border-color: #CF7A08;
}
</style>