#C19C5B

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

Shades of Twine #C19C5B

Tints of Twine #C19C5B

Color information

#C19C5B (or 0xC19C5B) is unknown color: approx Twine. HEX triplet: C1, 9C and 5B. RGB value is (193,156,91). Sum of RGB (Red+Green+Blue) = 193+156+91=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 156 (61.33% from 255 or 35.45% from 440); Blue value is 91 (35.94% from 255 or 20.68% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C19C5B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19C5B is #3E63A4. Grayscale: #9F9F9F. Windows color (decimal): -4088741 or 6003905. OLE color: 6003905.

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

Color convert

RGB19315691-
CMYK00.190.530.24
HSL38.24º45.13%55.69%-
HSV(B)38.24º52.85%75.69%-
XYZ35.7735.8714.94-
YUV159.6589.26151.79-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 156 (61.33% from 255) = 35.45%
BLUE value IS 91 (35.94% from 255) = 20.68%
R=43.86%
G=35.45%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.53
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931569100.190.530.2438.2445.1355.69
HexC19C5B0133518262d38
Octal3012341330236530465570
Binary1100000110011100101101101001111010111000100110101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19C5B; }

 p { color: rgb(193,156,91); }

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

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

 a { background-color: rgb(193,156,91); }

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

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

 span { border-color: rgb(193,156,91); }

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