#C19460

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

Shades of Twine #C19460

Tints of Twine #C19460

Color information

#C19460 (or 0xC19460) is unknown color: approx Twine. HEX triplet: C1, 94 and 60. RGB value is (193,148,96). Sum of RGB (Red+Green+Blue) = 193+148+96=437 (57% of max value = 765). Red value is 193 (75.78% from 255 or 44.16% from 437); Green value is 148 (58.20% from 255 or 33.87% from 437); Blue value is 96 (37.89% from 255 or 21.97% from 437); Max value from RGB is 193 - color contains mainly: red. Hex color #C19460 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19460 is #3E6B9F. Grayscale: #9B9B9B. Windows color (decimal): -4090784 or 6329537. OLE color: 6329537.

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

Color convert

RGB19314896-
CMYK00.230.500.24
HSL32.16º43.89%56.67%-
HSV(B)32.16º50.26%75.69%-
XYZ34.6933.3615.68-
YUV155.5394.41154.73-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 44.16%
GREEN value IS 148 (58.20% from 255) = 33.87%
BLUE value IS 96 (37.89% from 255) = 21.97%
R=44.16%
G=33.87%
B=21.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931489600.230.500.2432.1643.8956.67
HexC194600173218202c39
Octal3012241400276230405471
Binary1100000110010100110000001011111001011000100000101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19460; }

 p { color: rgb(193,148,96); }

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

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

 a { background-color: rgb(193,148,96); }

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

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

 span { border-color: rgb(193,148,96); }

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