Shades of Ochre #CF790A
Tints of Ochre #CF790A
RGB
CMYK
RGB Variations
Color information
#CF790A (or 0xCF790A) is known color: Ochre. HEX triplet: CF, 79 and 0A. RGB value is (207,121,10). Sum of RGB (Red+Green+Blue) = 207+121+10=338 (44% of max value = 765). Red value is 207 (81.25% from 255 or 61.24% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 10 (4.30% from 255 or 2.96% from 338); Max value from RGB is 207 - color contains mainly: red. Hex color #CF790A is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #CF790A is #3086F5. Grayscale: #868686. Windows color (decimal): -3180278 or 686543. OLE color: 686543.
HSL color Cylindrical-coordinate representation of color #CF790A: hue angle of 33.81º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #CF790A is Cyan = 0, Magento = 0.42, Yellow = 0.95 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 121 | 10 | - |
| CMYK | 0 | 0.42 | 0.95 | 0.19 |
| HSL | 33.81º | 0.91% | 0.43% | - |
| HSV(B) | 33.81º | 0.95% | 0.81% | - |
| XYZ | 32.62 | 26.96 | 3.77 | - |
| YUV | 134.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 121 | 10 | 0 | 0.42 | 0.95 | 0.19 | 33.81 | 0.91 | 0.43 |
| Hex | CF | 79 | A | 0 | 2A | 5F | 13 | 22 | 5B | 2B |
| Octal | 317 | 171 | 12 | 0 | 52 | 137 | 23 | 42 | 133 | 53 |
| Binary | 11001111 | 1111001 | 1010 | 0 | 101010 | 1011111 | 10011 | 100010 | 1011011 | 101011 |
Color Harmonies of #CF790A
Complementary color
Monochromatic Colors of #CF790A
Black with #CF790A
Text Example
Text Example
White with #CF790A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF790A; }
p { color: rgb(207,121,10); }
H1.HeaderClassName
{
color: #CF790A;
}
.AnyTagClassName
{
color: #CF790A;
}
</style>
background-color css
<style>
a { background-color: #CF790A; }
a { background-color: rgb(207,121,10); }
div.DivClassName
{
background-color: #CF790A;
}
.BgClassName
{
background-color: #CF790A;
}
</style>
border-color css
<style>
span { border-color: #CF790A; }
span { border-color: rgb(207,121,10); }
td.TdClassName
{
border-color: #CF790A;
}
.TagClassName
{
border-color: #CF790A;
}
</style>