COLOR #C2B975

HEX: #C2B975
RGB: (194,185,117)

Color info

#C2B975 contains mainly red and green colors. Web safe color of #C2B975 is #CCCC66 (or #CC6).

RGB color model

#C2B975 color RGB value is (194,185,117).

  • red value is 194;
  • green value is 185;
  • blue value is 117.
RGB:
(194,185,117)
(76%,73%,46%)

RGB channels and saturation

R 194 of 255 = 76%
G 185 of 255 = 73%
B 117 of 255 = 46%

194
185
117

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

Portions of RGB colors in percentages

R + G + B =
194 + 185 + 117 = 496 (100%)
R 194 of 496 ~ 39.11%
G 185 of 496 ~ 37.3%
B 117 of 496 ~ 23.59%

%39.11
%37.3
%23.59

CMYK color model

#C2B975 color CMYK value is (0,5,40,24).

  • cyan value is 0.00%
  • magenta value is 4.64%
  • yellow value is 39.69%
  • key color value is 23.92%
CMYK:
(0,5,40,24)
C0M5Y40K24 
(0%,5%,40%,24%)
(0.00/0.05/0.40/0.24)	

CMYK percentages

%0
%4.64
%39.69
%23.92

Codes

Color #C2B975 in popluar color models

C2B975
RGB194185117
HSL53°38.69%60.98%
HSB/HSV53°39.69%76.08%
CMYK0.00%4.64%39.69%
23.92%

Color #C2B975 in popluar number systems.

HEXC2B975
Decimal194185117
Binary11000010101110011110101
Octal302271165

Shades and tints

Shades of #C2B975

#C2B975
(194,185,117)
#B1A96B
(177,169,107)
#A09961
(160,153,97)
#8F8957
(143,137,87)
#7E794D
(126,121,77)
#6D6943
(109,105,67)
#5C5939
(92,89,57)
#4B492F
(75,73,47)
#3A3925
(58,57,37)
#29291B
(41,41,27)
#181911
(24,25,17)
#000000
(0,0,0)

Tints of #C2B975

#C2B975
(194,185,117)
#C7BF81
(199,191,129)
#CCC58D
(204,197,141)
#D1CB99
(209,203,153)
#D6D1A5
(214,209,165)
#DBD7B1
(219,215,177)
#E0DDBD
(224,221,189)
#E5E3C9
(229,227,201)
#EAE9D5
(234,233,213)
#EFEFE1
(239,239,225)
#F4F5ED
(244,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C2B975 color. Also use rgb(194,185,117) instead hex code.

Text Font Color

.myTextColor { color: #C2B975; }

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

This text font color is #C2B975.


Background Color

.myBgColor { background-color: #C2B975; }

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

This div background color is #C2B975.


Border color

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

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

This div border color is #C2B975.


Opacity

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

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

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

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

This text has shadow with #C2B975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C2B975 on black background.


Color preview on white background

This text has color #C2B975 on white background.



Black color preview on #C2B975 background

This text has black color on #C2B975 background.


White color preview on #C2B975 background

This text has white color on #C2B975 background.