#C8944D

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

Shades of Tussock #C8944D

Tints of Tussock #C8944D

Color information

#C8944D (or 0xC8944D) is unknown color: approx Tussock. HEX triplet: C8, 94 and 4D. RGB value is (200,148,77). Sum of RGB (Red+Green+Blue) = 200+148+77=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 148 (58.20% from 255 or 34.82% from 425); Blue value is 77 (30.47% from 255 or 18.12% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8944D is #376BB2. Grayscale: #9B9B9B. Windows color (decimal): -3632051 or 5084360. OLE color: 5084360.

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

Color convert

RGB20014877-
CMYK00.260.620.22
HSL34.63º52.79%54.31%-
HSV(B)34.63º61.5%78.43%-
XYZ35.7533.9911.7-
YUV155.4583.73159.77-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 148 (58.20% from 255) = 34.82%
BLUE value IS 77 (30.47% from 255) = 18.12%
R=47.06%
G=34.82%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001487700.260.620.2234.6352.7954.31
HexC8944D01A3E16233536
Octal3102241150327626436566
Binary1100100010010100100110101101011111010110100011110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8944D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8944D; }

 p { color: rgb(200,148,77); }

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

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

 a { background-color: rgb(200,148,77); }

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

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

 span { border-color: rgb(200,148,77); }

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