#C29955

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

Shades of Twine #C29955

Tints of Twine #C29955

Color information

#C29955 (or 0xC29955) is unknown color: approx Twine. HEX triplet: C2, 99 and 55. RGB value is (194,153,85). Sum of RGB (Red+Green+Blue) = 194+153+85=432 (57% of max value = 765). Red value is 194 (76.17% from 255 or 44.91% from 432); Green value is 153 (60.16% from 255 or 35.42% from 432); Blue value is 85 (33.59% from 255 or 19.68% from 432); Max value from RGB is 194 - color contains mainly: red. Hex color #C29955 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29955 is #3D66AA. Grayscale: #9D9D9D. Windows color (decimal): -4023979 or 5609922. OLE color: 5609922.

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

Color convert

RGB19415385-
CMYK00.210.560.24
HSL37.43º47.19%54.71%-
HSV(B)37.43º56.19%76.08%-
XYZ35.2834.9113.47-
YUV157.5187.08154.03-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 44.91%
GREEN value IS 153 (60.16% from 255) = 35.42%
BLUE value IS 85 (33.59% from 255) = 19.68%
R=44.91%
G=35.42%
B=19.68%

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
Decimal1941538500.210.560.2437.4347.1954.71
HexC299550153818252f37
Octal3022311250257030455767
Binary1100001010011001101010101010111100011000100101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29955

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29955; }

 p { color: rgb(194,153,85); }

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

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

 a { background-color: rgb(194,153,85); }

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

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

 span { border-color: rgb(194,153,85); }

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