#C4955C

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

Shades of Twine #C4955C

Tints of Twine #C4955C

Color information

#C4955C (or 0xC4955C) is unknown color: approx Twine. HEX triplet: C4, 95 and 5C. RGB value is (196,149,92). Sum of RGB (Red+Green+Blue) = 196+149+92=437 (57% of max value = 765). Red value is 196 (76.95% from 255 or 44.85% from 437); Green value is 149 (58.59% from 255 or 34.10% from 437); Blue value is 92 (36.33% from 255 or 21.05% from 437); Max value from RGB is 196 - color contains mainly: red. Hex color #C4955C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C4955C is #3B6AA3. Grayscale: #9C9C9C. Windows color (decimal): -3893924 or 6067652. OLE color: 6067652.

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

Color convert

RGB19614992-
CMYK00.240.530.23
HSL32.88º46.85%56.47%-
HSV(B)32.88º53.06%76.86%-
XYZ35.443414.82-
YUV156.5691.57156.13-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.85%
GREEN value IS 149 (58.59% from 255) = 34.10%
BLUE value IS 92 (36.33% from 255) = 21.05%
R=44.85%
G=34.10%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961499200.240.530.2332.8846.8556.47
HexC4955C0183517212f38
Octal3042251340306527415770
Binary1100010010010101101110001100011010110111100001101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4955C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4955C; }

 p { color: rgb(196,149,92); }

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

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

 a { background-color: rgb(196,149,92); }

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

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

 span { border-color: rgb(196,149,92); }

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