#C1964D

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

Shades of Tussock #C1964D

Tints of Tussock #C1964D

Color information

#C1964D (or 0xC1964D) is unknown color: approx Tussock. HEX triplet: C1, 96 and 4D. RGB value is (193,150,77). Sum of RGB (Red+Green+Blue) = 193+150+77=420 (55% of max value = 765). Red value is 193 (75.78% from 255 or 45.95% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 77 (30.47% from 255 or 18.33% from 420); Max value from RGB is 193 - color contains mainly: red. Hex color #C1964D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C1964D is #3E69B2. Grayscale: #9A9A9A. Windows color (decimal): -4090291 or 5084865. OLE color: 5084865.

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

Color convert

RGB19315077-
CMYK00.220.600.24
HSL37.76º48.33%52.94%-
HSV(B)37.76º60.1%75.69%-
XYZ34.2433.6911.72-
YUV154.5484.25155.44-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 45.95%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 77 (30.47% from 255) = 18.33%
R=45.95%
G=35.71%
B=18.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.60
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931507700.220.600.2437.7648.3352.94
HexC1964D0163C18263035
Octal3012261150267430466065
Binary1100000110010110100110101011011110011000100110110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1964D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1964D; }

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

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

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

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

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

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

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

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