#C19045

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

Shades of Tussock #C19045

Tints of Tussock #C19045

Color information

#C19045 (or 0xC19045) is unknown color: approx Tussock. HEX triplet: C1, 90 and 45. RGB value is (193,144,69). Sum of RGB (Red+Green+Blue) = 193+144+69=406 (53% of max value = 765). Red value is 193 (75.78% from 255 or 47.54% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 69 (27.34% from 255 or 17.00% from 406); Max value from RGB is 193 - color contains mainly: red. Hex color #C19045 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19045 is #3E6FBA. Grayscale: #969696. Windows color (decimal): -4091835 or 4559041. OLE color: 4559041.

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

Color convert

RGB19314469-
CMYK00.250.640.24
HSL36.29º50%51.37%-
HSV(B)36.29º64.25%75.69%-
XYZ33.0431.7110.01-
YUV150.182.23158.6-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.54%
GREEN value IS 144 (56.64% from 255) = 35.47%
BLUE value IS 69 (27.34% from 255) = 17.00%
R=47.54%
G=35.47%
B=17.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931446900.250.640.2436.295051.37
HexC190450194018243233
Octal30122010503110030446263
Binary11000001100100001000101011001100000011000100100110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19045

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19045; }

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

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

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

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

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

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

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

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