#C2904A

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

Shades of Tussock #C2904A

Tints of Tussock #C2904A

Color information

#C2904A (or 0xC2904A) is unknown color: approx Tussock. HEX triplet: C2, 90 and 4A. RGB value is (194,144,74). Sum of RGB (Red+Green+Blue) = 194+144+74=412 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.09% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 74 (29.30% from 255 or 17.96% from 412); Max value from RGB is 194 - color contains mainly: red. Hex color #C2904A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2904A is #3D6FB5. Grayscale: #979797. Windows color (decimal): -4026294 or 4886722. OLE color: 4886722.

HSL color Cylindrical-coordinate representation of color #C2904A: hue angle of 35º 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 #C2904A is Cyan = 0, Magento = 0.26, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19414474-
CMYK00.260.620.24
HSL35º49.59%52.55%-
HSV(B)35º61.86%76.08%-
XYZ33.4631.9110.87-
YUV150.9784.56158.69-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.09%
GREEN value IS 144 (56.64% from 255) = 34.95%
BLUE value IS 74 (29.30% from 255) = 17.96%
R=47.09%
G=34.95%
B=17.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941447400.260.620.243549.5952.55
HexC2904A01A3E18233235
Octal3022201120327630436265
Binary1100001010010000100101001101011111011000100011110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2904A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2904A; }

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

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

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

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

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

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

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

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