#C8964B

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

Shades of Tussock #C8964B

Tints of Tussock #C8964B

Color information

#C8964B (or 0xC8964B) is unknown color: approx Tussock. HEX triplet: C8, 96 and 4B. RGB value is (200,150,75). Sum of RGB (Red+Green+Blue) = 200+150+75=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 150 (58.98% from 255 or 35.29% from 425); Blue value is 75 (29.69% from 255 or 17.65% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C8964B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8964B is #3769B4. Grayscale: #9C9C9C. Windows color (decimal): -3631541 or 4953800. OLE color: 4953800.

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

Color convert

RGB20015075-
CMYK00.250.620.22
HSL36º53.19%53.92%-
HSV(B)36º62.5%78.43%-
XYZ3634.611.44-
YUV156.482.06159.1-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 150 (58.98% from 255) = 35.29%
BLUE value IS 75 (29.69% from 255) = 17.65%
R=47.06%
G=35.29%
B=17.65%

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
Decimal2001507500.250.620.223653.1953.92
HexC8964B0193E16243536
Octal3102261130317626446566
Binary1100100010010110100101101100111111010110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8964B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8964B; }

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

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

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

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

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

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

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

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