#C19446

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

Shades of Tussock #C19446

Tints of Tussock #C19446

Color information

#C19446 (or 0xC19446) is unknown color: approx Tussock. HEX triplet: C1, 94 and 46. RGB value is (193,148,70). Sum of RGB (Red+Green+Blue) = 193+148+70=411 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.96% from 411); Green value is 148 (58.20% from 255 or 36.01% from 411); Blue value is 70 (27.73% from 255 or 17.03% from 411); Max value from RGB is 193 - color contains mainly: red. Hex color #C19446 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19446 is #3E6BB9. Grayscale: #989898. Windows color (decimal): -4090810 or 4625601. OLE color: 4625601.

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

Color convert

RGB19314870-
CMYK00.230.640.24
HSL38.05º49.8%51.57%-
HSV(B)38.05º63.73%75.69%-
XYZ33.6932.9610.38-
YUV152.5681.41156.84-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.96%
GREEN value IS 148 (58.20% from 255) = 36.01%
BLUE value IS 70 (27.73% from 255) = 17.03%
R=46.96%
G=36.01%
B=17.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931487000.230.640.2438.0549.851.57
HexC194460174018263234
Octal30122410602710030466264
Binary11000001100101001000110010111100000011000100110110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19446; }

 p { color: rgb(193,148,70); }

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

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

 a { background-color: rgb(193,148,70); }

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

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

 span { border-color: rgb(193,148,70); }

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