#C19945

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

Shades of Tussock #C19945

Tints of Tussock #C19945

Color information

#C19945 (or 0xC19945) is unknown color: approx Tussock. HEX triplet: C1, 99 and 45. RGB value is (193,153,69). Sum of RGB (Red+Green+Blue) = 193+153+69=415 (54% of max value = 765). Red value is 193 (75.78% from 255 or 46.51% from 415); Green value is 153 (60.16% from 255 or 36.87% from 415); Blue value is 69 (27.34% from 255 or 16.63% from 415); Max value from RGB is 193 - color contains mainly: red. Hex color #C19945 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19945 is #3E66BA. Grayscale: #9B9B9B. Windows color (decimal): -4089531 or 4561345. OLE color: 4561345.

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

Color convert

RGB19315369-
CMYK00.210.640.24
HSL40.65º50%51.37%-
HSV(B)40.65º64.25%75.69%-
XYZ34.4634.5510.48-
YUV155.3879.25154.83-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 46.51%
GREEN value IS 153 (60.16% from 255) = 36.87%
BLUE value IS 69 (27.34% from 255) = 16.63%
R=46.51%
G=36.87%
B=16.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931536900.210.640.2440.655051.37
HexC199450154018293233
Octal30123110502510030516263
Binary11000001100110011000101010101100000011000101001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19945; }

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

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

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

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

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

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

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

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