#C19642

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

Shades of Tussock #C19642

Tints of Tussock #C19642

Color information

#C19642 (or 0xC19642) is unknown color: approx Tussock. HEX triplet: C1, 96 and 42. RGB value is (193,150,66). Sum of RGB (Red+Green+Blue) = 193+150+66=409 (54% of max value = 765). Red value is 193 (75.78% from 255 or 47.19% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 66 (26.17% from 255 or 16.14% from 409); Max value from RGB is 193 - color contains mainly: red. Hex color #C19642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C19642 is #3E69BD. Grayscale: #999999. Windows color (decimal): -4090302 or 4363969. OLE color: 4363969.

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

Color convert

RGB19315066-
CMYK00.220.660.24
HSL39.69º50.6%50.78%-
HSV(B)39.69º65.8%75.69%-
XYZ33.8833.549.84-
YUV153.2878.75156.33-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 47.19%
GREEN value IS 150 (58.98% from 255) = 36.67%
BLUE value IS 66 (26.17% from 255) = 16.14%
R=47.19%
G=36.67%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.66
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931506600.220.660.2439.6950.650.78
HexC196420164218283333
Octal30122610202610230506363
Binary11000001100101101000010010110100001011000101000110011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19642; }

 p { color: rgb(193,150,66); }

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

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

 a { background-color: rgb(193,150,66); }

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

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

 span { border-color: rgb(193,150,66); }

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