#C9790C

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

Shades of Ochre #C9790C

Tints of Ochre #C9790C

Color information

#C9790C (or 0xC9790C) is unknown color: approx Ochre. HEX triplet: C9, 79 and 0C. RGB value is (201,121,12). Sum of RGB (Red+Green+Blue) = 201+121+12=334 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.18% from 334); Green value is 121 (47.66% from 255 or 36.23% from 334); Blue value is 12 (5.08% from 255 or 3.59% from 334); Max value from RGB is 201 - color contains mainly: red. Hex color #C9790C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9790C is #3686F3. Grayscale: #858585. Windows color (decimal): -3573492 or 817609. OLE color: 817609.

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

Color convert

RGB20112112-
CMYK00.400.940.21
HSL34.6º88.73%41.76%-
HSV(B)34.6º94.03%78.82%-
XYZ30.9926.123.76-
YUV132.4960176.86-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.18%
GREEN value IS 121 (47.66% from 255) = 36.23%
BLUE value IS 12 (5.08% from 255) = 3.59%
R=60.18%
G=36.23%
B=3.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011211200.400.940.2134.688.7341.76
HexC979C0285E1523592a
Octal31117114050136254313152
Binary110010011111001110001010001011110101011000111011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9790C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9790C; }

 p { color: rgb(201,121,12); }

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

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

 a { background-color: rgb(201,121,12); }

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

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

 span { border-color: rgb(201,121,12); }

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