#C78E4B

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

Shades of Tussock #C78E4B

Tints of Tussock #C78E4B

Color information

#C78E4B (or 0xC78E4B) is unknown color: approx Tussock. HEX triplet: C7, 8E and 4B. RGB value is (199,142,75). Sum of RGB (Red+Green+Blue) = 199+142+75=416 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.84% from 416); Green value is 142 (55.86% from 255 or 34.13% from 416); Blue value is 75 (29.69% from 255 or 18.03% from 416); Max value from RGB is 199 - color contains mainly: red. Hex color #C78E4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78E4B is #3871B4. Grayscale: #979797. Windows color (decimal): -3699125 or 4951751. OLE color: 4951751.

HSL color Cylindrical-coordinate representation of color #C78E4B: hue angle of 32.42º degrees, saturation: 0.53, 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 #C78E4B is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.22.

Color convert

RGB19914275-
CMYK00.290.620.22
HSL32.42º52.54%53.73%-
HSV(B)32.42º62.31%78.04%-
XYZ34.53211.01-
YUV151.484.88161.95-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.84%
GREEN value IS 142 (55.86% from 255) = 34.13%
BLUE value IS 75 (29.69% from 255) = 18.03%
R=47.84%
G=34.13%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991427500.290.620.2232.4252.5453.73
HexC78E4B01D3E16203536
Octal3072161130357626406566
Binary1100011110001110100101101110111111010110100000110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78E4B; }

 p { color: rgb(199,142,75); }

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

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

 a { background-color: rgb(199,142,75); }

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

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

 span { border-color: rgb(199,142,75); }

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