#C99A47

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

Shades of Tussock #C99A47

Tints of Tussock #C99A47

Color information

#C99A47 (or 0xC99A47) is unknown color: approx Tussock. HEX triplet: C9, 9A and 47. RGB value is (201,154,71). Sum of RGB (Red+Green+Blue) = 201+154+71=426 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.18% from 426); Green value is 154 (60.55% from 255 or 36.15% from 426); Blue value is 71 (28.12% from 255 or 16.67% from 426); Max value from RGB is 201 - color contains mainly: red. Hex color #C99A47 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C99A47 is #3665B8. Grayscale: #9E9E9E. Windows color (decimal): -3564985 or 4692681. OLE color: 4692681.

HSL color Cylindrical-coordinate representation of color #C99A47: hue angle of 38.31º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #C99A47 is Cyan = 0, Magento = 0.23, Yellow = 0.65 and Black (K on CMYK) = 0.21.

Color convert

RGB20115471-
CMYK00.230.650.21
HSL38.31º54.62%53.33%-
HSV(B)38.31º64.68%78.82%-
XYZ36.7835.9810.97-
YUV158.5978.57158.25-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.18%
GREEN value IS 154 (60.55% from 255) = 36.15%
BLUE value IS 71 (28.12% from 255) = 16.67%
R=47.18%
G=36.15%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.65
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2011547100.230.650.2138.3154.6253.33
HexC99A470174115263735
Octal31123210702710125466765
Binary11001001100110101000111010111100000110101100110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C99A47

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C99A47; }

 p { color: rgb(201,154,71); }

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

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

 a { background-color: rgb(201,154,71); }

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

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

 span { border-color: rgb(201,154,71); }

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