#C49C56

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

Shades of Twine #C49C56

Tints of Twine #C49C56

Color information

#C49C56 (or 0xC49C56) is unknown color: approx Twine. HEX triplet: C4, 9C and 56. RGB value is (196,156,86). Sum of RGB (Red+Green+Blue) = 196+156+86=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 156 (61.33% from 255 or 35.62% from 438); Blue value is 86 (33.98% from 255 or 19.63% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49C56 is #3B63A9. Grayscale: #A0A0A0. Windows color (decimal): -3892138 or 5676228. OLE color: 5676228.

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

Color convert

RGB19615686-
CMYK00.200.560.23
HSL38.18º48.25%55.29%-
HSV(B)38.18º56.12%76.86%-
XYZ36.3336.1813.87-
YUV159.9886.25153.69-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 156 (61.33% from 255) = 35.62%
BLUE value IS 86 (33.98% from 255) = 19.63%
R=44.75%
G=35.62%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.56
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961568600.200.560.2338.1848.2555.29
HexC49C560143817263037
Octal3042341260247027466067
Binary1100010010011100101011001010011100010111100110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49C56; }

 p { color: rgb(196,156,86); }

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

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

 a { background-color: rgb(196,156,86); }

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

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

 span { border-color: rgb(196,156,86); }

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