COLOR #C3B27D

HEX: #C3B27D RGB: (195,178,125)

Color info

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

RGB color model

#C3B27D color RGB value is (195,178,125).

RGB: (195,178,125) (76%, 70%, 49%)

RGB channels and saturation

R 195 of 255 = 76%
G 178 of 255 = 70%
B 125 of 255 = 49%

195
178
125

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

Portions of RGB colors in percentages

R + G + B = 195 + 178 + 125 = 498 (100%)
R 195 of 498 ~ 39.16%
G 178 of 498 ~ 35.74%
B 125 of 498 ~ 25.1'%

%39.16
%35.74
%25.1

CMYK color model

#C3B27D color CMYK value is (0,9,36,24).

  • cyan value is 0.00%
  • magenta value is 8.72%
  • yellow value is 35.90%
  • key color value is 23.53%
CMYK: (0,9,36,24) C0M9Y36K24 (0%,9%,36%,24%) (0.00/0.09/0.36/0.24) 

CMYK percentages

%0
%8.72
%35.9
%23.53

Codes

Color #C3B27D in popluar color models

C3 B2 7D
RGB 195 178 125
HSL 45° 36.84% 62.75%
HSB/HSV 45° 35.90% 76.47%
CMYK 0.00% 8.72% 35.90%
23.53%

Color #C3B27D in popluar number systems.

HEX C3 B2 7D
Decimal 195 178 125
Binary 11000011 10110010 1111101
Octal 303 262 175

Shades and tints

Shades of #C3B27D

#C3B27D
(195,178,125)
#B2A272
(178,162,114)
#A19267
(161,146,103)
#90825C
(144,130,92)
#7F7251
(127,114,81)
#6E6246
(110,98,70)
#5D523B
(93,82,59)
#4C4230
(76,66,48)
#3B3225
(59,50,37)
#2A221A
(42,34,26)
#19120F
(25,18,15)
#000000
(0,0,0)

Tints of #C3B27D

#C3B27D
(195,178,125)
#C8B988
(200,185,136)
#CDC093
(205,192,147)
#D2C79E
(210,199,158)
#D7CEA9
(215,206,169)
#DCD5B4
(220,213,180)
#E1DCBF
(225,220,191)
#E6E3CA
(230,227,202)
#EBEAD5
(235,234,213)
#F0F1E0
(240,241,224)
#F5F8EB
(245,248,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3B27D color. Also use rgb(195,178,125) instead hex code.

Text Font Color

.myTextColor { color: #C3B27D; }

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

This text font color is #C3B27D.

Background Color

.myBgColor { background-color: #C3B27D; }

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

This div background color is #C3B27D.

Border color

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

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

This div border color is #C3B27D.

Opacity

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

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

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

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

This text has shadow with #C3B27D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3B27D.

Preview

Color preview on black background

This text has color #C3B27D on black background.


Color preview on white background

This text has color #C3B27D on white background.


Black color preview on #C3B27D background

This text has black color on #C3B27D background.


White color preview on #C3B27D background

This text has white color on #C3B27D background.


Related colors

Complementary color

Complementary color for #hex is #3C4D82.


I love getcolorcode.com

Triadic colors

1 #7DC3B2 and #B27DC3 with #C3B27D are triadic colors.

2 #7DB2C3 and #B2C37D with #C3B27D are triadic colors.