Shades of Ochre #CF8015
Tints of Ochre #CF8015
RGB
CMYK
RGB Variations
Color information
#CF8015 (or 0xCF8015) is known color: Ochre. HEX triplet: CF, 80 and 15. RGB value is (207,128,21). Sum of RGB (Red+Green+Blue) = 207+128+21=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 21 (8.59% from 255 or 5.90% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8015 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8015 is #307FEA. Grayscale: #8B8B8B. Windows color (decimal): -3178475 or 1409231. OLE color: 1409231.
HSL color Cylindrical-coordinate representation of color #CF8015: hue angle of 34.52º 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 #CF8015 is Cyan = 0, Magento = 0.38, Yellow = 0.90 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 128 | 21 | - |
| CMYK | 0 | 0.38 | 0.90 | 0.19 |
| HSL | 34.52º | 0.82% | 0.45% | - |
| HSV(B) | 34.52º | 0.9% | 0.81% | - |
| XYZ | 33.59 | 28.76 | 4.49 | - |
| YUV | 139.42 | 61.17 | 176.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 128 | 21 | 0 | 0.38 | 0.90 | 0.19 | 34.52 | 0.82 | 0.45 |
| Hex | CF | 80 | 15 | 0 | 26 | 5A | 13 | 23 | 52 | 2D |
| Octal | 317 | 200 | 25 | 0 | 46 | 132 | 23 | 43 | 122 | 55 |
| Binary | 11001111 | 10000000 | 10101 | 0 | 100110 | 1011010 | 10011 | 100011 | 1010010 | 101101 |
Color Harmonies of #CF8015
Complementary color
Monochromatic Colors of #CF8015
Black with #CF8015
Text Example
Text Example
White with #CF8015
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8015; }
p { color: rgb(207,128,21); }
H1.HeaderClassName
{
color: #CF8015;
}
.AnyTagClassName
{
color: #CF8015;
}
</style>
background-color css
<style>
a { background-color: #CF8015; }
a { background-color: rgb(207,128,21); }
div.DivClassName
{
background-color: #CF8015;
}
.BgClassName
{
background-color: #CF8015;
}
</style>
border-color css
<style>
span { border-color: #CF8015; }
span { border-color: rgb(207,128,21); }
td.TdClassName
{
border-color: #CF8015;
}
.TagClassName
{
border-color: #CF8015;
}
</style>