COLOR #C5AB6C

HEX: #C5AB6C RGB: (197,171,108)

Color info

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

RGB color model

#C5AB6C color RGB value is (197,171,108).

RGB: (197,171,108) (77%, 67%, 42%)

RGB channels and saturation

R 197 of 255 = 77%
G 171 of 255 = 67%
B 108 of 255 = 42%

197
171
108

R + G + B ~ 62%. #C5AB6C is quite light color.

Portions of RGB colors in percentages

R + G + B = 197 + 171 + 108 = 476 (100%)
R 197 of 476 ~ 41.39%
G 171 of 476 ~ 35.92%
B 108 of 476 ~ 22.69'%

%41.39
%35.92
%22.69

CMYK color model

#C5AB6C color CMYK value is (0,13,45,23).

  • cyan value is 0.00%
  • magenta value is 13.20%
  • yellow value is 45.18%
  • key color value is 22.75%

CMYK: (0,13,45,23)
C0M13Y45K23 (0%, 13%, 45%, 23%)
(0.00 / 0.13 / 0.45 / 0.23)

CMYK percentages

%0
%13.2
%45.18
%22.75

Codes

Color #C5AB6C in popluar color models

C5 AB 6C
RGB 197 171 108
HSL 42° 43.41% 59.80%
HSB/HSV 42° 45.18% 77.25%
CMYK 0.00% 13.20% 45.18%
22.75%

Color #C5AB6C in popluar number systems.

HEX C5 AB 6C
Decimal 197 171 108
Binary 11000101 10101011 1101100
Octal 305 253 154

Shades and tints

Shades of #C5AB6C

#C5AB6C
(197,171,108)
#B49C63
(180,156,99)
#A38D5A
(163,141,90)
#927E51
(146,126,81)
#816F48
(129,111,72)
#70603F
(112,96,63)
#5F5136
(95,81,54)
#4E422D
(78,66,45)
#3D3324
(61,51,36)
#2C241B
(44,36,27)
#1B1512
(27,21,18)
#000000
(0,0,0)

Tints of #C5AB6C

#C5AB6C
(197,171,108)
#CAB279
(202,178,121)
#CFB986
(207,185,134)
#D4C093
(212,192,147)
#D9C7A0
(217,199,160)
#DECEAD
(222,206,173)
#E3D5BA
(227,213,186)
#E8DCC7
(232,220,199)
#EDE3D4
(237,227,212)
#F2EAE1
(242,234,225)
#F7F1EE
(247,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C5AB6C color. Also use rgb(197,171,108) instead hex code.

Text Font Color

.myTextColor { color: #C5AB6C; }

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

This text font color is #C5AB6C.

Background Color

.myBgColor { background-color: #C5AB6C; }

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

This div background color is #C5AB6C.

Border color

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

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

This div border color is #C5AB6C.

Opacity

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

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

Text with #C5AB6C 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 #C5AB6C;}

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

This text has shadow with #C5AB6C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C5AB6C.

Preview

Color preview on black background

This text has color #C5AB6C on black background.


Color preview on white background

This text has color #C5AB6C on white background.


Black color preview on #C5AB6C background

This text has black color on #C5AB6C background.


White color preview on #C5AB6C background

This text has white color on #C5AB6C background.


Related colors

Complementary color

Complementary color for #hex is #3A5493.


I love getcolorcode.com

Triadic colors

1 #6CC5AB and #AB6CC5 with #C5AB6C are triadic colors.

2 #6CABC5 and #ABC56C with #C5AB6C are triadic colors.