#C29A4B

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

Shades of Tussock #C29A4B

Tints of Tussock #C29A4B

Color information

#C29A4B (or 0xC29A4B) is unknown color: approx Tussock. HEX triplet: C2, 9A and 4B. RGB value is (194,154,75). Sum of RGB (Red+Green+Blue) = 194+154+75=423 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.86% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 75 (29.69% from 255 or 17.73% from 423); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A4B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C29A4B is #3D65B4. Grayscale: #9D9D9D. Windows color (decimal): -4023733 or 4954818. OLE color: 4954818.

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

Color convert

RGB19415475-
CMYK00.210.610.24
HSL39.83º49.38%52.75%-
HSV(B)39.83º61.34%76.08%-
XYZ35.0735.0911.58-
YUV156.9581.75154.42-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.86%
GREEN value IS 154 (60.55% from 255) = 36.41%
BLUE value IS 75 (29.69% from 255) = 17.73%
R=45.86%
G=36.41%
B=17.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941547500.210.610.2439.8349.3852.75
HexC29A4B0153D18283135
Octal3022321130257530506165
Binary1100001010011010100101101010111110111000101000110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A4B; }

 p { color: rgb(194,154,75); }

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

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

 a { background-color: rgb(194,154,75); }

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

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

 span { border-color: rgb(194,154,75); }

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