#C8781E

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

Shades of Ochre #C8781E

Tints of Ochre #C8781E

Color information

#C8781E (or 0xC8781E) is unknown color: approx Ochre. HEX triplet: C8, 78 and 1E. RGB value is (200,120,30). Sum of RGB (Red+Green+Blue) = 200+120+30=350 (46% of max value = 765). Red value is 200 (78.52% from 255 or 57.14% from 350); Green value is 120 (47.27% from 255 or 34.29% from 350); Blue value is 30 (12.11% from 255 or 8.57% from 350); Max value from RGB is 200 - color contains mainly: red. Hex color #C8781E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C8781E is #3787E1. Grayscale: #868686. Windows color (decimal): -3639266 or 1997000. OLE color: 1997000.

HSL color Cylindrical-coordinate representation of color #C8781E: hue angle of 31.76º degrees, saturation: 0.74, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #C8781E is Cyan = 0, Magento = 0.4, Yellow = 0.85 and Black (K on CMYK) = 0.22.

Color convert

RGB20012030-
CMYK00.40.850.22
HSL31.76º73.91%45.1%-
HSV(B)31.76º85%78.43%-
XYZ30.7725.814.59-
YUV133.6669.5175.32-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 57.14%
GREEN value IS 120 (47.27% from 255) = 34.29%
BLUE value IS 30 (12.11% from 255) = 8.57%
R=57.14%
G=34.29%
B=8.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.85
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001203000.40.850.2231.7673.9145.1
HexC8781E0285516204a2d
Octal31017036050125264011255
Binary1100100011110001111001010001010101101101000001001010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8781E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8781E; }

 p { color: rgb(200,120,30); }

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

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

 a { background-color: rgb(200,120,30); }

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

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

 span { border-color: rgb(200,120,30); }

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