#cf801c

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

Shades of Ochre #CF801C

Tints of Ochre #CF801C

Color information

#CF801C (or 0xCF801C) is unknown color: approx Ochre. HEX triplet: CF, 80 and 1C. RGB value is (207,128,28). Sum of RGB (Red+Green+Blue) = 207+128+28=363 (48% of max value = 765). Red value is 207 (81.25% from 255 or 57.02% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 28 (11.33% from 255 or 7.71% from 363); Max value from RGB is 207 - color contains mainly: red. Hex color #CF801C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CF801C is #307FE3. Grayscale: #8C8C8C. Windows color (decimal): -3178468 or 1867983. OLE color: 1867983.

HSL color Cylindrical-coordinate representation of color #CF801C: hue angle of 33.52º 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 #CF801C is Cyan = 0, Magento = 0.38, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20712828-
CMYK00.380.860.19
HSL33.52º76.17%46.08%-
HSV(B)33.52º86.47%81.18%-
XYZ33.6628.794.88-
YUV140.2264.67175.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 57.02%
GREEN value IS 128 (50.39% from 255) = 35.26%
BLUE value IS 28 (11.33% from 255) = 7.71%
R=57.02%
G=35.26%
B=7.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071282800.380.860.1933.5276.1746.08
HexCF801C0265613224c2e
Octal31720034046126234211456
Binary11001111100000001110001001101010110100111000101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cf801c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cf801c; }

 p { color: rgb(207,128,28); }

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

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

 a { background-color: rgb(207,128,28); }

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

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

 span { border-color: rgb(207,128,28); }

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