#C19849

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

Shades of Tussock #C19849

Tints of Tussock #C19849

Color information

#C19849 (or 0xC19849) is unknown color: approx Tussock. HEX triplet: C1, 98 and 49. RGB value is (193,152,73). Sum of RGB (Red+Green+Blue) = 193+152+73=418 (55% of max value = 765). Red value is 193 (75.78% from 255 or 46.17% from 418); Green value is 152 (59.77% from 255 or 36.36% from 418); Blue value is 73 (28.91% from 255 or 17.46% from 418); Max value from RGB is 193 - color contains mainly: red. Hex color #C19849 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19849 is #3E67B6. Grayscale: #9B9B9B. Windows color (decimal): -4089783 or 4823233. OLE color: 4823233.

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

Color convert

RGB19315273-
CMYK00.210.620.24
HSL39.5º49.18%52.16%-
HSV(B)39.5º62.18%75.69%-
XYZ34.4234.2711.1-
YUV155.2581.58154.92-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.17%
GREEN value IS 152 (59.77% from 255) = 36.36%
BLUE value IS 73 (28.91% from 255) = 17.46%
R=46.17%
G=36.36%
B=17.46%

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
Decimal1931527300.210.620.2439.549.1852.16
HexC198490153E18283134
Octal3012301110257630506164
Binary1100000110011000100100101010111111011000101000110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19849; }

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

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

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

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

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

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

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

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