#C28658

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

Shades of Twine #C28658

Tints of Twine #C28658

Color information

#C28658 (or 0xC28658) is unknown color: approx Twine. HEX triplet: C2, 86 and 58. RGB value is (194,134,88). Sum of RGB (Red+Green+Blue) = 194+134+88=416 (55% of max value = 765). Red value is 194 (76.17% from 255 or 46.63% from 416); Green value is 134 (52.73% from 255 or 32.21% from 416); Blue value is 88 (34.77% from 255 or 21.15% from 416); Max value from RGB is 194 - color contains mainly: red. Hex color #C28658 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28658 is #3D79A7. Grayscale: #929292. Windows color (decimal): -4028840 or 5801666. OLE color: 5801666.

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

Color convert

RGB19413488-
CMYK00.310.550.24
HSL26.04º46.49%55.29%-
HSV(B)26.04º54.64%76.08%-
XYZ32.5329.2213.16-
YUV146.794.88161.74-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 46.63%
GREEN value IS 134 (52.73% from 255) = 32.21%
BLUE value IS 88 (34.77% from 255) = 21.15%
R=46.63%
G=32.21%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.55
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941348800.310.550.2426.0446.4955.29
HexC2865801F37181a2e37
Octal3022061300376730325667
Binary110000101000011010110000111111101111100011010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28658; }

 p { color: rgb(194,134,88); }

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

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

 a { background-color: rgb(194,134,88); }

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

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

 span { border-color: rgb(194,134,88); }

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