#C7995B

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

Shades of Twine #C7995B

Tints of Twine #C7995B

Color information

#C7995B (or 0xC7995B) is unknown color: approx Twine. HEX triplet: C7, 99 and 5B. RGB value is (199,153,91). Sum of RGB (Red+Green+Blue) = 199+153+91=443 (58% of max value = 765). Red value is 199 (78.12% from 255 or 44.92% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 91 (35.94% from 255 or 20.54% from 443); Max value from RGB is 199 - color contains mainly: red. Hex color #C7995B is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C7995B is #3866A4. Grayscale: #9F9F9F. Windows color (decimal): -3696293 or 6003143. OLE color: 6003143.

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

Color convert

RGB19915391-
CMYK00.230.540.22
HSL34.44º49.09%56.86%-
HSV(B)34.44º54.27%78.04%-
XYZ36.8335.6814.84-
YUV159.6989.24156.04-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 44.92%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 91 (35.94% from 255) = 20.54%
R=44.92%
G=34.54%
B=20.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.54
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991539100.230.540.2234.4449.0956.86
HexC7995B0173616223139
Octal3072311330276626426171
Binary1100011110011001101101101011111011010110100010110001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C7995B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C7995B; }

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

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

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

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

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

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

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

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