COLOR #C69B75

HEX: #C69B75 RGB: (198,155,117)

Color info

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

RGB color model

#C69B75 color RGB value is (198,155,117).

RGB: (198,155,117) (78%, 61%, 46%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 117 of 255 = 46%

198
155
117

R + G + B ~ 62%. #C69B75 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 155 + 117 = 470 (100%)
R 198 of 470 ~ 42.13%
G 155 of 470 ~ 32.98%
B 117 of 470 ~ 24.89'%

%42.13
%32.98
%24.89

CMYK color model

#C69B75 color CMYK value is (0,22,41,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 40.91%
  • key color value is 22.35%

CMYK: (0,22,41,22)
C0M22Y41K22 (0%, 22%, 41%, 22%)
(0.00 / 0.22 / 0.41 / 0.22)

CMYK percentages

%0
%21.72
%40.91
%22.35

Codes

Color #C69B75 in popluar color models

C6 9B 75
RGB 198 155 117
HSL 28° 41.54% 61.76%
HSB/HSV 28° 40.91% 77.65%
CMYK 0.00% 21.72% 40.91%
22.35%

Color #C69B75 in popluar number systems.

HEX C6 9B 75
Decimal 198 155 117
Binary 11000110 10011011 1110101
Octal 306 233 165

Shades and tints

Shades of #C69B75

#C69B75
(198,155,117)
#B48D6B
(180,141,107)
#A27F61
(162,127,97)
#907157
(144,113,87)
#7E634D
(126,99,77)
#6C5543
(108,85,67)
#5A4739
(90,71,57)
#48392F
(72,57,47)
#362B25
(54,43,37)
#241D1B
(36,29,27)
#120F11
(18,15,17)
#000000
(0,0,0)

Tints of #C69B75

#C69B75
(198,155,117)
#CBA481
(203,164,129)
#D0AD8D
(208,173,141)
#D5B699
(213,182,153)
#DABFA5
(218,191,165)
#DFC8B1
(223,200,177)
#E4D1BD
(228,209,189)
#E9DAC9
(233,218,201)
#EEE3D5
(238,227,213)
#F3ECE1
(243,236,225)
#F8F5ED
(248,245,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69B75; }

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

This text font color is #C69B75.

Background Color

.myBgColor { background-color: #C69B75; }

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

This div background color is #C69B75.

Border color

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

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

This div border color is #C69B75.

Opacity

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

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

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

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

This text has shadow with #C69B75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C69B75.

Preview

Color preview on black background

This text has color #C69B75 on black background.


Color preview on white background

This text has color #C69B75 on white background.


Black color preview on #C69B75 background

This text has black color on #C69B75 background.


White color preview on #C69B75 background

This text has white color on #C69B75 background.


Related colors

Complementary color

Complementary color for #hex is #39648A.


I love getcolorcode.com

Triadic colors

1 #75C69B and #9B75C6 with #C69B75 are triadic colors.

2 #759BC6 and #9BC675 with #C69B75 are triadic colors.