Shades of Ochre #CF8113
Tints of Ochre #CF8113
RGB
CMYK
RGB Variations
Color information
#CF8113 (or 0xCF8113) is known color: Ochre. HEX triplet: CF, 81 and 13. RGB value is (207,129,19). Sum of RGB (Red+Green+Blue) = 207+129+19=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 19 (7.81% from 255 or 5.35% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8113 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8113 is #307EEC. Grayscale: #8C8C8C. Windows color (decimal): -3178221 or 1278415. OLE color: 1278415.
HSL color Cylindrical-coordinate representation of color #CF8113: hue angle of 35.11º degrees, saturation: 0.83, 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 #CF8113 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 129 | 19 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.19 |
| HSL | 35.11º | 0.83% | 0.44% | - |
| HSV(B) | 35.11º | 0.91% | 0.81% | - |
| XYZ | 33.7 | 29.01 | 4.44 | - |
| YUV | 139.78 | 59.84 | 175.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 129 | 19 | 0 | 0.38 | 0.91 | 0.19 | 35.11 | 0.83 | 0.44 |
| Hex | CF | 81 | 13 | 0 | 26 | 5B | 13 | 23 | 53 | 2C |
| Octal | 317 | 201 | 23 | 0 | 46 | 133 | 23 | 43 | 123 | 54 |
| Binary | 11001111 | 10000001 | 10011 | 0 | 100110 | 1011011 | 10011 | 100011 | 1010011 | 101100 |
Color Harmonies of #CF8113
Complementary color
Monochromatic Colors of #CF8113
Black with #CF8113
Text Example
Text Example
White with #CF8113
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8113; }
p { color: rgb(207,129,19); }
H1.HeaderClassName
{
color: #CF8113;
}
.AnyTagClassName
{
color: #CF8113;
}
</style>
background-color css
<style>
a { background-color: #CF8113; }
a { background-color: rgb(207,129,19); }
div.DivClassName
{
background-color: #CF8113;
}
.BgClassName
{
background-color: #CF8113;
}
</style>
border-color css
<style>
span { border-color: #CF8113; }
span { border-color: rgb(207,129,19); }
td.TdClassName
{
border-color: #CF8113;
}
.TagClassName
{
border-color: #CF8113;
}
</style>