#c8935d

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

Shades of Twine #C8935D

Tints of Twine #C8935D

Color information

#C8935D (or 0xC8935D) is unknown color: approx Twine. HEX triplet: C8, 93 and 5D. RGB value is (200,147,93). Sum of RGB (Red+Green+Blue) = 200+147+93=440 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.45% from 440); Green value is 147 (57.81% from 255 or 33.41% from 440); Blue value is 93 (36.72% from 255 or 21.14% from 440); Max value from RGB is 200 - color contains mainly: red. Hex color #C8935D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8935D is #376CA2. Grayscale: #9C9C9C. Windows color (decimal): -3632291 or 6132680. OLE color: 6132680.

HSL color Cylindrical-coordinate representation of color #C8935D: hue angle of 30.28º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C8935D is Cyan = 0, Magento = 0.26, Yellow = 0.54 and Black (K on CMYK) = 0.22.

Color convert

RGB20014793-
CMYK00.260.540.22
HSL30.28º49.31%57.45%-
HSV(B)30.28º53.5%78.43%-
XYZ36.2333.9415-
YUV156.6992.06158.89-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.45%
GREEN value IS 147 (57.81% from 255) = 33.41%
BLUE value IS 93 (36.72% from 255) = 21.14%
R=45.45%
G=33.41%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001479300.260.540.2230.2849.3157.45
HexC8935D01A36161e3139
Octal3102231350326626366171
Binary110010001001001110111010110101101101011011110110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c8935d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c8935d; }

 p { color: rgb(200,147,93); }

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

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

 a { background-color: rgb(200,147,93); }

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

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

 span { border-color: rgb(200,147,93); }

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