Shades of Ochre #CF7319
Tints of Ochre #CF7319
RGB
CMYK
RGB Variations
Color information
#CF7319 (or 0xCF7319) is known color: Ochre. HEX triplet: CF, 73 and 19. RGB value is (207,115,25). Sum of RGB (Red+Green+Blue) = 207+115+25=347 (45% of max value = 765). Red value is 207 (81.25% from 255 or 59.65% from 347); Green value is 115 (45.31% from 255 or 33.14% from 347); Blue value is 25 (10.16% from 255 or 7.20% from 347); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7319 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7319 is #308CE6. Grayscale: #848484. Windows color (decimal): -3181799 or 1668047. OLE color: 1668047.
HSL color Cylindrical-coordinate representation of color #CF7319: hue angle of 29.67º 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 #CF7319 is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 115 | 25 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.19 |
| HSL | 29.67º | 0.78% | 0.45% | - |
| HSV(B) | 29.67º | 0.88% | 0.81% | - |
| XYZ | 32.04 | 25.6 | 4.17 | - |
| YUV | 132.25 | 67.48 | 181.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 115 | 25 | 0 | 0.44 | 0.88 | 0.19 | 29.67 | 0.78 | 0.45 |
| Hex | CF | 73 | 19 | 0 | 2C | 58 | 13 | 1E | 4E | 2D |
| Octal | 317 | 163 | 31 | 0 | 54 | 130 | 23 | 36 | 116 | 55 |
| Binary | 11001111 | 1110011 | 11001 | 0 | 101100 | 1011000 | 10011 | 11110 | 1001110 | 101101 |
Color Harmonies of #CF7319
Complementary color
Monochromatic Colors of #CF7319
Black with #CF7319
Text Example
Text Example
White with #CF7319
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7319; }
p { color: rgb(207,115,25); }
H1.HeaderClassName
{
color: #CF7319;
}
.AnyTagClassName
{
color: #CF7319;
}
</style>
background-color css
<style>
a { background-color: #CF7319; }
a { background-color: rgb(207,115,25); }
div.DivClassName
{
background-color: #CF7319;
}
.BgClassName
{
background-color: #CF7319;
}
</style>
border-color css
<style>
span { border-color: #CF7319; }
span { border-color: rgb(207,115,25); }
td.TdClassName
{
border-color: #CF7319;
}
.TagClassName
{
border-color: #CF7319;
}
</style>