#C19744

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

Shades of Tussock #C19744

Tints of Tussock #C19744

Color information

#C19744 (or 0xC19744) is unknown color: approx Tussock. HEX triplet: C1, 97 and 44. RGB value is (193,151,68). Sum of RGB (Red+Green+Blue) = 193+151+68=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 68 (26.95% from 255 or 16.50% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C19744 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19744 is #3E68BB. Grayscale: #9A9A9A. Windows color (decimal): -4090044 or 4495297. OLE color: 4495297.

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

Color convert

RGB19315168-
CMYK00.220.650.24
HSL39.84º50.2%51.18%-
HSV(B)39.84º64.77%75.69%-
XYZ34.133.8910.21-
YUV154.179.41155.75-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 151 (59.38% from 255) = 36.65%
BLUE value IS 68 (26.95% from 255) = 16.50%
R=46.84%
G=36.65%
B=16.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931516800.220.650.2439.8450.251.18
HexC197440164118283233
Octal30122710402610130506263
Binary11000001100101111000100010110100000111000101000110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19744

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19744; }

 p { color: rgb(193,151,68); }

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

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

 a { background-color: rgb(193,151,68); }

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

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

 span { border-color: rgb(193,151,68); }

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