#C18E4A

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

Shades of Tussock #C18E4A

Tints of Tussock #C18E4A

Color information

#C18E4A (or 0xC18E4A) is unknown color: approx Tussock. HEX triplet: C1, 8E and 4A. RGB value is (193,142,74). Sum of RGB (Red+Green+Blue) = 193+142+74=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 142 (55.86% from 255 or 34.72% from 409); Blue value is 74 (29.30% from 255 or 18.09% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C18E4A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C18E4A is #3E71B5. Grayscale: #959595. Windows color (decimal): -4092342 or 4886209. OLE color: 4886209.

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

Color convert

RGB19314274-
CMYK00.260.620.24
HSL34.29º48.97%52.35%-
HSV(B)34.29º61.66%75.69%-
XYZ32.931.1810.76-
YUV149.585.4159.03-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 142 (55.86% from 255) = 34.72%
BLUE value IS 74 (29.30% from 255) = 18.09%
R=47.19%
G=34.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931427400.260.620.2434.2948.9752.35
HexC18E4A01A3E18223134
Octal3012161120327630426164
Binary1100000110001110100101001101011111011000100010110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C18E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C18E4A; }

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

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

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

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

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

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

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

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