COLOR #C1B985

HEX: #C1B985
RGB: (193,185,133)

Color info

#C1B985 contains mainly red and green colors. Web safe color of #C1B985 is #CCCC99 (or #CC9).

RGB color model

#C1B985 color RGB value is (193,185,133).

  • red value is 193;
  • green value is 185;
  • blue value is 133.
RGB:
(193,185,133)
(76%,73%,52%)

RGB channels and saturation

R 193 of 255 = 76%
G 185 of 255 = 73%
B 133 of 255 = 52%

193
185
133

R + G + B ~ 67%. #C1B985 is quite light color.

Portions of RGB colors in percentages

R + G + B =
193 + 185 + 133 = 511 (100%)
R 193 of 511 ~ 37.77%
G 185 of 511 ~ 36.2%
B 133 of 511 ~ 26.03%

%37.77
%36.2
%26.03

CMYK color model

#C1B985 color CMYK value is (0,4,31,24).

  • cyan value is 0.00%
  • magenta value is 4.15%
  • yellow value is 31.09%
  • key color value is 24.31%
CMYK:
(0,4,31,24)
C0M4Y31K24 
(0%,4%,31%,24%)
(0.00/0.04/0.31/0.24)	

CMYK percentages

%0
%4.15
%31.09
%24.31

Codes

Color #C1B985 in popluar color models

C1B985
RGB193185133
HSL52°32.61%63.92%
HSB/HSV52°31.09%75.69%
CMYK0.00%4.15%31.09%
24.31%

Color #C1B985 in popluar number systems.

HEXC1B985
Decimal193185133
Binary110000011011100110000101
Octal301271205

Shades and tints

Shades of #C1B985

#C1B985
(193,185,133)
#B0A979
(176,169,121)
#9F996D
(159,153,109)
#8E8961
(142,137,97)
#7D7955
(125,121,85)
#6C6949
(108,105,73)
#5B593D
(91,89,61)
#4A4931
(74,73,49)
#393925
(57,57,37)
#282919
(40,41,25)
#17190D
(23,25,13)
#000000
(0,0,0)

Tints of #C1B985

#C1B985
(193,185,133)
#C6BF90
(198,191,144)
#CBC59B
(203,197,155)
#D0CBA6
(208,203,166)
#D5D1B1
(213,209,177)
#DAD7BC
(218,215,188)
#DFDDC7
(223,221,199)
#E4E3D2
(228,227,210)
#E9E9DD
(233,233,221)
#EEEFE8
(238,239,232)
#F3F5F3
(243,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1B985 color. Also use rgb(193,185,133) instead hex code.

Text Font Color

.myTextColor { color: #C1B985; }

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

This text font color is #C1B985.


Background Color

.myBgColor { background-color: #C1B985; }

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

This div background color is #C1B985.


Border color

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

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

This div border color is #C1B985.


Opacity

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

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

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

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

This text has shadow with #C1B985 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C1B985 on black background.


Color preview on white background

This text has color #C1B985 on white background.



Black color preview on #C1B985 background

This text has black color on #C1B985 background.


White color preview on #C1B985 background

This text has white color on #C1B985 background.