#C19361

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

Shades of Twine #C19361

Tints of Twine #C19361

Color information

#C19361 (or 0xC19361) is unknown color: approx Twine. HEX triplet: C1, 93 and 61. RGB value is (193,147,97). Sum of RGB (Red+Green+Blue) = 193+147+97=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 147 (57.81% from 255 or 33.64% from 437); Blue value is 97 (38.28% from 255 or 22.20% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C19361 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19361 is #3E6C9E. Grayscale: #9B9B9B. Windows color (decimal): -4091039 or 6394817. OLE color: 6394817.

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

Color convert

RGB19314797-
CMYK00.240.500.24
HSL31.25º43.64%56.86%-
HSV(B)31.25º49.74%75.69%-
XYZ34.5833.0715.87-
YUV155.0595.24155.07-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 147 (57.81% from 255) = 33.64%
BLUE value IS 97 (38.28% from 255) = 22.20%
R=44.16%
G=33.64%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931479700.240.500.2431.2543.6456.86
HexC1936101832181f2c39
Octal3012231410306230375471
Binary110000011001001111000010110001100101100011111101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19361; }

 p { color: rgb(193,147,97); }

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

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

 a { background-color: rgb(193,147,97); }

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

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

 span { border-color: rgb(193,147,97); }

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