#C88D4E

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

Shades of Twine #C88D4E

Tints of Twine #C88D4E

Color information

#C88D4E (or 0xC88D4E) is unknown color: approx Twine. HEX triplet: C8, 8D and 4E. RGB value is (200,141,78). Sum of RGB (Red+Green+Blue) = 200+141+78=419 (55% of max value = 765). Red value is 200 (78.52% from 255 or 47.73% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 78 (30.86% from 255 or 18.62% from 419); Max value from RGB is 200 - color contains mainly: red. Hex color #C88D4E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C88D4E is #3772B1. Grayscale: #979797. Windows color (decimal): -3633842 or 5148104. OLE color: 5148104.

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

Color convert

RGB20014178-
CMYK00.290.610.22
HSL30.98º52.59%54.51%-
HSV(B)30.98º61%78.43%-
XYZ34.7231.8811.53-
YUV151.4686.55162.62-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.73%
GREEN value IS 141 (55.47% from 255) = 33.65%
BLUE value IS 78 (30.86% from 255) = 18.62%
R=47.73%
G=33.65%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001417800.290.610.2230.9852.5954.51
HexC88D4E01D3D161f3537
Octal3102151160357526376567
Binary110010001000110110011100111011111011011011111110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C88D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C88D4E; }

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

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

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

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

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

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

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

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