Shades of Ochre #CF7926
Tints of Ochre #CF7926
RGB
CMYK
RGB Variations
Color information
#CF7926 (or 0xCF7926) is known color: Ochre. HEX triplet: CF, 79 and 26. RGB value is (207,121,38). Sum of RGB (Red+Green+Blue) = 207+121+38=366 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.56% from 366); Green value is 121 (47.66% from 255 or 33.06% from 366); Blue value is 38 (15.23% from 255 or 10.38% from 366); Max value from RGB is 207 - color contains mainly: red. Hex color #CF7926 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF7926 is #3086D9. Grayscale: #898989. Windows color (decimal): -3180250 or 2521551. OLE color: 2521551.
HSL color Cylindrical-coordinate representation of color #CF7926: hue angle of 29.47º degrees, saturation: 0.69, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CF7926 is Cyan = 0, Magento = 0.42, Yellow = 0.82 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 38 | - |
| CMYK | 0 | 0.42 | 0.82 | 0.19 |
| HSL | 29.47º | 0.69% | 0.48% | - |
| HSV(B) | 29.47º | 0.82% | 0.81% | - |
| XYZ | 32.92 | 27.08 | 5.33 | - |
| YUV | 137.25 | 71.99 | 177.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 38 | 0 | 0.42 | 0.82 | 0.19 | 29.47 | 0.69 | 0.48 |
| Hex | CF | 79 | 26 | 0 | 2A | 52 | 13 | 1D | 45 | 30 |
| Octal | 317 | 171 | 46 | 0 | 52 | 122 | 23 | 35 | 105 | 60 |
| Binary | 11001111 | 1111001 | 100110 | 0 | 101010 | 1010010 | 10011 | 11101 | 1000101 | 110000 |
Color Harmonies of #CF7926
Complementary color
Monochromatic Colors of #CF7926
Black with #CF7926
Text Example
Text Example
White with #CF7926
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF7926; }
p { color: rgb(207,121,38); }
H1.HeaderClassName
{
color: #CF7926;
}
.AnyTagClassName
{
color: #CF7926;
}
</style>
background-color css
<style>
a { background-color: #CF7926; }
a { background-color: rgb(207,121,38); }
div.DivClassName
{
background-color: #CF7926;
}
.BgClassName
{
background-color: #CF7926;
}
</style>
border-color css
<style>
span { border-color: #CF7926; }
span { border-color: rgb(207,121,38); }
td.TdClassName
{
border-color: #CF7926;
}
.TagClassName
{
border-color: #CF7926;
}
</style>