#C7995D

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

Shades of Twine #C7995D

Tints of Twine #C7995D

Color information

#C7995D (or 0xC7995D) is unknown color: approx Twine. HEX triplet: C7, 99 and 5D. RGB value is (199,153,93). Sum of RGB (Red+Green+Blue) = 199+153+93=445 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.72% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 93 (36.72% from 255 or 20.90% from 445); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995D is #3866A2. Grayscale: #A0A0A0. Windows color (decimal): -3696291 or 6134215. OLE color: 6134215.

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

Color convert

RGB19915393-
CMYK00.230.530.22
HSL33.96º48.62%57.25%-
HSV(B)33.96º53.27%78.04%-
XYZ36.9235.7115.3-
YUV159.9190.24155.88-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.72%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 93 (36.72% from 255) = 20.90%
R=44.72%
G=34.38%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.53
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991539300.230.530.2233.9648.6257.25
HexC7995D0173516223139
Octal3072311350276526426171
Binary1100011110011001101110101011111010110110100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7995D; }

 p { color: rgb(199,153,93); }

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

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

 a { background-color: rgb(199,153,93); }

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

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

 span { border-color: rgb(199,153,93); }

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