COLOR #C5955A

HEX: #C5955A RGB: (197,149,90)

Color info

#C5955A contains mainly red and green colors. Web safe color of #C5955A is #CC9966 (or #C96).

RGB color model

#C5955A color RGB value is (197,149,90).

RGB: (197,149,90) (77%, 58%, 35%)

RGB channels and saturation

R 197 of 255 = 77%
G 149 of 255 = 58%
B 90 of 255 = 35%

197
149
90

R + G + B ~ 57%. #C5955A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 197 + 149 + 90 = 436 (100%)
R 197 of 436 ~ 45.18%
G 149 of 436 ~ 34.17%
B 90 of 436 ~ 20.64'%

%45.18
%34.17
%20.64

CMYK color model

#C5955A color CMYK value is (0,24,54,23).

  • cyan value is 0.00%
  • magenta value is 24.37%
  • yellow value is 54.31%
  • key color value is 22.75%

CMYK: (0,24,54,23)
C0M24Y54K23 (0%, 24%, 54%, 23%)
(0.00 / 0.24 / 0.54 / 0.23)

CMYK percentages

%0
%24.37
%54.31
%22.75

Codes

Color #C5955A in popluar color models

C5 95 5A
RGB 197 149 90
HSL 33° 47.98% 56.27%
HSB/HSV 33° 54.31% 77.25%
CMYK 0.00% 24.37% 54.31%
22.75%

Color #C5955A in popluar number systems.

HEX C5 95 5A
Decimal 197 149 90
Binary 11000101 10010101 1011010
Octal 305 225 132

Shades and tints

Shades of #C5955A

#C5955A
(197,149,90)
#B48852
(180,136,82)
#A37B4A
(163,123,74)
#926E42
(146,110,66)
#81613A
(129,97,58)
#705432
(112,84,50)
#5F472A
(95,71,42)
#4E3A22
(78,58,34)
#3D2D1A
(61,45,26)
#2C2012
(44,32,18)
#1B130A
(27,19,10)
#000000
(0,0,0)

Tints of #C5955A

#C5955A
(197,149,90)
#CA9E69
(202,158,105)
#CFA778
(207,167,120)
#D4B087
(212,176,135)
#D9B996
(217,185,150)
#DEC2A5
(222,194,165)
#E3CBB4
(227,203,180)
#E8D4C3
(232,212,195)
#EDDDD2
(237,221,210)
#F2E6E1
(242,230,225)
#F7EFF0
(247,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5955A color. Also use rgb(197,149,90) instead hex code.

Text Font Color

.myTextColor { color: #C5955A; }

<p style="color:#C5955A">This sample text font color is #C5955A.</p>

This text font color is #C5955A.

Background Color

.myBgColor { background-color: #C5955A; }

<div style="background-color:#C5955A">Inner text</div>

This div background color is #C5955A.

Border color

.myBorderColor { border: 1px solid #C5955A; }

<div style="border:3px solid #C5955A">Div</div>

This div border color is #C5955A.

Opacity

.myOpacity80 { color: #C5955A; opacity: 0.8; }

<p style="color:#C5955A;opacity:0.8;">80%</p>

Text with #C5955A color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.
Background with opacity value 80%.
Background with opacity value 50%.
Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #C5955A;}

<p style="text-shadow: 3px 3px 1px #C5955A">Text here.</p>

This text has shadow with #C5955A color.


.textShadow {text-shadow: 3px 3px 1px #C5955A', 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #C5955A, 5px 5px 20px red">Text here.</p>

This text has shadow with #C5955A primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#C5955A, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#C5955A, Direction=45, Strength=4)">Text</p>

This text has shadow with #C5955A and red colors in old Internet Explorer.

Div box shadow color

/* css code */
.divShadow
{
-moz-box-shadow: 1px 1px 3px 2px #C5955A;
-webkit-box-shadow: 1px 1px 3px 2px #C5955A;
box-shadow: 1px 1px 3px 2px #C5955A;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #C5955A; -webkit-box-shadow: 1px 1px 3px 2px #C5955A; box-shadow:1px 1px 3px 2px #C5955A;">
Div content here
</div>

This div box has shadow with color #C5955A.

Preview

Color preview on black background

This text has color #C5955A on black background.


Color preview on white background

This text has color #C5955A on white background.


Black color preview on #C5955A background

This text has black color on #C5955A background.


White color preview on #C5955A background

This text has white color on #C5955A background.


Related colors

Complementary color

Complementary color for #hex is #3A6AA5.


I love getcolorcode.com

Triadic colors

1 #5AC595 and #955AC5 with #C5955A are triadic colors.

2 #5A95C5 and #95C55A with #C5955A are triadic colors.