COLOR #C8AF90

HEX: #C8AF90 RGB: (200,175,144)

Color info

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

RGB color model

#C8AF90 color RGB value is (200,175,144).

RGB: (200,175,144) (78%, 69%, 56%)

RGB channels and saturation

R 200 of 255 = 78%
G 175 of 255 = 69%
B 144 of 255 = 56%

200
175
144

R + G + B ~ 68%. #C8AF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 200 + 175 + 144 = 519 (100%)
R 200 of 519 ~ 38.54%
G 175 of 519 ~ 33.72%
B 144 of 519 ~ 27.75'%

%38.54
%33.72
%27.75

CMYK color model

#C8AF90 color CMYK value is (0,13,28,22).

  • cyan value is 0.00%
  • magenta value is 12.50%
  • yellow value is 28.00%
  • key color value is 21.57%

CMYK: (0,13,28,22)
C0M13Y28K22 (0%, 13%, 28%, 22%)
(0.00 / 0.13 / 0.28 / 0.22)

CMYK percentages

%0
%12.5
%28
%21.57

Codes

Color #C8AF90 in popluar color models

C8 AF 90
RGB 200 175 144
HSL 33° 33.73% 67.45%
HSB/HSV 33° 28.00% 78.43%
CMYK 0.00% 12.50% 28.00%
21.57%

Color #C8AF90 in popluar number systems.

HEX C8 AF 90
Decimal 200 175 144
Binary 11001000 10101111 10010000
Octal 310 257 220

Shades and tints

Shades of #C8AF90

#C8AF90
(200,175,144)
#B6A083
(182,160,131)
#A49176
(164,145,118)
#928269
(146,130,105)
#80735C
(128,115,92)
#6E644F
(110,100,79)
#5C5542
(92,85,66)
#4A4635
(74,70,53)
#383728
(56,55,40)
#26281B
(38,40,27)
#14190E
(20,25,14)
#000000
(0,0,0)

Tints of #C8AF90

#C8AF90
(200,175,144)
#CDB69A
(205,182,154)
#D2BDA4
(210,189,164)
#D7C4AE
(215,196,174)
#DCCBB8
(220,203,184)
#E1D2C2
(225,210,194)
#E6D9CC
(230,217,204)
#EBE0D6
(235,224,214)
#F0E7E0
(240,231,224)
#F5EEEA
(245,238,234)
#FAF5F4
(250,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8AF90 color. Also use rgb(200,175,144) instead hex code.

Text Font Color

.myTextColor { color: #C8AF90; }

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

This text font color is #C8AF90.

Background Color

.myBgColor { background-color: #C8AF90; }

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

This div background color is #C8AF90.

Border color

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

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

This div border color is #C8AF90.

Opacity

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

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

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

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

This text has shadow with #C8AF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C8AF90.

Preview

Color preview on black background

This text has color #C8AF90 on black background.


Color preview on white background

This text has color #C8AF90 on white background.


Black color preview on #C8AF90 background

This text has black color on #C8AF90 background.


White color preview on #C8AF90 background

This text has white color on #C8AF90 background.


Related colors

Complementary color

Complementary color for #hex is #37506F.


I love getcolorcode.com

Triadic colors

1 #90C8AF and #AF90C8 with #C8AF90 are triadic colors.

2 #90AFC8 and #AFC890 with #C8AF90 are triadic colors.