Shades of Ochre #CF801D
Tints of Ochre #CF801D
RGB
CMYK
RGB Variations
Color information
#CF801D (or 0xCF801D) is known color: Ochre. HEX triplet: CF, 80 and 1D. RGB value is (207,128,29). Sum of RGB (Red+Green+Blue) = 207+128+29=364 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.87% from 364); Green value is 128 (50.39% from 255 or 35.16% from 364); Blue value is 29 (11.72% from 255 or 7.97% from 364); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801D is #307FE2. Grayscale: #8C8C8C. Windows color (decimal): -3178467 or 1933519. OLE color: 1933519.
HSL color Cylindrical-coordinate representation of color #CF801D: hue angle of 33.37º 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 #CF801D is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 29 | - |
| CMYK | 0 | 0.38 | 0.86 | 0.19 |
| HSL | 33.37º | 0.75% | 0.46% | - |
| HSV(B) | 33.37º | 0.86% | 0.81% | - |
| XYZ | 33.67 | 28.79 | 4.95 | - |
| YUV | 140.34 | 65.17 | 175.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 29 | 0 | 0.38 | 0.86 | 0.19 | 33.37 | 0.75 | 0.46 |
| Hex | CF | 80 | 1D | 0 | 26 | 56 | 13 | 21 | 4B | 2E |
| Octal | 317 | 200 | 35 | 0 | 46 | 126 | 23 | 41 | 113 | 56 |
| Binary | 11001111 | 10000000 | 11101 | 0 | 100110 | 1010110 | 10011 | 100001 | 1001011 | 101110 |
Color Harmonies of #CF801D
Complementary color
Monochromatic Colors of #CF801D
Black with #CF801D
Text Example
Text Example
White with #CF801D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF801D; }
p { color: rgb(207,128,29); }
H1.HeaderClassName
{
color: #CF801D;
}
.AnyTagClassName
{
color: #CF801D;
}
</style>
background-color css
<style>
a { background-color: #CF801D; }
a { background-color: rgb(207,128,29); }
div.DivClassName
{
background-color: #CF801D;
}
.BgClassName
{
background-color: #CF801D;
}
</style>
border-color css
<style>
span { border-color: #CF801D; }
span { border-color: rgb(207,128,29); }
td.TdClassName
{
border-color: #CF801D;
}
.TagClassName
{
border-color: #CF801D;
}
</style>