#C8780C

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

Shades of Ochre #C8780C

Tints of Ochre #C8780C

Color information

#C8780C (or 0xC8780C) is unknown color: approx Ochre. HEX triplet: C8, 78 and 0C. RGB value is (200,120,12). Sum of RGB (Red+Green+Blue) = 200+120+12=332 (43% of max value = 765). Red value is 200 (78.52% from 255 or 60.24% from 332); Green value is 120 (47.27% from 255 or 36.14% from 332); Blue value is 12 (5.08% from 255 or 3.61% from 332); Max value from RGB is 200 - color contains mainly: red. Hex color #C8780C is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C8780C is #3787F3. Grayscale: #848484. Windows color (decimal): -3639284 or 817352. OLE color: 817352.

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

Color convert

RGB20012012-
CMYK00.40.940.22
HSL34.47º88.68%41.57%-
HSV(B)34.47º94%78.43%-
XYZ30.625.743.7-
YUV131.6160.5176.78-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 60.24%
GREEN value IS 120 (47.27% from 255) = 36.14%
BLUE value IS 12 (5.08% from 255) = 3.61%
R=60.24%
G=36.14%
B=3.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.94
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001201200.40.940.2234.4788.6841.57
HexC878C0285E1622592a
Octal31017014050136264213152
Binary110010001111000110001010001011110101101000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8780C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8780C; }

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

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

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

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

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

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

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

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