#CF8818

Color #CF8818 Ochre (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ochre #CF8818

Tints of Ochre #CF8818

Color information

#CF8818 (or 0xCF8818) is unknown color: approx Ochre. HEX triplet: CF, 88 and 18. RGB value is (207,136,24). Sum of RGB (Red+Green+Blue) = 207+136+24=367 (48% of max value = 765). Red value is 207 (81.25% from 255 or 56.40% from 367); Green value is 136 (53.52% from 255 or 37.06% from 367); Blue value is 24 (9.77% from 255 or 6.54% from 367); Max value from RGB is 207 - color contains mainly: red. Hex color #CF8818 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CF8818 is #3077E7. Grayscale: #909090. Windows color (decimal): -3176424 or 1607887. OLE color: 1607887.

HSL color Cylindrical-coordinate representation of color #CF8818: hue angle of 36.72º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #CF8818 is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.19.

Color convert

RGB20713624-
CMYK00.340.880.19
HSL36.72º79.22%45.29%-
HSV(B)36.72º88.41%81.18%-
XYZ34.730.945.01-
YUV144.4660.02172.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 56.40%
GREEN value IS 136 (53.52% from 255) = 37.06%
BLUE value IS 24 (9.77% from 255) = 6.54%
R=56.40%
G=37.06%
B=6.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.88
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071362400.340.880.1936.7279.2245.29
HexCF88180225813254f2d
Octal31721030042130234511755
Binary11001111100010001100001000101011000100111001011001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CF8818

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CF8818; }

 p { color: rgb(207,136,24); }

 H1.HeaderClassName
 {
   color: #CF8818;
 }
 .AnyTagClassName
 {
   color: #CF8818;
 }
</style>
background-color css

<style>
 a { background-color: #CF8818; }

 a { background-color: rgb(207,136,24); }

 div.DivClassName
 {
   background-color: #CF8818;
 }
 .BgClassName
 {
   background-color: #CF8818;
 }
</style>
border-color css

<style>
 span { border-color: #CF8818; }

 span { border-color: rgb(207,136,24); }

 td.TdClassName
 {
   border-color: #CF8818;
 }
 .TagClassName
 {
   border-color: #CF8818;
 }
</style>