#C9780C

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

Shades of Ochre #C9780C

Tints of Ochre #C9780C

Color information

#C9780C (or 0xC9780C) is unknown color: approx Ochre. HEX triplet: C9, 78 and 0C. RGB value is (201,120,12). Sum of RGB (Red+Green+Blue) = 201+120+12=333 (44% of max value = 765). Red value is 201 (78.91% from 255 or 60.36% from 333); Green value is 120 (47.27% from 255 or 36.04% from 333); Blue value is 12 (5.08% from 255 or 3.60% from 333); Max value from RGB is 201 - color contains mainly: red. Hex color #C9780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C9780C is #3687F3. Grayscale: #848484. Windows color (decimal): -3573748 or 817353. OLE color: 817353.

HSL color Cylindrical-coordinate representation of color #C9780C: hue angle of 34.29º 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 #C9780C is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.21.

Color convert

RGB20112012-
CMYK00.400.940.21
HSL34.29º88.73%41.76%-
HSV(B)34.29º94.03%78.82%-
XYZ30.8725.883.72-
YUV131.9160.34177.28-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 60.36%
GREEN value IS 120 (47.27% from 255) = 36.04%
BLUE value IS 12 (5.08% from 255) = 3.60%
R=60.36%
G=36.04%
B=3.60%

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
Decimal2011201200.400.940.2134.2988.7341.76
HexC978C0285E1522592a
Octal31117014050136254213152
Binary110010011111000110001010001011110101011000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9780C; }

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

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

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

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

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

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

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

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