#C8964D

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

Shades of Tussock #C8964D

Tints of Tussock #C8964D

Color information

#C8964D (or 0xC8964D) is unknown color: approx Tussock. HEX triplet: C8, 96 and 4D. RGB value is (200,150,77). Sum of RGB (Red+Green+Blue) = 200+150+77=427 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.84% from 427); Green value is 150 (58.98% from 255 or 35.13% from 427); Blue value is 77 (30.47% from 255 or 18.03% from 427); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8964D is #3769B2. Grayscale: #9C9C9C. Windows color (decimal): -3631539 or 5084872. OLE color: 5084872.

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

Color convert

RGB20015077-
CMYK00.250.620.22
HSL35.61º52.79%54.31%-
HSV(B)35.61º61.5%78.43%-
XYZ36.0734.6311.8-
YUV156.6383.06158.94-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.84%
GREEN value IS 150 (58.98% from 255) = 35.13%
BLUE value IS 77 (30.47% from 255) = 18.03%
R=46.84%
G=35.13%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001507700.250.620.2235.6152.7954.31
HexC8964D0193E16243536
Octal3102261150317626446566
Binary1100100010010110100110101100111111010110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8964D; }

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

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

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

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

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

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

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

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