Shades of Ochre #CF7B0C
Tints of Ochre #CF7B0C
RGB
CMYK
RGB Variations
Color information
#CF7B0C (or 0xCF7B0C) is known color: Ochre. HEX triplet: CF, 7B and 0C. RGB value is (207,123,12). Sum of RGB (Red+Green+Blue) = 207+123+12=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 123 (48.44% from 255 or 35.96% from 342); Blue value is 12 (5.08% from 255 or 3.51% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B0C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B0C is #3084F3. Grayscale: #878787. Windows color (decimal): -3179764 or 818127. OLE color: 818127.
HSL color Cylindrical-coordinate representation of color #CF7B0C: hue angle of 34.15º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CF7B0C is Cyan = 0, Magento = 0.41, Yellow = 0.94 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 12 | - |
| CMYK | 0 | 0.41 | 0.94 | 0.19 |
| HSL | 34.15º | 0.89% | 0.43% | - |
| HSV(B) | 34.15º | 0.94% | 0.81% | - |
| XYZ | 32.88 | 27.46 | 3.91 | - |
| YUV | 135.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 12 | 0 | 0.41 | 0.94 | 0.19 | 34.15 | 0.89 | 0.43 |
| Hex | CF | 7B | C | 0 | 29 | 5E | 13 | 22 | 59 | 2B |
| Octal | 317 | 173 | 14 | 0 | 51 | 136 | 23 | 42 | 131 | 53 |
| Binary | 11001111 | 1111011 | 1100 | 0 | 101001 | 1011110 | 10011 | 100010 | 1011001 | 101011 |
Color Harmonies of #CF7B0C
Complementary color
Monochromatic Colors of #CF7B0C
Black with #CF7B0C
Text Example
Text Example
White with #CF7B0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B0C; }
p { color: rgb(207,123,12); }
H1.HeaderClassName
{
color: #CF7B0C;
}
.AnyTagClassName
{
color: #CF7B0C;
}
</style>
background-color css
<style>
a { background-color: #CF7B0C; }
a { background-color: rgb(207,123,12); }
div.DivClassName
{
background-color: #CF7B0C;
}
.BgClassName
{
background-color: #CF7B0C;
}
</style>
border-color css
<style>
span { border-color: #CF7B0C; }
span { border-color: rgb(207,123,12); }
td.TdClassName
{
border-color: #CF7B0C;
}
.TagClassName
{
border-color: #CF7B0C;
}
</style>