#C19949

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

Shades of Tussock #C19949

Tints of Tussock #C19949

Color information

#C19949 (or 0xC19949) is unknown color: approx Tussock. HEX triplet: C1, 99 and 49. RGB value is (193,153,73). Sum of RGB (Red+Green+Blue) = 193+153+73=419 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.06% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 73 (28.91% from 255 or 17.42% from 419); Max value from RGB is 193 - color contains mainly: red. Hex color #C19949 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19949 is #3E66B6. Grayscale: #9C9C9C. Windows color (decimal): -4089527 or 4823489. OLE color: 4823489.

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

Color convert

RGB19315373-
CMYK00.210.620.24
HSL40º49.18%52.16%-
HSV(B)40º62.18%75.69%-
XYZ34.5934.611.16-
YUV155.8481.25154.5-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.06%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 73 (28.91% from 255) = 17.42%
R=46.06%
G=36.52%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931537300.210.620.244049.1852.16
HexC199490153E18283134
Octal3012311110257630506164
Binary1100000110011001100100101010111111011000101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19949; }

 p { color: rgb(193,153,73); }

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

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

 a { background-color: rgb(193,153,73); }

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

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

 span { border-color: rgb(193,153,73); }

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