Shades of Ochre #CF781D
Tints of Ochre #CF781D
RGB
CMYK
RGB Variations
Color information
#CF781D (or 0xCF781D) is known color: Ochre. HEX triplet: CF, 78 and 1D. RGB value is (207,120,29). Sum of RGB (Red+Green+Blue) = 207+120+29=356 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.15% from 356); Green value is 120 (47.27% from 255 or 33.71% from 356); Blue value is 29 (11.72% from 255 or 8.15% from 356); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781D is #3087E2. Grayscale: #888888. Windows color (decimal): -3180515 or 1931471. OLE color: 1931471.
HSL color Cylindrical-coordinate representation of color #CF781D: hue angle of 30.67º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CF781D is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 29 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.19 |
| HSL | 30.67º | 0.75% | 0.46% | - |
| HSV(B) | 30.67º | 0.86% | 0.81% | - |
| XYZ | 32.67 | 26.79 | 4.61 | - |
| YUV | 135.64 | 67.82 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 29 | 0 | 0.42 | 0.86 | 0.19 | 30.67 | 0.75 | 0.46 |
| Hex | CF | 78 | 1D | 0 | 2A | 56 | 13 | 1F | 4B | 2E |
| Octal | 317 | 170 | 35 | 0 | 52 | 126 | 23 | 37 | 113 | 56 |
| Binary | 11001111 | 1111000 | 11101 | 0 | 101010 | 1010110 | 10011 | 11111 | 1001011 | 101110 |
Color Harmonies of #CF781D
Complementary color
Monochromatic Colors of #CF781D
Black with #CF781D
Text Example
Text Example
White with #CF781D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF781D; }
p { color: rgb(207,120,29); }
H1.HeaderClassName
{
color: #CF781D;
}
.AnyTagClassName
{
color: #CF781D;
}
</style>
background-color css
<style>
a { background-color: #CF781D; }
a { background-color: rgb(207,120,29); }
div.DivClassName
{
background-color: #CF781D;
}
.BgClassName
{
background-color: #CF781D;
}
</style>
border-color css
<style>
span { border-color: #CF781D; }
span { border-color: rgb(207,120,29); }
td.TdClassName
{
border-color: #CF781D;
}
.TagClassName
{
border-color: #CF781D;
}
</style>