Shades of Ochre #CF881B
Tints of Ochre #CF881B
RGB
CMYK
RGB Variations
Color information
#CF881B (or 0xCF881B) is known color: Ochre. HEX triplet: CF, 88 and 1B. RGB value is (207,136,27). Sum of RGB (Red+Green+Blue) = 207+136+27=370 (49% of max value = 765). Red value is 207 (81.25% from 255 or 55.95% from 370); Green value is 136 (53.52% from 255 or 36.76% from 370); Blue value is 27 (10.94% from 255 or 7.30% from 370); Max value from RGB is 207 - color contains mainly: red. Hex color #CF881B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF881B is #3077E4. Grayscale: #919191. Windows color (decimal): -3176421 or 1804495. OLE color: 1804495.
HSL color Cylindrical-coordinate representation of color #CF881B: hue angle of 36.33º degrees, saturation: 0.77, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #CF881B is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 136 | 27 | - |
| CMYK | 0 | 0.34 | 0.87 | 0.19 |
| HSL | 36.33º | 0.77% | 0.46% | - |
| HSV(B) | 36.33º | 0.87% | 0.81% | - |
| XYZ | 34.73 | 30.95 | 5.18 | - |
| YUV | 144.8 | 61.52 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 136 | 27 | 0 | 0.34 | 0.87 | 0.19 | 36.33 | 0.77 | 0.46 |
| Hex | CF | 88 | 1B | 0 | 22 | 57 | 13 | 24 | 4D | 2E |
| Octal | 317 | 210 | 33 | 0 | 42 | 127 | 23 | 44 | 115 | 56 |
| Binary | 11001111 | 10001000 | 11011 | 0 | 100010 | 1010111 | 10011 | 100100 | 1001101 | 101110 |
Color Harmonies of #CF881B
Complementary color
Monochromatic Colors of #CF881B
Black with #CF881B
Text Example
Text Example
White with #CF881B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CF881B; }
p { color: rgb(207,136,27); }
H1.HeaderClassName
{
color: #CF881B;
}
.AnyTagClassName
{
color: #CF881B;
}
</style>
background-color css
<style>
a { background-color: #CF881B; }
a { background-color: rgb(207,136,27); }
div.DivClassName
{
background-color: #CF881B;
}
.BgClassName
{
background-color: #CF881B;
}
</style>
border-color css
<style>
span { border-color: #CF881B; }
span { border-color: rgb(207,136,27); }
td.TdClassName
{
border-color: #CF881B;
}
.TagClassName
{
border-color: #CF881B;
}
</style>