Shades of Ochre #CF7B19
Tints of Ochre #CF7B19
RGB
CMYK
RGB Variations
Color information
#CF7B19 (or 0xCF7B19) is known color: Ochre. HEX triplet: CF, 7B and 19. RGB value is (207,123,25). Sum of RGB (Red+Green+Blue) = 207+123+25=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 123 (48.44% from 255 or 34.65% from 355); Blue value is 25 (10.16% from 255 or 7.04% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7B19 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF7B19 is #3084E6. Grayscale: #898989. Windows color (decimal): -3179751 or 1670095. OLE color: 1670095.
HSL color Cylindrical-coordinate representation of color #CF7B19: hue angle of 32.31º 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 #CF7B19 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 123 | 25 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.19 |
| HSL | 32.31º | 0.78% | 0.45% | - |
| HSV(B) | 32.31º | 0.88% | 0.81% | - |
| XYZ | 32.99 | 27.5 | 4.49 | - |
| YUV | 136.94 | 64.83 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 123 | 25 | 0 | 0.41 | 0.88 | 0.19 | 32.31 | 0.78 | 0.45 |
| Hex | CF | 7B | 19 | 0 | 29 | 58 | 13 | 20 | 4E | 2D |
| Octal | 317 | 173 | 31 | 0 | 51 | 130 | 23 | 40 | 116 | 55 |
| Binary | 11001111 | 1111011 | 11001 | 0 | 101001 | 1011000 | 10011 | 100000 | 1001110 | 101101 |
Color Harmonies of #CF7B19
Complementary color
Monochromatic Colors of #CF7B19
Black with #CF7B19
Text Example
Text Example
White with #CF7B19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7B19; }
p { color: rgb(207,123,25); }
H1.HeaderClassName
{
color: #CF7B19;
}
.AnyTagClassName
{
color: #CF7B19;
}
</style>
background-color css
<style>
a { background-color: #CF7B19; }
a { background-color: rgb(207,123,25); }
div.DivClassName
{
background-color: #CF7B19;
}
.BgClassName
{
background-color: #CF7B19;
}
</style>
border-color css
<style>
span { border-color: #CF7B19; }
span { border-color: rgb(207,123,25); }
td.TdClassName
{
border-color: #CF7B19;
}
.TagClassName
{
border-color: #CF7B19;
}
</style>