#C19B5C

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

Shades of Twine #C19B5C

Tints of Twine #C19B5C

Color information

#C19B5C (or 0xC19B5C) is unknown color: approx Twine. HEX triplet: C1, 9B and 5C. RGB value is (193,155,92). Sum of RGB (Red+Green+Blue) = 193+155+92=440 (58% of max value = 765). Red value is 193 (75.78% from 255 or 43.86% from 440); Green value is 155 (60.94% from 255 or 35.23% from 440); Blue value is 92 (36.33% from 255 or 20.91% from 440); Max value from RGB is 193 - color contains mainly: red. Hex color #C19B5C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C19B5C is #3E64A3. Grayscale: #9F9F9F. Windows color (decimal): -4088996 or 6069185. OLE color: 6069185.

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

Color convert

RGB19315592-
CMYK00.200.520.24
HSL37.43º44.89%55.88%-
HSV(B)37.43º52.33%75.69%-
XYZ35.6535.5515.11-
YUV159.1890.09152.12-

RGB Variations

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

RGB

RED value IS 193 (75.78% from 255) = 43.86%
GREEN value IS 155 (60.94% from 255) = 35.23%
BLUE value IS 92 (36.33% from 255) = 20.91%
R=43.86%
G=35.23%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.52
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1931559200.200.520.2437.4344.8955.88
HexC19B5C0143418252d38
Octal3012331340246430455570
Binary1100000110011011101110001010011010011000100101101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C19B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C19B5C; }

 p { color: rgb(193,155,92); }

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

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

 a { background-color: rgb(193,155,92); }

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

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

 span { border-color: rgb(193,155,92); }

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