COLOR #CFB195

HEX: #CFB195
RGB: (207,177,149)

Color info

#CFB195 contains red, green and blue colors in about the same proportion. Web safe color of #CFB195 is #CC9999 (or #C99).

RGB color model

#CFB195 color RGB value is (207,177,149).

  • red value is 207;
  • green value is 177;
  • blue value is 149.
RGB:
(207,177,149)
(81%,69%,58%)

RGB channels and saturation

R 207 of 255 = 81%
G 177 of 255 = 69%
B 149 of 255 = 58%

207
177
149

R + G + B ~ 69%. #CFB195 is quite light color.

Portions of RGB colors in percentages

R + G + B =
207 + 177 + 149 = 533 (100%)
R 207 of 533 ~ 38.84%
G 177 of 533 ~ 33.21%
B 149 of 533 ~ 27.95%

%38.84
%33.21
%27.95

CMYK color model

#CFB195 color CMYK value is (0,14,28,19).

  • cyan value is 0.00%
  • magenta value is 14.49%
  • yellow value is 28.02%
  • key color value is 18.82%
CMYK:
(0,14,28,19)
C0M14Y28K19 
(0%,14%,28%,19%)
(0.00/0.14/0.28/0.19)	

CMYK percentages

%0
%14.49
%28.02
%18.82

Codes

Color #CFB195 in popluar color models

CFB195
RGB207177149
HSL29°37.66%69.80%
HSB/HSV29°28.02%81.18%
CMYK0.00%14.49%28.02%
18.82%

Color #CFB195 in popluar number systems.

HEXCFB195
Decimal207177149
Binary110011111011000110010101
Octal317261225

Shades and tints

Shades of #CFB195

#CFB195
(207,177,149)
#BDA188
(189,161,136)
#AB917B
(171,145,123)
#99816E
(153,129,110)
#877161
(135,113,97)
#756154
(117,97,84)
#635147
(99,81,71)
#51413A
(81,65,58)
#3F312D
(63,49,45)
#2D2120
(45,33,32)
#1B1113
(27,17,19)
#000000
(0,0,0)

Tints of #CFB195

#CFB195
(207,177,149)
#D3B89E
(211,184,158)
#D7BFA7
(215,191,167)
#DBC6B0
(219,198,176)
#DFCDB9
(223,205,185)
#E3D4C2
(227,212,194)
#E7DBCB
(231,219,203)
#EBE2D4
(235,226,212)
#EFE9DD
(239,233,221)
#F3F0E6
(243,240,230)
#F7F7EF
(247,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CFB195 color. Also use rgb(207,177,149) instead hex code.

Text Font Color

.myTextColor { color: #CFB195; }

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

This text font color is #CFB195.


Background Color

.myBgColor { background-color: #CFB195; }

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

This div background color is #CFB195.


Border color

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

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

This div border color is #CFB195.


Opacity

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

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

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

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

This text has shadow with #CFB195 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CFB195 on black background.


Color preview on white background

This text has color #CFB195 on white background.



Black color preview on #CFB195 background

This text has black color on #CFB195 background.


White color preview on #CFB195 background

This text has white color on #CFB195 background.