#C29A56

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

Shades of Twine #C29A56

Tints of Twine #C29A56

Color information

#C29A56 (or 0xC29A56) is unknown color: approx Twine. HEX triplet: C2, 9A and 56. RGB value is (194,154,86). Sum of RGB (Red+Green+Blue) = 194+154+86=434 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.70% from 434); Green value is 154 (60.55% from 255 or 35.48% from 434); Blue value is 86 (33.98% from 255 or 19.82% from 434); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A56 is #3D65A9. Grayscale: #9E9E9E. Windows color (decimal): -4023722 or 5675714. OLE color: 5675714.

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

Color convert

RGB19415486-
CMYK00.210.560.24
HSL37.78º46.96%54.9%-
HSV(B)37.78º55.67%76.08%-
XYZ35.4835.2513.74-
YUV158.2187.25153.53-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.70%
GREEN value IS 154 (60.55% from 255) = 35.48%
BLUE value IS 86 (33.98% from 255) = 19.82%
R=44.70%
G=35.48%
B=19.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941548600.210.560.2437.7846.9654.9
HexC29A560153818262f37
Octal3022321260257030465767
Binary1100001010011010101011001010111100011000100110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A56; }

 p { color: rgb(194,154,86); }

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

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

 a { background-color: rgb(194,154,86); }

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

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

 span { border-color: rgb(194,154,86); }

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