#c2944d

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

Shades of Tussock #C2944D

Tints of Tussock #C2944D

Color information

#C2944D (or 0xC2944D) is unknown color: approx Tussock. HEX triplet: C2, 94 and 4D. RGB value is (194,148,77). Sum of RGB (Red+Green+Blue) = 194+148+77=419 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.30% from 419); Green value is 148 (58.20% from 255 or 35.32% from 419); Blue value is 77 (30.47% from 255 or 18.38% from 419); Max value from RGB is 194 - color contains mainly: red. Hex color #C2944D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C2944D is #3D6BB2. Grayscale: #999999. Windows color (decimal): -4025267 or 5084354. OLE color: 5084354.

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

Color convert

RGB19414877-
CMYK00.240.600.24
HSL36.41º48.95%53.14%-
HSV(B)36.41º60.31%76.08%-
XYZ34.1833.1811.63-
YUV153.6684.74156.77-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.30%
GREEN value IS 148 (58.20% from 255) = 35.32%
BLUE value IS 77 (30.47% from 255) = 18.38%
R=46.30%
G=35.32%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941487700.240.600.2436.4148.9553.14
HexC2944D0183C18243135
Octal3022241150307430446165
Binary1100001010010100100110101100011110011000100100110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2944d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2944d; }

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

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

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

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

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

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

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

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