Shades of Ochre #CF881C
Tints of Ochre #CF881C
RGB
CMYK
RGB Variations
Color information
#CF881C (or 0xCF881C) is known color: Ochre. HEX triplet: CF, 88 and 1C. RGB value is (207,136,28). Sum of RGB (Red+Green+Blue) = 207+136+28=371 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.80% from 371); Green value is 136 (53.52% from 255 or 36.66% from 371); Blue value is 28 (11.33% from 255 or 7.55% from 371); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881C is #3077E3. Grayscale: #919191. Windows color (decimal): -3176420 or 1870031. OLE color: 1870031.
HSL color Cylindrical-coordinate representation of color #CF881C: hue angle of 36.2º 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 #CF881C is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 28 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.19 |
| HSL | 36.2º | 0.76% | 0.46% | - |
| HSV(B) | 36.2º | 0.86% | 0.81% | - |
| XYZ | 34.75 | 30.96 | 5.24 | - |
| YUV | 144.92 | 62.02 | 172.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 28 | 0 | 0.34 | 0.86 | 0.19 | 36.2 | 0.76 | 0.46 |
| Hex | CF | 88 | 1C | 0 | 22 | 56 | 13 | 24 | 4C | 2E |
| Octal | 317 | 210 | 34 | 0 | 42 | 126 | 23 | 44 | 114 | 56 |
| Binary | 11001111 | 10001000 | 11100 | 0 | 100010 | 1010110 | 10011 | 100100 | 1001100 | 101110 |
Color Harmonies of #CF881C
Complementary color
Monochromatic Colors of #CF881C
Black with #CF881C
Text Example
Text Example
White with #CF881C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF881C; }
p { color: rgb(207,136,28); }
H1.HeaderClassName
{
color: #CF881C;
}
.AnyTagClassName
{
color: #CF881C;
}
</style>
background-color css
<style>
a { background-color: #CF881C; }
a { background-color: rgb(207,136,28); }
div.DivClassName
{
background-color: #CF881C;
}
.BgClassName
{
background-color: #CF881C;
}
</style>
border-color css
<style>
span { border-color: #CF881C; }
span { border-color: rgb(207,136,28); }
td.TdClassName
{
border-color: #CF881C;
}
.TagClassName
{
border-color: #CF881C;
}
</style>