#C89455

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

Shades of Twine #C89455

Tints of Twine #C89455

Color information

#C89455 (or 0xC89455) is unknown color: approx Twine. HEX triplet: C8, 94 and 55. RGB value is (200,148,85). Sum of RGB (Red+Green+Blue) = 200+148+85=433 (57% of max value = 765). Red value is 200 (78.52% from 255 or 46.19% from 433); Green value is 148 (58.20% from 255 or 34.18% from 433); Blue value is 85 (33.59% from 255 or 19.63% from 433); Max value from RGB is 200 - color contains mainly: red. Hex color #C89455 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89455 is #376BAA. Grayscale: #9C9C9C. Windows color (decimal): -3632043 or 5608648. OLE color: 5608648.

HSL color Cylindrical-coordinate representation of color #C89455: hue angle of 32.87º 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 #C89455 is Cyan = 0, Magento = 0.26, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB20014885-
CMYK00.260.580.22
HSL32.87º51.11%55.88%-
HSV(B)32.87º57.5%78.43%-
XYZ36.0534.1213.28-
YUV156.3787.73159.12-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.19%
GREEN value IS 148 (58.20% from 255) = 34.18%
BLUE value IS 85 (33.59% from 255) = 19.63%
R=46.19%
G=34.18%
B=19.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001488500.260.580.2232.8751.1155.88
HexC8945501A3A16213338
Octal3102241250327226416370
Binary1100100010010100101010101101011101010110100001110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89455; }

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

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

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

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

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

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

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

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