#C19546

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

Shades of Tussock #C19546

Tints of Tussock #C19546

Color information

#C19546 (or 0xC19546) is unknown color: approx Tussock. HEX triplet: C1, 95 and 46. RGB value is (193,149,70). Sum of RGB (Red+Green+Blue) = 193+149+70=412 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.84% from 412); Green value is 149 (58.59% from 255 or 36.17% from 412); Blue value is 70 (27.73% from 255 or 16.99% from 412); Max value from RGB is 193 - color contains mainly: red. Hex color #C19546 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19546 is #3E6AB9. Grayscale: #999999. Windows color (decimal): -4090554 or 4625857. OLE color: 4625857.

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

Color convert

RGB19314970-
CMYK00.230.640.24
HSL38.54º49.8%51.57%-
HSV(B)38.54º63.73%75.69%-
XYZ33.8533.2710.43-
YUV153.1581.08156.42-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.84%
GREEN value IS 149 (58.59% from 255) = 36.17%
BLUE value IS 70 (27.73% from 255) = 16.99%
R=46.84%
G=36.17%
B=16.99%

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
Decimal1931497000.230.640.2438.5449.851.57
HexC195460174018273234
Octal30122510602710030476264
Binary11000001100101011000110010111100000011000100111110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19546; }

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

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

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

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

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

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

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

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