#C29C49

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

Shades of Tussock #C29C49

Tints of Tussock #C29C49

Color information

#C29C49 (or 0xC29C49) is unknown color: approx Tussock. HEX triplet: C2, 9C and 49. RGB value is (194,156,73). Sum of RGB (Red+Green+Blue) = 194+156+73=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 156 (61.33% from 255 or 36.88% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C49 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C49 is #3D63B6. Grayscale: #9E9E9E. Windows color (decimal): -4023223 or 4824258. OLE color: 4824258.

HSL color Cylindrical-coordinate representation of color #C29C49: hue angle of 41.16º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C29C49 is Cyan = 0, Magento = 0.20, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19415673-
CMYK00.200.620.24
HSL41.16º49.79%52.35%-
HSV(B)41.16º62.37%76.08%-
XYZ35.3435.7311.34-
YUV157.980.09153.75-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 156 (61.33% from 255) = 36.88%
BLUE value IS 73 (28.91% from 255) = 17.26%
R=45.86%
G=36.88%
B=17.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941567300.200.620.2441.1649.7952.35
HexC29C490143E18293234
Octal3022341110247630516264
Binary1100001010011100100100101010011111011000101001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C49; }

 p { color: rgb(194,156,73); }

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

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

 a { background-color: rgb(194,156,73); }

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

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

 span { border-color: rgb(194,156,73); }

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