COLOR #C99A75

HEX: #C99A75 RGB: (201,154,117)

Color info

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

RGB color model

#C99A75 color RGB value is (201,154,117).

RGB: (201,154,117) (79%, 60%, 46%)

RGB channels and saturation

R 201 of 255 = 79%
G 154 of 255 = 60%
B 117 of 255 = 46%

201
154
117

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

Portions of RGB colors in percentages

R + G + B = 201 + 154 + 117 = 472 (100%)
R 201 of 472 ~ 42.58%
G 154 of 472 ~ 32.63%
B 117 of 472 ~ 24.79'%

%42.58
%32.63
%24.79

CMYK color model

#C99A75 color CMYK value is (0,23,42,21).

  • cyan value is 0.00%
  • magenta value is 23.38%
  • yellow value is 41.79%
  • key color value is 21.18%
CMYK: (0,23,42,21) C0M23Y42K21 (0%,23%,42%,21%) (0.00/0.23/0.42/0.21) 

CMYK percentages

%0
%23.38
%41.79
%21.18

Codes

Color #C99A75 in popluar color models

C9 9A 75
RGB 201 154 117
HSL 26° 43.75% 62.35%
HSB/HSV 26° 41.79% 78.82%
CMYK 0.00% 23.38% 41.79%
21.18%

Color #C99A75 in popluar number systems.

HEX C9 9A 75
Decimal 201 154 117
Binary 11001001 10011010 1110101
Octal 311 232 165

Shades and tints

Shades of #C99A75

#C99A75
(201,154,117)
#B78C6B
(183,140,107)
#A57E61
(165,126,97)
#937057
(147,112,87)
#81624D
(129,98,77)
#6F5443
(111,84,67)
#5D4639
(93,70,57)
#4B382F
(75,56,47)
#392A25
(57,42,37)
#271C1B
(39,28,27)
#150E11
(21,14,17)
#000000
(0,0,0)

Tints of #C99A75

#C99A75
(201,154,117)
#CDA381
(205,163,129)
#D1AC8D
(209,172,141)
#D5B599
(213,181,153)
#D9BEA5
(217,190,165)
#DDC7B1
(221,199,177)
#E1D0BD
(225,208,189)
#E5D9C9
(229,217,201)
#E9E2D5
(233,226,213)
#EDEBE1
(237,235,225)
#F1F4ED
(241,244,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99A75 color. Also use rgb(201,154,117) instead hex code.

Text Font Color

.myTextColor { color: #C99A75; }

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

This text font color is #C99A75.

Background Color

.myBgColor { background-color: #C99A75; }

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

This div background color is #C99A75.

Border color

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

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

This div border color is #C99A75.

Opacity

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

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

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

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

This text has shadow with #C99A75 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C99A75.

Preview

Color preview on black background

This text has color #C99A75 on black background.


Color preview on white background

This text has color #C99A75 on white background.


Black color preview on #C99A75 background

This text has black color on #C99A75 background.


White color preview on #C99A75 background

This text has white color on #C99A75 background.


Related colors

Complementary color

Complementary color for #hex is #36658A.


I love getcolorcode.com

Triadic colors

1 #75C99A and #9A75C9 with #C99A75 are triadic colors.

2 #759AC9 and #9AC975 with #C99A75 are triadic colors.