#C2964D

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

Shades of Tussock #C2964D

Tints of Tussock #C2964D

Color information

#C2964D (or 0xC2964D) is unknown color: approx Tussock. HEX triplet: C2, 96 and 4D. RGB value is (194,150,77). Sum of RGB (Red+Green+Blue) = 194+150+77=421 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.08% from 421); Green value is 150 (58.98% from 255 or 35.63% from 421); Blue value is 77 (30.47% from 255 or 18.29% from 421); Max value from RGB is 194 - color contains mainly: red. Hex color #C2964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2964D is #3D69B2. Grayscale: #9B9B9B. Windows color (decimal): -4024755 or 5084866. OLE color: 5084866.

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

Color convert

RGB19415077-
CMYK00.230.600.24
HSL37.44º48.95%53.14%-
HSV(B)37.44º60.31%76.08%-
XYZ34.4933.8211.73-
YUV154.8384.08155.94-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.08%
GREEN value IS 150 (58.98% from 255) = 35.63%
BLUE value IS 77 (30.47% from 255) = 18.29%
R=46.08%
G=35.63%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941507700.230.600.2437.4448.9553.14
HexC2964D0173C18253135
Octal3022261150277430456165
Binary1100001010010110100110101011111110011000100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2964D; }

 p { color: rgb(194,150,77); }

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

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

 a { background-color: rgb(194,150,77); }

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

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

 span { border-color: rgb(194,150,77); }

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