COLOR #C0AF90

HEX: #C0AF90 RGB: (192,175,144)

Color info

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

RGB color model

#C0AF90 color RGB value is (192,175,144).

RGB: (192,175,144) (75%, 69%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 144 of 255 = 56%

192
175
144

R + G + B ~ 67%. #C0AF90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 175 + 144 = 511 (100%)
R 192 of 511 ~ 37.57%
G 175 of 511 ~ 34.25%
B 144 of 511 ~ 28.18'%

%37.57
%34.25
%28.18

CMYK color model

#C0AF90 color CMYK value is (0,9,25,25).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 25.00%
  • key color value is 24.71%

CMYK: (0,9,25,25)
C0M9Y25K25 (0%, 9%, 25%, 25%)
(0.00 / 0.09 / 0.25 / 0.25)

CMYK percentages

%0
%8.85
%25
%24.71

Codes

Color #C0AF90 in popluar color models

C0 AF 90
RGB 192 175 144
HSL 39° 27.59% 65.88%
HSB/HSV 39° 25.00% 75.29%
CMYK 0.00% 8.85% 25.00%
24.71%

Color #C0AF90 in popluar number systems.

HEX C0 AF 90
Decimal 192 175 144
Binary 11000000 10101111 10010000
Octal 300 257 220

Shades and tints

Shades of #C0AF90

#C0AF90
(192,175,144)
#AFA083
(175,160,131)
#9E9176
(158,145,118)
#8D8269
(141,130,105)
#7C735C
(124,115,92)
#6B644F
(107,100,79)
#5A5542
(90,85,66)
#494635
(73,70,53)
#383728
(56,55,40)
#27281B
(39,40,27)
#16190E
(22,25,14)
#000000
(0,0,0)

Tints of #C0AF90

#C0AF90
(192,175,144)
#C5B69A
(197,182,154)
#CABDA4
(202,189,164)
#CFC4AE
(207,196,174)
#D4CBB8
(212,203,184)
#D9D2C2
(217,210,194)
#DED9CC
(222,217,204)
#E3E0D6
(227,224,214)
#E8E7E0
(232,231,224)
#EDEEEA
(237,238,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AF90; }

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

This text font color is #C0AF90.

Background Color

.myBgColor { background-color: #C0AF90; }

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

This div background color is #C0AF90.

Border color

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

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

This div border color is #C0AF90.

Opacity

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

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

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

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

This text has shadow with #C0AF90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0AF90.

Preview

Color preview on black background

This text has color #C0AF90 on black background.


Color preview on white background

This text has color #C0AF90 on white background.


Black color preview on #C0AF90 background

This text has black color on #C0AF90 background.


White color preview on #C0AF90 background

This text has white color on #C0AF90 background.


Related colors

Complementary color

Complementary color for #hex is #3F506F.


I love getcolorcode.com

Triadic colors

1 #90C0AF and #AF90C0 with #C0AF90 are triadic colors.

2 #90AFC0 and #AFC090 with #C0AF90 are triadic colors.