#C8984C

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

Shades of Tussock #C8984C

Tints of Tussock #C8984C

Color information

#C8984C (or 0xC8984C) is unknown color: approx Tussock. HEX triplet: C8, 98 and 4C. RGB value is (200,152,76). Sum of RGB (Red+Green+Blue) = 200+152+76=428 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.73% from 428); Green value is 152 (59.77% from 255 or 35.51% from 428); Blue value is 76 (30.08% from 255 or 17.76% from 428); Max value from RGB is 200 - color contains mainly: red. Hex color #C8984C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C8984C is #3767B3. Grayscale: #9E9E9E. Windows color (decimal): -3631028 or 5019848. OLE color: 5019848.

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

Color convert

RGB20015276-
CMYK00.240.620.22
HSL36.77º52.99%54.12%-
HSV(B)36.77º62%78.43%-
XYZ36.3535.2611.73-
YUV157.6981.9158.18-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.73%
GREEN value IS 152 (59.77% from 255) = 35.51%
BLUE value IS 76 (30.08% from 255) = 17.76%
R=46.73%
G=35.51%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.62
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001527600.240.620.2236.7752.9954.12
HexC8984C0183E16253536
Octal3102301140307626456566
Binary1100100010011000100110001100011111010110100101110101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8984C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8984C; }

 p { color: rgb(200,152,76); }

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

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

 a { background-color: rgb(200,152,76); }

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

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

 span { border-color: rgb(200,152,76); }

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