Shades of Ochre #CF7E1B
Tints of Ochre #CF7E1B
RGB
CMYK
RGB Variations
Color information
#CF7E1B (or 0xCF7E1B) is known color: Ochre. HEX triplet: CF, 7E and 1B. RGB value is (207,126,27). Sum of RGB (Red+Green+Blue) = 207+126+27=360 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.5% from 360); Green value is 126 (49.61% from 255 or 35% from 360); Blue value is 27 (10.94% from 255 or 7.5% from 360); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7E1B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7E1B is #3081E4. Grayscale: #8B8B8B. Windows color (decimal): -3178981 or 1801935. OLE color: 1801935.
HSL color Cylindrical-coordinate representation of color #CF7E1B: hue angle of 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 #CF7E1B is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 126 | 27 | - |
| CMYK | 0 | 0.39 | 0.87 | 0.19 |
| HSL | 33º | 0.77% | 0.46% | - |
| HSV(B) | 33º | 0.87% | 0.81% | - |
| XYZ | 33.39 | 28.27 | 4.73 | - |
| YUV | 138.93 | 64.84 | 176.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 126 | 27 | 0 | 0.39 | 0.87 | 0.19 | 33 | 0.77 | 0.46 |
| Hex | CF | 7E | 1B | 0 | 27 | 57 | 13 | 21 | 4D | 2E |
| Octal | 317 | 176 | 33 | 0 | 47 | 127 | 23 | 41 | 115 | 56 |
| Binary | 11001111 | 1111110 | 11011 | 0 | 100111 | 1010111 | 10011 | 100001 | 1001101 | 101110 |
Color Harmonies of #CF7E1B
Complementary color
Monochromatic Colors of #CF7E1B
Black with #CF7E1B
Text Example
Text Example
White with #CF7E1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7E1B; }
p { color: rgb(207,126,27); }
H1.HeaderClassName
{
color: #CF7E1B;
}
.AnyTagClassName
{
color: #CF7E1B;
}
</style>
background-color css
<style>
a { background-color: #CF7E1B; }
a { background-color: rgb(207,126,27); }
div.DivClassName
{
background-color: #CF7E1B;
}
.BgClassName
{
background-color: #CF7E1B;
}
</style>
border-color css
<style>
span { border-color: #CF7E1B; }
span { border-color: rgb(207,126,27); }
td.TdClassName
{
border-color: #CF7E1B;
}
.TagClassName
{
border-color: #CF7E1B;
}
</style>