COLOR #C0AF80

HEX: #C0AF80
RGB: (192,175,128)

Color info

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

RGB color model

#C0AF80 color RGB value is (192,175,128).

  • red value is 192;
  • green value is 175;
  • blue value is 128.
RGB:
(192,175,128)
(75%,69%,50%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 128 of 255 = 50%

192
175
128

R + G + B ~ 65%. #C0AF80 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 128 = 495 (100%)
R 192 of 495 ~ 38.79%
G 175 of 495 ~ 35.35%
B 128 of 495 ~ 25.86%

%38.79
%35.35
%25.86

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 33.33%
  • key color value is 24.71%
CMYK:
(0,9,33,25)
C0M9Y33K25 
(0%,9%,33%,25%)
(0.00/0.09/0.33/0.25)	

CMYK percentages

%0
%8.85
%33.33
%24.71

Codes

Color #C0AF80 in popluar color models

C0AF80
RGB192175128
HSL44°33.68%62.75%
HSB/HSV44°33.33%75.29%
CMYK0.00%8.85%33.33%
24.71%

Color #C0AF80 in popluar number systems.

HEXC0AF80
Decimal192175128
Binary110000001010111110000000
Octal300257200

Shades and tints

Shades of #C0AF80

#C0AF80
(192,175,128)
#AFA075
(175,160,117)
#9E916A
(158,145,106)
#8D825F
(141,130,95)
#7C7354
(124,115,84)
#6B6449
(107,100,73)
#5A553E
(90,85,62)
#494633
(73,70,51)
#383728
(56,55,40)
#27281D
(39,40,29)
#161912
(22,25,18)
#000000
(0,0,0)

Tints of #C0AF80

#C0AF80
(192,175,128)
#C5B68B
(197,182,139)
#CABD96
(202,189,150)
#CFC4A1
(207,196,161)
#D4CBAC
(212,203,172)
#D9D2B7
(217,210,183)
#DED9C2
(222,217,194)
#E3E0CD
(227,224,205)
#E8E7D8
(232,231,216)
#EDEEE3
(237,238,227)
#F2F5EE
(242,245,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AF80; }

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

This text font color is #C0AF80.


Background Color

.myBgColor { background-color: #C0AF80; }

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

This div background color is #C0AF80.


Border color

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

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

This div border color is #C0AF80.


Opacity

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

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

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

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

This text has shadow with #C0AF80 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AF80 on black background.


Color preview on white background

This text has color #C0AF80 on white background.



Black color preview on #C0AF80 background

This text has black color on #C0AF80 background.


White color preview on #C0AF80 background

This text has white color on #C0AF80 background.