Shades of Ochre #CF7719
Tints of Ochre #CF7719
RGB
CMYK
RGB Variations
Color information
#CF7719 (or 0xCF7719) is known color: Ochre. HEX triplet: CF, 77 and 19. RGB value is (207,119,25). Sum of RGB (Red+Green+Blue) = 207+119+25=351 (46% of max value = 765). Red value is 207 (81.25% from 255 or 58.97% from 351); Green value is 119 (46.88% from 255 or 33.90% from 351); Blue value is 25 (10.16% from 255 or 7.12% from 351); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7719 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7719 is #3088E6. Grayscale: #878787. Windows color (decimal): -3180775 or 1669071. OLE color: 1669071.
HSL color Cylindrical-coordinate representation of color #CF7719: hue angle of 30.99º 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 #CF7719 is Cyan = 0, Magento = 0.43, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 119 | 25 | - |
| CMYK | 0 | 0.43 | 0.88 | 0.19 |
| HSL | 30.99º | 0.78% | 0.45% | - |
| HSV(B) | 30.99º | 0.88% | 0.81% | - |
| XYZ | 32.5 | 26.53 | 4.33 | - |
| YUV | 134.6 | 66.15 | 179.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 119 | 25 | 0 | 0.43 | 0.88 | 0.19 | 30.99 | 0.78 | 0.45 |
| Hex | CF | 77 | 19 | 0 | 2B | 58 | 13 | 1F | 4E | 2D |
| Octal | 317 | 167 | 31 | 0 | 53 | 130 | 23 | 37 | 116 | 55 |
| Binary | 11001111 | 1110111 | 11001 | 0 | 101011 | 1011000 | 10011 | 11111 | 1001110 | 101101 |
Color Harmonies of #CF7719
Complementary color
Monochromatic Colors of #CF7719
Black with #CF7719
Text Example
Text Example
White with #CF7719
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7719; }
p { color: rgb(207,119,25); }
H1.HeaderClassName
{
color: #CF7719;
}
.AnyTagClassName
{
color: #CF7719;
}
</style>
background-color css
<style>
a { background-color: #CF7719; }
a { background-color: rgb(207,119,25); }
div.DivClassName
{
background-color: #CF7719;
}
.BgClassName
{
background-color: #CF7719;
}
</style>
border-color css
<style>
span { border-color: #CF7719; }
span { border-color: rgb(207,119,25); }
td.TdClassName
{
border-color: #CF7719;
}
.TagClassName
{
border-color: #CF7719;
}
</style>