#C2944C

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

Shades of Tussock #C2944C

Tints of Tussock #C2944C

Color information

#C2944C (or 0xC2944C) is unknown color: approx Tussock. HEX triplet: C2, 94 and 4C. RGB value is (194,148,76). Sum of RGB (Red+Green+Blue) = 194+148+76=418 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.41% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 76 (30.08% from 255 or 18.18% from 418); Max value from RGB is 194 - color contains mainly: red. Hex color #C2944C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C2944C is #3D6BB3. Grayscale: #999999. Windows color (decimal): -4025268 or 5018818. OLE color: 5018818.

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

Color convert

RGB19414876-
CMYK00.240.610.24
HSL36.61º49.17%52.94%-
HSV(B)36.61º60.82%76.08%-
XYZ34.1433.1711.44-
YUV153.5584.24156.85-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.41%
GREEN value IS 148 (58.20% from 255) = 35.41%
BLUE value IS 76 (30.08% from 255) = 18.18%
R=46.41%
G=35.41%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941487600.240.610.2436.6149.1752.94
HexC2944C0183D18253135
Octal3022241140307530456165
Binary1100001010010100100110001100011110111000100101110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2944C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2944C; }

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

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

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

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

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

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

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

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