#C8954B

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

Shades of Tussock #C8954B

Tints of Tussock #C8954B

Color information

#C8954B (or 0xC8954B) is unknown color: approx Tussock. HEX triplet: C8, 95 and 4B. RGB value is (200,149,75). Sum of RGB (Red+Green+Blue) = 200+149+75=424 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.17% from 424); Green value is 149 (58.59% from 255 or 35.14% from 424); Blue value is 75 (29.69% from 255 or 17.69% from 424); Max value from RGB is 200 - color contains mainly: red. Hex color #C8954B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8954B is #376AB4. Grayscale: #9C9C9C. Windows color (decimal): -3631797 or 4953544. OLE color: 4953544.

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

Color convert

RGB20014975-
CMYK00.260.620.22
HSL35.52º53.19%53.92%-
HSV(B)35.52º62.5%78.43%-
XYZ35.8434.2811.38-
YUV155.8182.4159.52-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.17%
GREEN value IS 149 (58.59% from 255) = 35.14%
BLUE value IS 75 (29.69% from 255) = 17.69%
R=47.17%
G=35.14%
B=17.69%

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
Decimal2001497500.260.620.2235.5253.1953.92
HexC8954B01A3E16243536
Octal3102251130327626446566
Binary1100100010010101100101101101011111010110100100110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8954B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8954B; }

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

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

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

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

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

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

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

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