#C8965D

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

Shades of Twine #C8965D

Tints of Twine #C8965D

Color information

#C8965D (or 0xC8965D) is unknown color: approx Twine. HEX triplet: C8, 96 and 5D. RGB value is (200,150,93). Sum of RGB (Red+Green+Blue) = 200+150+93=443 (58% of max value = 765). Red value is 200 (78.52% from 255 or 45.15% from 443); Green value is 150 (58.98% from 255 or 33.86% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 200 - color contains mainly: red. Hex color #C8965D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C8965D is #3769A2. Grayscale: #9E9E9E. Windows color (decimal): -3631523 or 6133448. OLE color: 6133448.

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

Color convert

RGB20015093-
CMYK00.250.540.22
HSL31.96º49.31%57.45%-
HSV(B)31.96º53.5%78.43%-
XYZ36.734.8815.15-
YUV158.4591.06157.63-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 45.15%
GREEN value IS 150 (58.98% from 255) = 33.86%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=45.15%
G=33.86%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal2001509300.250.540.2231.9649.3157.45
HexC8965D0193616203139
Octal3102261350316626406171
Binary1100100010010110101110101100111011010110100000110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8965D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8965D; }

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

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

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

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

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

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

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

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