Shades of Ochre #CF7215
Tints of Ochre #CF7215
RGB
CMYK
RGB Variations
Color information
#CF7215 (or 0xCF7215) is known color: Ochre. HEX triplet: CF, 72 and 15. RGB value is (207,114,21). Sum of RGB (Red+Green+Blue) = 207+114+21=342 (45% of max value = 765). Red value is 207 (81.25% from 255 or 60.53% from 342); Green value is 114 (44.92% from 255 or 33.33% from 342); Blue value is 21 (8.59% from 255 or 6.14% from 342); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7215 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7215 is #308DEA. Grayscale: #838383. Windows color (decimal): -3182059 or 1405647. OLE color: 1405647.
HSL color Cylindrical-coordinate representation of color #CF7215: hue angle of 30º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF7215 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 114 | 21 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.19 |
| HSL | 30º | 0.82% | 0.45% | - |
| HSV(B) | 30º | 0.9% | 0.81% | - |
| XYZ | 31.88 | 25.35 | 3.92 | - |
| YUV | 131.21 | 65.81 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 114 | 21 | 0 | 0.45 | 0.90 | 0.19 | 30 | 0.82 | 0.45 |
| Hex | CF | 72 | 15 | 0 | 2D | 5A | 13 | 1E | 52 | 2D |
| Octal | 317 | 162 | 25 | 0 | 55 | 132 | 23 | 36 | 122 | 55 |
| Binary | 11001111 | 1110010 | 10101 | 0 | 101101 | 1011010 | 10011 | 11110 | 1010010 | 101101 |
Color Harmonies of #CF7215
Complementary color
Monochromatic Colors of #CF7215
Black with #CF7215
Text Example
Text Example
White with #CF7215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7215; }
p { color: rgb(207,114,21); }
H1.HeaderClassName
{
color: #CF7215;
}
.AnyTagClassName
{
color: #CF7215;
}
</style>
background-color css
<style>
a { background-color: #CF7215; }
a { background-color: rgb(207,114,21); }
div.DivClassName
{
background-color: #CF7215;
}
.BgClassName
{
background-color: #CF7215;
}
</style>
border-color css
<style>
span { border-color: #CF7215; }
span { border-color: rgb(207,114,21); }
td.TdClassName
{
border-color: #CF7215;
}
.TagClassName
{
border-color: #CF7215;
}
</style>