Shades of Ochre #CF721E
Tints of Ochre #CF721E
RGB
CMYK
RGB Variations
Color information
#CF721E (or 0xCF721E) is known color: Ochre. HEX triplet: CF, 72 and 1E. RGB value is (207,114,30). Sum of RGB (Red+Green+Blue) = 207+114+30=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 114 (44.92% from 255 or 32.48% from 351); Blue value is 30 (12.11% from 255 or 8.55% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF721E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF721E is #308DE1. Grayscale: #848484. Windows color (decimal): -3182050 or 1995471. OLE color: 1995471.
HSL color Cylindrical-coordinate representation of color #CF721E: hue angle of 28.47º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF721E is Cyan = 0, Magento = 0.45, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 30 | - |
| CMYK | 0 | 0.45 | 0.86 | 0.19 |
| HSL | 28.47º | 0.75% | 0.46% | - |
| HSV(B) | 28.47º | 0.86% | 0.81% | - |
| XYZ | 31.98 | 25.39 | 4.44 | - |
| YUV | 132.23 | 70.31 | 181.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 30 | 0 | 0.45 | 0.86 | 0.19 | 28.47 | 0.75 | 0.46 |
| Hex | CF | 72 | 1E | 0 | 2D | 56 | 13 | 1C | 4B | 2E |
| Octal | 317 | 162 | 36 | 0 | 55 | 126 | 23 | 34 | 113 | 56 |
| Binary | 11001111 | 1110010 | 11110 | 0 | 101101 | 1010110 | 10011 | 11100 | 1001011 | 101110 |
Color Harmonies of #CF721E
Complementary color
Monochromatic Colors of #CF721E
Black with #CF721E
Text Example
Text Example
White with #CF721E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF721E; }
p { color: rgb(207,114,30); }
H1.HeaderClassName
{
color: #CF721E;
}
.AnyTagClassName
{
color: #CF721E;
}
</style>
background-color css
<style>
a { background-color: #CF721E; }
a { background-color: rgb(207,114,30); }
div.DivClassName
{
background-color: #CF721E;
}
.BgClassName
{
background-color: #CF721E;
}
</style>
border-color css
<style>
span { border-color: #CF721E; }
span { border-color: rgb(207,114,30); }
td.TdClassName
{
border-color: #CF721E;
}
.TagClassName
{
border-color: #CF721E;
}
</style>