#C89255

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

Shades of Twine #C89255

Tints of Twine #C89255

Color information

#C89255 (or 0xC89255) is unknown color: approx Twine. HEX triplet: C8, 92 and 55. RGB value is (200,146,85). Sum of RGB (Red+Green+Blue) = 200+146+85=431 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.40% from 431); Green value is 146 (57.42% from 255 or 33.87% from 431); Blue value is 85 (33.59% from 255 or 19.72% from 431); Max value from RGB is 200 - color contains mainly: red. Hex color #C89255 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89255 is #376DAA. Grayscale: #9B9B9B. Windows color (decimal): -3632555 or 5608136. OLE color: 5608136.

HSL color Cylindrical-coordinate representation of color #C89255: hue angle of 31.83º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C89255 is Cyan = 0, Magento = 0.27, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20014685-
CMYK00.270.580.22
HSL31.83º51.11%55.88%-
HSV(B)31.83º57.5%78.43%-
XYZ35.7433.4913.18-
YUV155.1988.39159.96-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.40%
GREEN value IS 146 (57.42% from 255) = 33.87%
BLUE value IS 85 (33.59% from 255) = 19.72%
R=46.40%
G=33.87%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001468500.270.580.2231.8351.1155.88
HexC8925501B3A16203338
Octal3102221250337226406370
Binary1100100010010010101010101101111101010110100000110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89255; }

 p { color: rgb(200,146,85); }

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

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

 a { background-color: rgb(200,146,85); }

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

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

 span { border-color: rgb(200,146,85); }

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