#C5995F

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

Shades of Twine #C5995F

Tints of Twine #C5995F

Color information

#C5995F (or 0xC5995F) is unknown color: approx Twine. HEX triplet: C5, 99 and 5F. RGB value is (197,153,95). Sum of RGB (Red+Green+Blue) = 197+153+95=445 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.27% from 445); Green value is 153 (60.16% from 255 or 34.38% from 445); Blue value is 95 (37.5% from 255 or 21.35% from 445); Max value from RGB is 197 - color contains mainly: red. Hex color #C5995F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5995F is #3A66A0. Grayscale: #9F9F9F. Windows color (decimal): -3827361 or 6265285. OLE color: 6265285.

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

Color convert

RGB19715395-
CMYK00.220.520.23
HSL34.12º46.79%57.25%-
HSV(B)34.12º51.78%77.25%-
XYZ36.4835.4815.75-
YUV159.5491.58154.72-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.27%
GREEN value IS 153 (60.16% from 255) = 34.38%
BLUE value IS 95 (37.5% from 255) = 21.35%
R=44.27%
G=34.38%
B=21.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971539500.220.520.2334.1246.7957.25
HexC5995F0163417222f39
Octal3052311370266427425771
Binary1100010110011001101111101011011010010111100010101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5995F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5995F; }

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

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

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

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

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

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

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

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