#C29C48

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

Shades of Tussock #C29C48

Tints of Tussock #C29C48

Color information

#C29C48 (or 0xC29C48) is unknown color: approx Tussock. HEX triplet: C2, 9C and 48. RGB value is (194,156,72). Sum of RGB (Red+Green+Blue) = 194+156+72=422 (55% of max value = 765). Red value is 194 (76.17% from 255 or 45.97% from 422); Green value is 156 (61.33% from 255 or 36.97% from 422); Blue value is 72 (28.52% from 255 or 17.06% from 422); Max value from RGB is 194 - color contains mainly: red. Hex color #C29C48 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29C48 is #3D63B7. Grayscale: #9E9E9E. Windows color (decimal): -4023224 or 4758722. OLE color: 4758722.

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

Color convert

RGB19415672-
CMYK00.200.630.24
HSL41.31º50%52.16%-
HSV(B)41.31º62.89%76.08%-
XYZ35.3135.7111.16-
YUV157.7979.59153.83-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.97%
GREEN value IS 156 (61.33% from 255) = 36.97%
BLUE value IS 72 (28.52% from 255) = 17.06%
R=45.97%
G=36.97%
B=17.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.63
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941567200.200.630.2441.315052.16
HexC29C480143F18293234
Octal3022341100247730516264
Binary1100001010011100100100001010011111111000101001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29C48; }

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

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

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

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

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

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

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

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