Shades of Ochre #CF8615
Tints of Ochre #CF8615
RGB
CMYK
RGB Variations
Color information
#CF8615 (or 0xCF8615) is known color: Ochre. HEX triplet: CF, 86 and 15. RGB value is (207,134,21). Sum of RGB (Red+Green+Blue) = 207+134+21=362 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.18% from 362); Green value is 134 (52.73% from 255 or 37.02% from 362); Blue value is 21 (8.59% from 255 or 5.80% from 362); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8615 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8615 is #3079EA. Grayscale: #8F8F8F. Windows color (decimal): -3176939 or 1410767. OLE color: 1410767.
HSL color Cylindrical-coordinate representation of color #CF8615: hue angle of 36.45º 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 #CF8615 is Cyan = 0, Magento = 0.35, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 134 | 21 | - |
| CMYK | 0 | 0.35 | 0.90 | 0.19 |
| HSL | 36.45º | 0.82% | 0.45% | - |
| HSV(B) | 36.45º | 0.9% | 0.81% | - |
| XYZ | 34.39 | 30.37 | 4.76 | - |
| YUV | 142.95 | 59.18 | 173.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 134 | 21 | 0 | 0.35 | 0.90 | 0.19 | 36.45 | 0.82 | 0.45 |
| Hex | CF | 86 | 15 | 0 | 23 | 5A | 13 | 24 | 52 | 2D |
| Octal | 317 | 206 | 25 | 0 | 43 | 132 | 23 | 44 | 122 | 55 |
| Binary | 11001111 | 10000110 | 10101 | 0 | 100011 | 1011010 | 10011 | 100100 | 1010010 | 101101 |
Color Harmonies of #CF8615
Complementary color
Monochromatic Colors of #CF8615
Black with #CF8615
Text Example
Text Example
White with #CF8615
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8615; }
p { color: rgb(207,134,21); }
H1.HeaderClassName
{
color: #CF8615;
}
.AnyTagClassName
{
color: #CF8615;
}
</style>
background-color css
<style>
a { background-color: #CF8615; }
a { background-color: rgb(207,134,21); }
div.DivClassName
{
background-color: #CF8615;
}
.BgClassName
{
background-color: #CF8615;
}
</style>
border-color css
<style>
span { border-color: #CF8615; }
span { border-color: rgb(207,134,21); }
td.TdClassName
{
border-color: #CF8615;
}
.TagClassName
{
border-color: #CF8615;
}
</style>