#C88B4E

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

Shades of Twine #C88B4E

Tints of Twine #C88B4E

Color information

#C88B4E (or 0xC88B4E) is unknown color: approx Twine. HEX triplet: C8, 8B and 4E. RGB value is (200,139,78). Sum of RGB (Red+Green+Blue) = 200+139+78=417 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.96% from 417); Green value is 139 (54.69% from 255 or 33.33% from 417); Blue value is 78 (30.86% from 255 or 18.71% from 417); Max value from RGB is 200 - color contains mainly: red. Hex color #C88B4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88B4E is #3774B1. Grayscale: #969696. Windows color (decimal): -3634354 or 5147592. OLE color: 5147592.

HSL color Cylindrical-coordinate representation of color #C88B4E: hue angle of 30º degrees, saturation: 0.53, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #C88B4E is Cyan = 0, Magento = 0.30, Yellow = 0.61 and Black (K on CMYK) = 0.22.

Color convert

RGB20013978-
CMYK00.300.610.22
HSL30º52.59%54.51%-
HSV(B)30º61%78.43%-
XYZ34.4331.2911.43-
YUV150.2887.21163.46-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.96%
GREEN value IS 139 (54.69% from 255) = 33.33%
BLUE value IS 78 (30.86% from 255) = 18.71%
R=47.96%
G=33.33%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001397800.300.610.223052.5954.51
HexC88B4E01E3D161e3537
Octal3102131160367526366567
Binary110010001000101110011100111101111011011011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88B4E; }

 p { color: rgb(200,139,78); }

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

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

 a { background-color: rgb(200,139,78); }

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

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

 span { border-color: rgb(200,139,78); }

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