Shades of Ochre #CF8117
Tints of Ochre #CF8117
RGB
CMYK
RGB Variations
Color information
#CF8117 (or 0xCF8117) is known color: Ochre. HEX triplet: CF, 81 and 17. RGB value is (207,129,23). Sum of RGB (Red+Green+Blue) = 207+129+23=359 (47% of max value = 765). Red value is 207 (81.25% from 255 or 57.66% from 359); Green value is 129 (50.78% from 255 or 35.93% from 359); Blue value is 23 (9.38% from 255 or 6.41% from 359); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8117 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8117 is #307EE8. Grayscale: #8C8C8C. Windows color (decimal): -3178217 or 1540559. OLE color: 1540559.
HSL color Cylindrical-coordinate representation of color #CF8117: hue angle of 34.57º degrees, saturation: 0.8, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #CF8117 is Cyan = 0, Magento = 0.38, Yellow = 0.89 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 23 | - |
| CMYK | 0 | 0.38 | 0.89 | 0.19 |
| HSL | 34.57º | 0.8% | 0.45% | - |
| HSV(B) | 34.57º | 0.89% | 0.81% | - |
| XYZ | 33.74 | 29.03 | 4.64 | - |
| YUV | 140.24 | 61.84 | 175.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 23 | 0 | 0.38 | 0.89 | 0.19 | 34.57 | 0.8 | 0.45 |
| Hex | CF | 81 | 17 | 0 | 26 | 59 | 13 | 23 | 50 | 2D |
| Octal | 317 | 201 | 27 | 0 | 46 | 131 | 23 | 43 | 120 | 55 |
| Binary | 11001111 | 10000001 | 10111 | 0 | 100110 | 1011001 | 10011 | 100011 | 1010000 | 101101 |
Color Harmonies of #CF8117
Complementary color
Monochromatic Colors of #CF8117
Black with #CF8117
Text Example
Text Example
White with #CF8117
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8117; }
p { color: rgb(207,129,23); }
H1.HeaderClassName
{
color: #CF8117;
}
.AnyTagClassName
{
color: #CF8117;
}
</style>
background-color css
<style>
a { background-color: #CF8117; }
a { background-color: rgb(207,129,23); }
div.DivClassName
{
background-color: #CF8117;
}
.BgClassName
{
background-color: #CF8117;
}
</style>
border-color css
<style>
span { border-color: #CF8117; }
span { border-color: rgb(207,129,23); }
td.TdClassName
{
border-color: #CF8117;
}
.TagClassName
{
border-color: #CF8117;
}
</style>