#C78F4C

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

Shades of Tussock #C78F4C

Tints of Tussock #C78F4C

Color information

#C78F4C (or 0xC78F4C) is unknown color: approx Tussock. HEX triplet: C7, 8F and 4C. RGB value is (199,143,76). Sum of RGB (Red+Green+Blue) = 199+143+76=418 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.61% from 418); Green value is 143 (56.25% from 255 or 34.21% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 199 - color contains mainly: red. Hex color #C78F4C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78F4C is #3870B3. Grayscale: #989898. Windows color (decimal): -3698868 or 5017543. OLE color: 5017543.

HSL color Cylindrical-coordinate representation of color #C78F4C: hue angle of 32.68º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C78F4C is Cyan = 0, Magento = 0.28, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19914376-
CMYK00.280.620.22
HSL32.68º52.34%53.92%-
HSV(B)32.68º61.81%78.04%-
XYZ34.6832.3111.25-
YUV152.1185.05161.45-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.61%
GREEN value IS 143 (56.25% from 255) = 34.21%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=47.61%
G=34.21%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991437600.280.620.2232.6852.3453.92
HexC78F4C01C3E16213436
Octal3072171140347626416466
Binary1100011110001111100110001110011111010110100001110100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78F4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78F4C; }

 p { color: rgb(199,143,76); }

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

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

 a { background-color: rgb(199,143,76); }

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

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

 span { border-color: rgb(199,143,76); }

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