#C9780F

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

Shades of Ochre #C9780F

Tints of Ochre #C9780F

Color information

#C9780F (or 0xC9780F) is unknown color: approx Ochre. HEX triplet: C9, 78 and 0F. RGB value is (201,120,15). Sum of RGB (Red+Green+Blue) = 201+120+15=336 (44% of max value = 765). Red value is 201 (78.91% from 255 or 59.82% from 336); Green value is 120 (47.27% from 255 or 35.71% from 336); Blue value is 15 (6.25% from 255 or 4.46% from 336); Max value from RGB is 201 - color contains mainly: red. Hex color #C9780F is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9780F is #3687F0. Grayscale: #848484. Windows color (decimal): -3573745 or 1013961. OLE color: 1013961.

HSL color Cylindrical-coordinate representation of color #C9780F: hue angle of 33.87º degrees, saturation: 0.86, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9780F is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.21.

Color convert

RGB20112015-
CMYK00.400.930.21
HSL33.87º86.11%42.35%-
HSV(B)33.87º92.54%78.82%-
XYZ30.8925.883.82-
YUV132.2561.84177.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 59.82%
GREEN value IS 120 (47.27% from 255) = 35.71%
BLUE value IS 15 (6.25% from 255) = 4.46%
R=59.82%
G=35.71%
B=4.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.93
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011201500.400.930.2133.8786.1142.35
HexC978F0285D1522562a
Octal31117017050135254212652
Binary110010011111000111101010001011101101011000101010110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9780F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9780F; }

 p { color: rgb(201,120,15); }

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

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

 a { background-color: rgb(201,120,15); }

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

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

 span { border-color: rgb(201,120,15); }

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