#C88C55

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

Shades of Twine #C88C55

Tints of Twine #C88C55

Color information

#C88C55 (or 0xC88C55) is unknown color: approx Twine. HEX triplet: C8, 8C and 55. RGB value is (200,140,85). Sum of RGB (Red+Green+Blue) = 200+140+85=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 140 (55.08% from 255 or 32.94% from 425); Blue value is 85 (33.59% from 255 or 20% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C55 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C55 is #3773AA. Grayscale: #979797. Windows color (decimal): -3634091 or 5606600. OLE color: 5606600.

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

Color convert

RGB20014085-
CMYK00.30.580.22
HSL28.7º51.11%55.88%-
HSV(B)28.7º57.5%78.43%-
XYZ34.8431.6912.88-
YUV151.6790.38162.47-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 140 (55.08% from 255) = 32.94%
BLUE value IS 85 (33.59% from 255) = 20%
R=47.06%
G=32.94%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001408500.30.580.2228.751.1155.88
HexC88C5501E3A161d3338
Octal3102141250367226356370
Binary110010001000110010101010111101110101011011101110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C55; }

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

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

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

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

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

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

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

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