#C29155

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

Shades of Twine #C29155

Tints of Twine #C29155

Color information

#C29155 (or 0xC29155) is unknown color: approx Twine. HEX triplet: C2, 91 and 55. RGB value is (194,145,85). Sum of RGB (Red+Green+Blue) = 194+145+85=424 (56% of max value = 765). Red value is 194 (76.17% from 255 or 45.75% from 424); Green value is 145 (57.03% from 255 or 34.20% from 424); Blue value is 85 (33.59% from 255 or 20.05% from 424); Max value from RGB is 194 - color contains mainly: red. Hex color #C29155 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C29155 is #3D6EAA. Grayscale: #999999. Windows color (decimal): -4026027 or 5607874. OLE color: 5607874.

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

Color convert

RGB19414585-
CMYK00.250.560.24
HSL33.03º47.19%54.71%-
HSV(B)33.03º56.19%76.08%-
XYZ34.0132.3813.05-
YUV152.8189.73157.38-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.75%
GREEN value IS 145 (57.03% from 255) = 34.20%
BLUE value IS 85 (33.59% from 255) = 20.05%
R=45.75%
G=34.20%
B=20.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941458500.250.560.2433.0347.1954.71
HexC291550193818212f37
Octal3022211250317030415767
Binary1100001010010001101010101100111100011000100001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C29155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C29155; }

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

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

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

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

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

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

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

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