#C29A5A

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

Shades of Twine #C29A5A

Tints of Twine #C29A5A

Color information

#C29A5A (or 0xC29A5A) is unknown color: approx Twine. HEX triplet: C2, 9A and 5A. RGB value is (194,154,90). Sum of RGB (Red+Green+Blue) = 194+154+90=438 (58% of max value = 765). Red value is 194 (76.17% from 255 or 44.29% from 438); Green value is 154 (60.55% from 255 or 35.16% from 438); Blue value is 90 (35.55% from 255 or 20.55% from 438); Max value from RGB is 194 - color contains mainly: red. Hex color #C29A5A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29A5A is #3D65A5. Grayscale: #9E9E9E. Windows color (decimal): -4023718 or 5937858. OLE color: 5937858.

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

Color convert

RGB19415490-
CMYK00.210.540.24
HSL36.92º46.02%55.69%-
HSV(B)36.92º53.61%76.08%-
XYZ35.6535.3214.61-
YUV158.6689.25153.2-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.29%
GREEN value IS 154 (60.55% from 255) = 35.16%
BLUE value IS 90 (35.55% from 255) = 20.55%
R=44.29%
G=35.16%
B=20.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941549000.210.540.2436.9246.0255.69
HexC29A5A0153618252e38
Octal3022321320256630455670
Binary1100001010011010101101001010111011011000100101101110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29A5A; }

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

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

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

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

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

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

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

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