#C89150

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

Shades of Twine #C89150

Tints of Twine #C89150

Color information

#C89150 (or 0xC89150) is unknown color: approx Twine. HEX triplet: C8, 91 and 50. RGB value is (200,145,80). Sum of RGB (Red+Green+Blue) = 200+145+80=425 (56% of max value = 765). Red value is 200 (78.52% from 255 or 47.06% from 425); Green value is 145 (57.03% from 255 or 34.12% from 425); Blue value is 80 (31.64% from 255 or 18.82% from 425); Max value from RGB is 200 - color contains mainly: red. Hex color #C89150 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C89150 is #376EAF. Grayscale: #9A9A9A. Windows color (decimal): -3632816 or 5280200. OLE color: 5280200.

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

Color convert

RGB20014580-
CMYK00.280.60.22
HSL32.5º52.17%54.9%-
HSV(B)32.5º60%78.43%-
XYZ35.3933.1112.11-
YUV154.0486.22160.79-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 47.06%
GREEN value IS 145 (57.03% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 18.82%
R=47.06%
G=34.12%
B=18.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.6
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001458000.280.60.2232.552.1754.9
HexC8915001C3C16213437
Octal3102211200347426416467
Binary1100100010010001101000001110011110010110100001110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C89150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C89150; }

 p { color: rgb(200,145,80); }

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

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

 a { background-color: rgb(200,145,80); }

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

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

 span { border-color: rgb(200,145,80); }

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