#C29260

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

Shades of Twine #C29260

Tints of Twine #C29260

Color information

#C29260 (or 0xC29260) is unknown color: approx Twine. HEX triplet: C2, 92 and 60. RGB value is (194,146,96). Sum of RGB (Red+Green+Blue) = 194+146+96=436 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.50% from 436); Green value is 146 (57.42% from 255 or 33.49% from 436); Blue value is 96 (37.89% from 255 or 22.02% from 436); Max value from RGB is 194 - color contains mainly: red. Hex color #C29260 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29260 is #3D6D9F. Grayscale: #9A9A9A. Windows color (decimal): -4025760 or 6329026. OLE color: 6329026.

HSL color Cylindrical-coordinate representation of color #C29260: hue angle of 30.61º 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 #C29260 is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.24.

Color convert

RGB19414696-
CMYK00.250.510.24
HSL30.61º44.55%56.86%-
HSV(B)30.61º50.52%76.08%-
XYZ34.6432.8715.59-
YUV154.6594.9156.07-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.50%
GREEN value IS 146 (57.42% from 255) = 33.49%
BLUE value IS 96 (37.89% from 255) = 22.02%
R=44.50%
G=33.49%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.51
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941469600.250.510.2430.6144.5556.86
HexC2926001933181f2d39
Octal3022221400316330375571
Binary110000101001001011000000110011100111100011111101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29260; }

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

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

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

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

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

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

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

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