#C49A58

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

Shades of Twine #C49A58

Tints of Twine #C49A58

Color information

#C49A58 (or 0xC49A58) is unknown color: approx Twine. HEX triplet: C4, 9A and 58. RGB value is (196,154,88). Sum of RGB (Red+Green+Blue) = 196+154+88=438 (58% of max value = 765). Red value is 196 (76.95% from 255 or 44.75% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 88 (34.77% from 255 or 20.09% from 438); Max value from RGB is 196 - color contains mainly: red. Hex color #C49A58 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C49A58 is #3B65A7. Grayscale: #9F9F9F. Windows color (decimal): -3892648 or 5806788. OLE color: 5806788.

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

Color convert

RGB19615488-
CMYK00.210.550.23
HSL36.67º47.79%55.69%-
HSV(B)36.67º55.1%76.86%-
XYZ36.0835.5514.19-
YUV159.0387.91154.37-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 44.75%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 88 (34.77% from 255) = 20.09%
R=44.75%
G=35.16%
B=20.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961548800.210.550.2336.6747.7955.69
HexC49A580153717253038
Octal3042321300256727456070
Binary1100010010011010101100001010111011110111100101110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C49A58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C49A58; }

 p { color: rgb(196,154,88); }

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

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

 a { background-color: rgb(196,154,88); }

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

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

 span { border-color: rgb(196,154,88); }

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