#C88C56

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

Shades of Twine #C88C56

Tints of Twine #C88C56

Color information

#C88C56 (or 0xC88C56) is unknown color: approx Twine. HEX triplet: C8, 8C and 56. RGB value is (200,140,86). Sum of RGB (Red+Green+Blue) = 200+140+86=426 (56% of max value = 765). Red value is 200 (78.52% from 255 or 46.95% from 426); Green value is 140 (55.08% from 255 or 32.86% from 426); Blue value is 86 (33.98% from 255 or 20.19% from 426); Max value from RGB is 200 - color contains mainly: red. Hex color #C88C56 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88C56 is #3773A9. Grayscale: #989898. Windows color (decimal): -3634090 or 5672136. OLE color: 5672136.

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

Color convert

RGB20014086-
CMYK00.30.570.22
HSL28.42º50.89%56.08%-
HSV(B)28.42º57%78.43%-
XYZ34.8831.7113.09-
YUV151.7890.88162.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 46.95%
GREEN value IS 140 (55.08% from 255) = 32.86%
BLUE value IS 86 (33.98% from 255) = 20.19%
R=46.95%
G=32.86%
B=20.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001408600.30.570.2228.4250.8956.08
HexC88C5601E39161c3338
Octal3102141260367126346370
Binary110010001000110010101100111101110011011011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88C56; }

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

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

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

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

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

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

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

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