#C5995D

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

Shades of Twine #C5995D

Tints of Twine #C5995D

Color information

#C5995D (or 0xC5995D) is unknown color: approx Twine. HEX triplet: C5, 99 and 5D. RGB value is (197,153,93). Sum of RGB (Red+Green+Blue) = 197+153+93=443 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.47% from 443); Green value is 153 (60.16% from 255 or 34.54% from 443); Blue value is 93 (36.72% from 255 or 20.99% from 443); Max value from RGB is 197 - color contains mainly: red. Hex color #C5995D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5995D is #3A66A2. Grayscale: #9F9F9F. Windows color (decimal): -3827363 or 6134213. OLE color: 6134213.

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

Color convert

RGB19715393-
CMYK00.220.530.23
HSL34.62º47.27%56.86%-
HSV(B)34.62º52.79%77.25%-
XYZ36.3935.4415.28-
YUV159.3290.58154.88-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.47%
GREEN value IS 153 (60.16% from 255) = 34.54%
BLUE value IS 93 (36.72% from 255) = 20.99%
R=44.47%
G=34.54%
B=20.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971539300.220.530.2334.6247.2756.86
HexC5995D0163517232f39
Octal3052311350266527435771
Binary1100010110011001101110101011011010110111100011101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5995D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5995D; }

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

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

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

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

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

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

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

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