Shades of Ochre #CF8519
Tints of Ochre #CF8519
RGB
CMYK
RGB Variations
Color information
#CF8519 (or 0xCF8519) is known color: Ochre. HEX triplet: CF, 85 and 19. RGB value is (207,133,25). Sum of RGB (Red+Green+Blue) = 207+133+25=365 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.71% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 25 (10.16% from 255 or 6.85% from 365); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8519 is #307AE6. Grayscale: #8F8F8F. Windows color (decimal): -3177191 or 1672655. OLE color: 1672655.
HSL color Cylindrical-coordinate representation of color #CF8519: hue angle of 35.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF8519 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 133 | 25 | - |
| CMYK | 0 | 0.36 | 0.88 | 0.19 |
| HSL | 35.6º | 0.78% | 0.45% | - |
| HSV(B) | 35.6º | 0.88% | 0.81% | - |
| XYZ | 34.3 | 30.11 | 4.92 | - |
| YUV | 142.81 | 61.52 | 173.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 133 | 25 | 0 | 0.36 | 0.88 | 0.19 | 35.6 | 0.78 | 0.45 |
| Hex | CF | 85 | 19 | 0 | 24 | 58 | 13 | 24 | 4E | 2D |
| Octal | 317 | 205 | 31 | 0 | 44 | 130 | 23 | 44 | 116 | 55 |
| Binary | 11001111 | 10000101 | 11001 | 0 | 100100 | 1011000 | 10011 | 100100 | 1001110 | 101101 |
Color Harmonies of #CF8519
Complementary color
Monochromatic Colors of #CF8519
Black with #CF8519
Text Example
Text Example
White with #CF8519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF8519; }
p { color: rgb(207,133,25); }
H1.HeaderClassName
{
color: #CF8519;
}
.AnyTagClassName
{
color: #CF8519;
}
</style>
background-color css
<style>
a { background-color: #CF8519; }
a { background-color: rgb(207,133,25); }
div.DivClassName
{
background-color: #CF8519;
}
.BgClassName
{
background-color: #CF8519;
}
</style>
border-color css
<style>
span { border-color: #CF8519; }
span { border-color: rgb(207,133,25); }
td.TdClassName
{
border-color: #CF8519;
}
.TagClassName
{
border-color: #CF8519;
}
</style>