#C1964A

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

Shades of Tussock #C1964A

Tints of Tussock #C1964A

Color information

#C1964A (or 0xC1964A) is unknown color: approx Tussock. HEX triplet: C1, 96 and 4A. RGB value is (193,150,74). Sum of RGB (Red+Green+Blue) = 193+150+74=417 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.28% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 74 (29.30% from 255 or 17.75% from 417); Max value from RGB is 193 - color contains mainly: red. Hex color #C1964A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1964A is #3E69B5. Grayscale: #9A9A9A. Windows color (decimal): -4090294 or 4888257. OLE color: 4888257.

HSL color Cylindrical-coordinate representation of color #C1964A: hue angle of 38.32º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C1964A is Cyan = 0, Magento = 0.22, Yellow = 0.62 and Black (K on CMYK) = 0.24.

Color convert

RGB19315074-
CMYK00.220.620.24
HSL38.32º48.97%52.35%-
HSV(B)38.32º61.66%75.69%-
XYZ34.1333.6411.17-
YUV154.1982.75155.68-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.28%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 74 (29.30% from 255) = 17.75%
R=46.28%
G=35.97%
B=17.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931507400.220.620.2438.3248.9752.35
HexC1964A0163E18263134
Octal3012261120267630466164
Binary1100000110010110100101001011011111011000100110110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1964A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1964A; }

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

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

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

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

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

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

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

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