COLOR #C0A381

HEX: #C0A381
RGB: (192,163,129)

Color info

#C0A381 contains mainly red and green colors. Web safe color of #C0A381 is #CC9999 (or #C99).

RGB color model

#C0A381 color RGB value is (192,163,129).

  • red value is 192;
  • green value is 163;
  • blue value is 129.
RGB:
(192,163,129)
(75%,64%,51%)

RGB channels and saturation

R 192 of 255 = 75%
G 163 of 255 = 64%
B 129 of 255 = 51%

192
163
129

R + G + B ~ 63%. #C0A381 is quite light color.

Portions of RGB colors in percentages

R + G + B =
192 + 163 + 129 = 484 (100%)
R 192 of 484 ~ 39.67%
G 163 of 484 ~ 33.68%
B 129 of 484 ~ 26.65%

%39.67
%33.68
%26.65

CMYK color model

#C0A381 color CMYK value is (0,15,33,25).

  • cyan value is 0.00%
  • magenta value is 15.10%
  • yellow value is 32.81%
  • key color value is 24.71%
CMYK:
(0,15,33,25)
C0M15Y33K25 
(0%,15%,33%,25%)
(0.00/0.15/0.33/0.25)	

CMYK percentages

%0
%15.1
%32.81
%24.71

Codes

Color #C0A381 in popluar color models

C0A381
RGB192163129
HSL32°33.33%62.94%
HSB/HSV32°32.81%75.29%
CMYK0.00%15.10%32.81%
24.71%

Color #C0A381 in popluar number systems.

HEXC0A381
Decimal192163129
Binary110000001010001110000001
Octal300243201

Shades and tints

Shades of #C0A381

#C0A381
(192,163,129)
#AF9576
(175,149,118)
#9E876B
(158,135,107)
#8D7960
(141,121,96)
#7C6B55
(124,107,85)
#6B5D4A
(107,93,74)
#5A4F3F
(90,79,63)
#494134
(73,65,52)
#383329
(56,51,41)
#27251E
(39,37,30)
#161713
(22,23,19)
#000000
(0,0,0)

Tints of #C0A381

#C0A381
(192,163,129)
#C5AB8C
(197,171,140)
#CAB397
(202,179,151)
#CFBBA2
(207,187,162)
#D4C3AD
(212,195,173)
#D9CBB8
(217,203,184)
#DED3C3
(222,211,195)
#E3DBCE
(227,219,206)
#E8E3D9
(232,227,217)
#EDEBE4
(237,235,228)
#F2F3EF
(242,243,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A381 color. Also use rgb(192,163,129) instead hex code.

Text Font Color

.myTextColor { color: #C0A381; }

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

This text font color is #C0A381.


Background Color

.myBgColor { background-color: #C0A381; }

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

This div background color is #C0A381.


Border color

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

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

This div border color is #C0A381.


Opacity

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

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

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

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

This text has shadow with #C0A381 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0A381 on black background.


Color preview on white background

This text has color #C0A381 on white background.



Black color preview on #C0A381 background

This text has black color on #C0A381 background.


White color preview on #C0A381 background

This text has white color on #C0A381 background.