#C89055

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

Shades of Twine #C89055

Tints of Twine #C89055

Color information

#C89055 (or 0xC89055) is unknown color: approx Twine. HEX triplet: C8, 90 and 55. RGB value is (200,144,85). Sum of RGB (Red+Green+Blue) = 200+144+85=429 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.62% from 429); Green value is 144 (56.64% from 255 or 33.57% from 429); Blue value is 85 (33.59% from 255 or 19.81% from 429); Max value from RGB is 200 - color contains mainly: red. Hex color #C89055 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89055 is #376FAA. Grayscale: #9A9A9A. Windows color (decimal): -3633067 or 5607624. OLE color: 5607624.

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

Color convert

RGB20014485-
CMYK00.280.580.22
HSL30.78º51.11%55.88%-
HSV(B)30.78º57.5%78.43%-
XYZ35.4332.8813.07-
YUV154.0289.05160.8-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.62%
GREEN value IS 144 (56.64% from 255) = 33.57%
BLUE value IS 85 (33.59% from 255) = 19.81%
R=46.62%
G=33.57%
B=19.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001448500.280.580.2230.7851.1155.88
HexC8905501C3A161f3338
Octal3102201250347226376370
Binary110010001001000010101010111001110101011011111110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89055

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89055; }

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

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

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

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

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

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

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

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