COLOR #C69B7F

HEX: #C69B7F
RGB: (198,155,127)

Color info

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

RGB color model

#C69B7F color RGB value is (198,155,127).

  • red value is 198;
  • green value is 155;
  • blue value is 127.
RGB:
(198,155,127)
(78%,61%,50%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 127 of 255 = 50%

198
155
127

R + G + B ~ 63%. #C69B7F is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 127 = 480 (100%)
R 198 of 480 ~ 41.25%
G 155 of 480 ~ 32.29%
B 127 of 480 ~ 26.46%

%41.25
%32.29
%26.46

CMYK color model

#C69B7F color CMYK value is (0,22,36,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 35.86%
  • key color value is 22.35%
CMYK:
(0,22,36,22)
C0M22Y36K22 
(0%,22%,36%,22%)
(0.00/0.22/0.36/0.22)	

CMYK percentages

%0
%21.72
%35.86
%22.35

Codes

Color #C69B7F in popluar color models

C69B7F
RGB198155127
HSL24°38.38%63.73%
HSB/HSV24°35.86%77.65%
CMYK0.00%21.72%35.86%
22.35%

Color #C69B7F in popluar number systems.

HEXC69B7F
Decimal198155127
Binary11000110100110111111111
Octal306233177

Shades and tints

Shades of #C69B7F

#C69B7F
(198,155,127)
#B48D74
(180,141,116)
#A27F69
(162,127,105)
#90715E
(144,113,94)
#7E6353
(126,99,83)
#6C5548
(108,85,72)
#5A473D
(90,71,61)
#483932
(72,57,50)
#362B27
(54,43,39)
#241D1C
(36,29,28)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C69B7F

#C69B7F
(198,155,127)
#CBA48A
(203,164,138)
#D0AD95
(208,173,149)
#D5B6A0
(213,182,160)
#DABFAB
(218,191,171)
#DFC8B6
(223,200,182)
#E4D1C1
(228,209,193)
#E9DACC
(233,218,204)
#EEE3D7
(238,227,215)
#F3ECE2
(243,236,226)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69B7F color. Also use rgb(198,155,127) instead hex code.

Text Font Color

.myTextColor { color: #C69B7F; }

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

This text font color is #C69B7F.


Background Color

.myBgColor { background-color: #C69B7F; }

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

This div background color is #C69B7F.


Border color

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

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

This div border color is #C69B7F.


Opacity

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

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

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

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

This text has shadow with #C69B7F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69B7F on black background.


Color preview on white background

This text has color #C69B7F on white background.



Black color preview on #C69B7F background

This text has black color on #C69B7F background.


White color preview on #C69B7F background

This text has white color on #C69B7F background.