Shades of Ochre #CF7C1F
Tints of Ochre #CF7C1F
RGB
CMYK
RGB Variations
Color information
#CF7C1F (or 0xCF7C1F) is known color: Ochre. HEX triplet: CF, 7C and 1F. RGB value is (207,124,31). Sum of RGB (Red+Green+Blue) = 207+124+31=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 124 (48.83% from 255 or 34.25% from 362); Blue value is 31 (12.5% from 255 or 8.56% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7C1F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7C1F is #3083E0. Grayscale: #8A8A8A. Windows color (decimal): -3179489 or 2063567. OLE color: 2063567.
HSL color Cylindrical-coordinate representation of color #CF7C1F: hue angle of 31.7º 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 #CF7C1F is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 124 | 31 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.19 |
| HSL | 31.7º | 0.74% | 0.47% | - |
| HSV(B) | 31.7º | 0.85% | 0.81% | - |
| XYZ | 33.19 | 27.78 | 4.91 | - |
| YUV | 138.22 | 67.5 | 177.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 124 | 31 | 0 | 0.40 | 0.85 | 0.19 | 31.7 | 0.74 | 0.47 |
| Hex | CF | 7C | 1F | 0 | 28 | 55 | 13 | 20 | 4A | 2F |
| Octal | 317 | 174 | 37 | 0 | 50 | 125 | 23 | 40 | 112 | 57 |
| Binary | 11001111 | 1111100 | 11111 | 0 | 101000 | 1010101 | 10011 | 100000 | 1001010 | 101111 |
Color Harmonies of #CF7C1F
Complementary color
Monochromatic Colors of #CF7C1F
Black with #CF7C1F
Text Example
Text Example
White with #CF7C1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7C1F; }
p { color: rgb(207,124,31); }
H1.HeaderClassName
{
color: #CF7C1F;
}
.AnyTagClassName
{
color: #CF7C1F;
}
</style>
background-color css
<style>
a { background-color: #CF7C1F; }
a { background-color: rgb(207,124,31); }
div.DivClassName
{
background-color: #CF7C1F;
}
.BgClassName
{
background-color: #CF7C1F;
}
</style>
border-color css
<style>
span { border-color: #CF7C1F; }
span { border-color: rgb(207,124,31); }
td.TdClassName
{
border-color: #CF7C1F;
}
.TagClassName
{
border-color: #CF7C1F;
}
</style>