#C29560

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

Shades of Twine #C29560

Tints of Twine #C29560

Color information

#C29560 (or 0xC29560) is unknown color: approx Twine. HEX triplet: C2, 95 and 60. RGB value is (194,149,96). Sum of RGB (Red+Green+Blue) = 194+149+96=439 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.19% from 439); Green value is 149 (58.59% from 255 or 33.94% from 439); Blue value is 96 (37.89% from 255 or 21.87% from 439); Max value from RGB is 194 - color contains mainly: red. Hex color #C29560 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29560 is #3D6A9F. Grayscale: #9C9C9C. Windows color (decimal): -4024992 or 6329794. OLE color: 6329794.

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

Color convert

RGB19414996-
CMYK00.230.510.24
HSL32.45º44.55%56.86%-
HSV(B)32.45º50.52%76.08%-
XYZ35.1133.8115.74-
YUV156.4193.91154.81-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.19%
GREEN value IS 149 (58.59% from 255) = 33.94%
BLUE value IS 96 (37.89% from 255) = 21.87%
R=44.19%
G=33.94%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941499600.230.510.2432.4544.5556.86
HexC295600173318202d39
Octal3022251400276330405571
Binary1100001010010101110000001011111001111000100000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29560; }

 p { color: rgb(194,149,96); }

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

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

 a { background-color: rgb(194,149,96); }

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

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

 span { border-color: rgb(194,149,96); }

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