Shades of Ochre #CF7C09
Tints of Ochre #CF7C09
RGB
CMYK
RGB Variations
Color information
#CF7C09 (or 0xCF7C09) is known color: Ochre. HEX triplet: CF, 7C and 09. RGB value is (207,124,9). Sum of RGB (Red+Green+Blue) = 207+124+9=340 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.88% from 340); Green value is 124 (48.83% from 255 or 36.47% from 340); Blue value is 9 (3.91% from 255 or 2.65% from 340); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C09 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7C09 is #3083F6. Grayscale: #888888. Windows color (decimal): -3179511 or 621775. OLE color: 621775.
HSL color Cylindrical-coordinate representation of color #CF7C09: hue angle of 34.85º degrees, saturation: 0.92, 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 #CF7C09 is Cyan = 0, Magento = 0.40, Yellow = 0.96 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 9 | - |
| CMYK | 0 | 0.40 | 0.96 | 0.19 |
| HSL | 34.85º | 0.92% | 0.42% | - |
| HSV(B) | 34.85º | 0.96% | 0.81% | - |
| XYZ | 32.99 | 27.7 | 3.87 | - |
| YUV | 135.71 | 56.5 | 178.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 9 | 0 | 0.40 | 0.96 | 0.19 | 34.85 | 0.92 | 0.42 |
| Hex | CF | 7C | 9 | 0 | 28 | 60 | 13 | 23 | 5C | 2A |
| Octal | 317 | 174 | 11 | 0 | 50 | 140 | 23 | 43 | 134 | 52 |
| Binary | 11001111 | 1111100 | 1001 | 0 | 101000 | 1100000 | 10011 | 100011 | 1011100 | 101010 |
Color Harmonies of #CF7C09
Complementary color
Monochromatic Colors of #CF7C09
Black with #CF7C09
Text Example
Text Example
White with #CF7C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C09; }
p { color: rgb(207,124,9); }
H1.HeaderClassName
{
color: #CF7C09;
}
.AnyTagClassName
{
color: #CF7C09;
}
</style>
background-color css
<style>
a { background-color: #CF7C09; }
a { background-color: rgb(207,124,9); }
div.DivClassName
{
background-color: #CF7C09;
}
.BgClassName
{
background-color: #CF7C09;
}
</style>
border-color css
<style>
span { border-color: #CF7C09; }
span { border-color: rgb(207,124,9); }
td.TdClassName
{
border-color: #CF7C09;
}
.TagClassName
{
border-color: #CF7C09;
}
</style>