#C1884A

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

Shades of Tussock #C1884A

Tints of Tussock #C1884A

Color information

#C1884A (or 0xC1884A) is unknown color: approx Tussock. HEX triplet: C1, 88 and 4A. RGB value is (193,136,74). Sum of RGB (Red+Green+Blue) = 193+136+74=403 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.89% from 403); Green value is 136 (53.52% from 255 or 33.75% from 403); Blue value is 74 (29.30% from 255 or 18.36% from 403); Max value from RGB is 193 - color contains mainly: red. Hex color #C1884A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C1884A is #3E77B5. Grayscale: #929292. Windows color (decimal): -4093878 or 4884673. OLE color: 4884673.

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

Color convert

RGB19313674-
CMYK00.300.620.24
HSL31.26º48.97%52.35%-
HSV(B)31.26º61.66%75.69%-
XYZ32.0329.4410.47-
YUV145.9887.38161.54-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.89%
GREEN value IS 136 (53.52% from 255) = 33.75%
BLUE value IS 74 (29.30% from 255) = 18.36%
R=47.89%
G=33.75%
B=18.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931367400.300.620.2431.2648.9752.35
HexC1884A01E3E181f3134
Octal3012101120367630376164
Binary110000011000100010010100111101111101100011111110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C1884A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C1884A; }

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

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

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

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

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

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

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

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