Shades of Ochre #CF7212
Tints of Ochre #CF7212
RGB
CMYK
RGB Variations
Color information
#CF7212 (or 0xCF7212) is known color: Ochre. HEX triplet: CF, 72 and 12. RGB value is (207,114,18). Sum of RGB (Red+Green+Blue) = 207+114+18=339 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.06% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 18 (7.42% from 255 or 5.31% from 339); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7212 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7212 is #308DED. Grayscale: #838383. Windows color (decimal): -3182062 or 1209039. OLE color: 1209039.
HSL color Cylindrical-coordinate representation of color #CF7212: hue angle of 30.48º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #CF7212 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 18 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.19 |
| HSL | 30.48º | 0.84% | 0.44% | - |
| HSV(B) | 30.48º | 0.91% | 0.81% | - |
| XYZ | 31.86 | 25.34 | 3.78 | - |
| YUV | 130.86 | 64.31 | 182.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 18 | 0 | 0.45 | 0.91 | 0.19 | 30.48 | 0.84 | 0.44 |
| Hex | CF | 72 | 12 | 0 | 2D | 5B | 13 | 1E | 54 | 2C |
| Octal | 317 | 162 | 22 | 0 | 55 | 133 | 23 | 36 | 124 | 54 |
| Binary | 11001111 | 1110010 | 10010 | 0 | 101101 | 1011011 | 10011 | 11110 | 1010100 | 101100 |
Color Harmonies of #CF7212
Complementary color
Monochromatic Colors of #CF7212
Black with #CF7212
Text Example
Text Example
White with #CF7212
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7212; }
p { color: rgb(207,114,18); }
H1.HeaderClassName
{
color: #CF7212;
}
.AnyTagClassName
{
color: #CF7212;
}
</style>
background-color css
<style>
a { background-color: #CF7212; }
a { background-color: rgb(207,114,18); }
div.DivClassName
{
background-color: #CF7212;
}
.BgClassName
{
background-color: #CF7212;
}
</style>
border-color css
<style>
span { border-color: #CF7212; }
span { border-color: rgb(207,114,18); }
td.TdClassName
{
border-color: #CF7212;
}
.TagClassName
{
border-color: #CF7212;
}
</style>