Shades of Ochre #CF781C
Tints of Ochre #CF781C
RGB
CMYK
RGB Variations
Color information
#CF781C (or 0xCF781C) is known color: Ochre. HEX triplet: CF, 78 and 1C. RGB value is (207,120,28). Sum of RGB (Red+Green+Blue) = 207+120+28=355 (47% of max value = 765). Red value is 207 (81.25% from 255 or 58.31% from 355); Green value is 120 (47.27% from 255 or 33.80% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 207 - color contains mainly: red. Hex color #CF781C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #CF781C is #3087E3. Grayscale: #878787. Windows color (decimal): -3180516 or 1865935. OLE color: 1865935.
HSL color Cylindrical-coordinate representation of color #CF781C: hue angle of 30.84º degrees, saturation: 0.76, 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 #CF781C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 120 | 28 | - |
| CMYK | 0 | 0.42 | 0.86 | 0.19 |
| HSL | 30.84º | 0.76% | 0.46% | - |
| HSV(B) | 30.84º | 0.86% | 0.81% | - |
| XYZ | 32.66 | 26.78 | 4.55 | - |
| YUV | 135.53 | 67.32 | 178.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 120 | 28 | 0 | 0.42 | 0.86 | 0.19 | 30.84 | 0.76 | 0.46 |
| Hex | CF | 78 | 1C | 0 | 2A | 56 | 13 | 1F | 4C | 2E |
| Octal | 317 | 170 | 34 | 0 | 52 | 126 | 23 | 37 | 114 | 56 |
| Binary | 11001111 | 1111000 | 11100 | 0 | 101010 | 1010110 | 10011 | 11111 | 1001100 | 101110 |
Color Harmonies of #CF781C
Complementary color
Monochromatic Colors of #CF781C
Black with #CF781C
Text Example
Text Example
White with #CF781C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF781C; }
p { color: rgb(207,120,28); }
H1.HeaderClassName
{
color: #CF781C;
}
.AnyTagClassName
{
color: #CF781C;
}
</style>
background-color css
<style>
a { background-color: #CF781C; }
a { background-color: rgb(207,120,28); }
div.DivClassName
{
background-color: #CF781C;
}
.BgClassName
{
background-color: #CF781C;
}
</style>
border-color css
<style>
span { border-color: #CF781C; }
span { border-color: rgb(207,120,28); }
td.TdClassName
{
border-color: #CF781C;
}
.TagClassName
{
border-color: #CF781C;
}
</style>