COLOR #CAB176

HEX: #CAB176 RGB: (202,177,118)

Color info

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

RGB color model

#CAB176 color RGB value is (202,177,118).

RGB: (202,177,118) (79%, 69%, 46%)

RGB channels and saturation

R 202 of 255 = 79%
G 177 of 255 = 69%
B 118 of 255 = 46%

202
177
118

R + G + B ~ 65%. #CAB176 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 177 + 118 = 497 (100%)
R 202 of 497 ~ 40.64%
G 177 of 497 ~ 35.61%
B 118 of 497 ~ 23.74'%

%40.64
%35.61
%23.74

CMYK color model

#CAB176 color CMYK value is (0,12,42,21).

  • cyan value is 0.00%
  • magenta value is 12.38%
  • yellow value is 41.58%
  • key color value is 20.78%
CMYK: (0,12,42,21) C0M12Y42K21 (0%,12%,42%,21%) (0.00/0.12/0.42/0.21) 

CMYK percentages

%0
%12.38
%41.58
%20.78

Codes

Color #CAB176 in popluar color models

CA B1 76
RGB 202 177 118
HSL 42° 44.21% 62.75%
HSB/HSV 42° 41.58% 79.22%
CMYK 0.00% 12.38% 41.58%
20.78%

Color #CAB176 in popluar number systems.

HEX CA B1 76
Decimal 202 177 118
Binary 11001010 10110001 1110110
Octal 312 261 166

Shades and tints

Shades of #CAB176

#CAB176
(202,177,118)
#B8A16C
(184,161,108)
#A69162
(166,145,98)
#948158
(148,129,88)
#82714E
(130,113,78)
#706144
(112,97,68)
#5E513A
(94,81,58)
#4C4130
(76,65,48)
#3A3126
(58,49,38)
#28211C
(40,33,28)
#161112
(22,17,18)
#000000
(0,0,0)

Tints of #CAB176

#CAB176
(202,177,118)
#CEB882
(206,184,130)
#D2BF8E
(210,191,142)
#D6C69A
(214,198,154)
#DACDA6
(218,205,166)
#DED4B2
(222,212,178)
#E2DBBE
(226,219,190)
#E6E2CA
(230,226,202)
#EAE9D6
(234,233,214)
#EEF0E2
(238,240,226)
#F2F7EE
(242,247,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CAB176 color. Also use rgb(202,177,118) instead hex code.

Text Font Color

.myTextColor { color: #CAB176; }

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

This text font color is #CAB176.

Background Color

.myBgColor { background-color: #CAB176; }

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

This div background color is #CAB176.

Border color

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

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

This div border color is #CAB176.

Opacity

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

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

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

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

This text has shadow with #CAB176 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CAB176.

Preview

Color preview on black background

This text has color #CAB176 on black background.


Color preview on white background

This text has color #CAB176 on white background.


Black color preview on #CAB176 background

This text has black color on #CAB176 background.


White color preview on #CAB176 background

This text has white color on #CAB176 background.


Related colors

Complementary color

Complementary color for #hex is #354E89.


I love getcolorcode.com

Triadic colors

1 #76CAB1 and #B176CA with #CAB176 are triadic colors.

2 #76B1CA and #B1CA76 with #CAB176 are triadic colors.