COLOR #C8A091

HEX: #C8A091 RGB: (200,160,145)

Color info

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

RGB color model

#C8A091 color RGB value is (200,160,145).

RGB: (200,160,145) (78%, 63%, 57%)

RGB channels and saturation

R 200 of 255 = 78%
G 160 of 255 = 63%
B 145 of 255 = 57%

200
160
145

R + G + B ~ 66%. #C8A091 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 160 + 145 = 505 (100%)
R 200 of 505 ~ 39.6%
G 160 of 505 ~ 31.68%
B 145 of 505 ~ 28.71'%

%39.6
%31.68
%28.71

CMYK color model

#C8A091 color CMYK value is (0,20,28,22).

  • cyan value is 0.00%
  • magenta value is 20.00%
  • yellow value is 27.50%
  • key color value is 21.57%

CMYK: (0,20,28,22)
C0M20Y28K22 (0%, 20%, 28%, 22%)
(0.00 / 0.20 / 0.28 / 0.22)

CMYK percentages

%0
%20
%27.5
%21.57

Codes

Color #C8A091 in popluar color models

C8 A0 91
RGB 200 160 145
HSL 16° 33.33% 67.65%
HSB/HSV 16° 27.50% 78.43%
CMYK 0.00% 20.00% 27.50%
21.57%

Color #C8A091 in popluar number systems.

HEX C8 A0 91
Decimal 200 160 145
Binary 11001000 10100000 10010001
Octal 310 240 221

Shades and tints

Shades of #C8A091

#C8A091
(200,160,145)
#B69284
(182,146,132)
#A48477
(164,132,119)
#92766A
(146,118,106)
#80685D
(128,104,93)
#6E5A50
(110,90,80)
#5C4C43
(92,76,67)
#4A3E36
(74,62,54)
#383029
(56,48,41)
#26221C
(38,34,28)
#14140F
(20,20,15)
#000000
(0,0,0)

Tints of #C8A091

#C8A091
(200,160,145)
#CDA89B
(205,168,155)
#D2B0A5
(210,176,165)
#D7B8AF
(215,184,175)
#DCC0B9
(220,192,185)
#E1C8C3
(225,200,195)
#E6D0CD
(230,208,205)
#EBD8D7
(235,216,215)
#F0E0E1
(240,224,225)
#F5E8EB
(245,232,235)
#FAF0F5
(250,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A091 color. Also use rgb(200,160,145) instead hex code.

Text Font Color

.myTextColor { color: #C8A091; }

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

This text font color is #C8A091.

Background Color

.myBgColor { background-color: #C8A091; }

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

This div background color is #C8A091.

Border color

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

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

This div border color is #C8A091.

Opacity

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

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

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

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

This text has shadow with #C8A091 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8A091.

Preview

Color preview on black background

This text has color #C8A091 on black background.


Color preview on white background

This text has color #C8A091 on white background.


Black color preview on #C8A091 background

This text has black color on #C8A091 background.


White color preview on #C8A091 background

This text has white color on #C8A091 background.


Related colors

Complementary color

Complementary color for #hex is #375F6E.


I love getcolorcode.com

Triadic colors

1 #91C8A0 and #A091C8 with #C8A091 are triadic colors.

2 #91A0C8 and #A0C891 with #C8A091 are triadic colors.