Shades of Ochre #CF7B0B
Tints of Ochre #CF7B0B
RGB
CMYK
RGB Variations
Color information
#CF7B0B (or 0xCF7B0B) is known color: Ochre. HEX triplet: CF, 7B and 0B. RGB value is (207,123,11). Sum of RGB (Red+Green+Blue) = 207+123+11=341 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.70% from 341); Green value is 123 (48.44% from 255 or 36.07% from 341); Blue value is 11 (4.69% from 255 or 3.23% from 341); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B0B is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B0B is #3084F4. Grayscale: #878787. Windows color (decimal): -3179765 or 752591. OLE color: 752591.
HSL color Cylindrical-coordinate representation of color #CF7B0B: hue angle of 34.29º degrees, saturation: 0.9, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF7B0B is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 11 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.19 |
| HSL | 34.29º | 0.9% | 0.43% | - |
| HSV(B) | 34.29º | 0.95% | 0.81% | - |
| XYZ | 32.88 | 27.46 | 3.88 | - |
| YUV | 135.35 | 57.83 | 179.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 11 | 0 | 0.41 | 0.95 | 0.19 | 34.29 | 0.9 | 0.43 |
| Hex | CF | 7B | B | 0 | 29 | 5F | 13 | 22 | 5A | 2B |
| Octal | 317 | 173 | 13 | 0 | 51 | 137 | 23 | 42 | 132 | 53 |
| Binary | 11001111 | 1111011 | 1011 | 0 | 101001 | 1011111 | 10011 | 100010 | 1011010 | 101011 |
Color Harmonies of #CF7B0B
Complementary color
Monochromatic Colors of #CF7B0B
Black with #CF7B0B
Text Example
Text Example
White with #CF7B0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B0B; }
p { color: rgb(207,123,11); }
H1.HeaderClassName
{
color: #CF7B0B;
}
.AnyTagClassName
{
color: #CF7B0B;
}
</style>
background-color css
<style>
a { background-color: #CF7B0B; }
a { background-color: rgb(207,123,11); }
div.DivClassName
{
background-color: #CF7B0B;
}
.BgClassName
{
background-color: #CF7B0B;
}
</style>
border-color css
<style>
span { border-color: #CF7B0B; }
span { border-color: rgb(207,123,11); }
td.TdClassName
{
border-color: #CF7B0B;
}
.TagClassName
{
border-color: #CF7B0B;
}
</style>