#C29C4A

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

Shades of Tussock #C29C4A

Tints of Tussock #C29C4A

Color information

#C29C4A (or 0xC29C4A) is unknown color: approx Tussock. HEX triplet: C2, 9C and 4A. RGB value is (194,156,74). Sum of RGB (Red+Green+Blue) = 194+156+74=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 74 (29.30% from 255 or 17.45% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C4A is #3D63B5. Grayscale: #9E9E9E. Windows color (decimal): -4023222 or 4889794. OLE color: 4889794.

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

Color convert

RGB19415674-
CMYK00.200.620.24
HSL41º49.59%52.55%-
HSV(B)41º61.86%76.08%-
XYZ35.3735.7411.51-
YUV158.0180.59153.67-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 156 (61.33% from 255) = 36.79%
BLUE value IS 74 (29.30% from 255) = 17.45%
R=45.75%
G=36.79%
B=17.45%

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
Decimal1941567400.200.620.244149.5952.55
HexC29C4A0143E18293235
Octal3022341120247630516265
Binary1100001010011100100101001010011111011000101001110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C4A; }

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

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

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

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

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

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

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

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