#C19A5E

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

Shades of Twine #C19A5E

Tints of Twine #C19A5E

Color information

#C19A5E (or 0xC19A5E) is unknown color: approx Twine. HEX triplet: C1, 9A and 5E. RGB value is (193,154,94). Sum of RGB (Red+Green+Blue) = 193+154+94=441 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.76% from 441); Green value is 154 (60.55% from 255 or 34.92% from 441); Blue value is 94 (37.11% from 255 or 21.32% from 441); Max value from RGB is 193 - color contains mainly: red. Hex color #C19A5E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19A5E is #3E65A1. Grayscale: #9F9F9F. Windows color (decimal): -4089250 or 6200001. OLE color: 6200001.

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

Color convert

RGB19315494-
CMYK00.200.510.24
HSL36.36º44.39%56.27%-
HSV(B)36.36º51.3%75.69%-
XYZ35.5735.2615.52-
YUV158.8291.42152.38-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.76%
GREEN value IS 154 (60.55% from 255) = 34.92%
BLUE value IS 94 (37.11% from 255) = 21.32%
R=43.76%
G=34.92%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931549400.200.510.2436.3644.3956.27
HexC19A5E0143318242c38
Octal3012321360246330445470
Binary1100000110011010101111001010011001111000100100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19A5E; }

 p { color: rgb(193,154,94); }

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

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

 a { background-color: rgb(193,154,94); }

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

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

 span { border-color: rgb(193,154,94); }

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