COLOR #C8A150

HEX: #C8A150
RGB: (200,161,80)

Color info

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

RGB color model

#C8A150 color RGB value is (200,161,80).

  • red value is 200;
  • green value is 161;
  • blue value is 80.
RGB:
(200,161,80)
(78%,63%,31%)

RGB channels and saturation

R 200 of 255 = 78%
G 161 of 255 = 63%
B 80 of 255 = 31%

200
161
80

R + G + B ~ 57%. #C8A150 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 161 + 80 = 441 (100%)
R 200 of 441 ~ 45.35%
G 161 of 441 ~ 36.51%
B 80 of 441 ~ 18.14%

%45.35
%36.51
%18.14

CMYK color model

#C8A150 color CMYK value is (0,20,60,22).

  • cyan value is 0.00%
  • magenta value is 19.50%
  • yellow value is 60.00%
  • key color value is 21.57%
CMYK:
(0,20,60,22)
C0M20Y60K22 
(0%,20%,60%,22%)
(0.00/0.20/0.60/0.22)	

CMYK percentages

%0
%19.5
%60
%21.57

Codes

Color #C8A150 in popluar color models

C8A150
RGB20016180
HSL41°52.17%54.90%
HSB/HSV41°60.00%78.43%
CMYK0.00%19.50%60.00%
21.57%

Color #C8A150 in popluar number systems.

HEXC8A150
Decimal20016180
Binary11001000101000011010000
Octal310241120

Shades and tints

Shades of #C8A150

#C8A150
(200,161,80)
#B69349
(182,147,73)
#A48542
(164,133,66)
#92773B
(146,119,59)
#806934
(128,105,52)
#6E5B2D
(110,91,45)
#5C4D26
(92,77,38)
#4A3F1F
(74,63,31)
#383118
(56,49,24)
#262311
(38,35,17)
#14150A
(20,21,10)
#000000
(0,0,0)

Tints of #C8A150

#C8A150
(200,161,80)
#CDA95F
(205,169,95)
#D2B16E
(210,177,110)
#D7B97D
(215,185,125)
#DCC18C
(220,193,140)
#E1C99B
(225,201,155)
#E6D1AA
(230,209,170)
#EBD9B9
(235,217,185)
#F0E1C8
(240,225,200)
#F5E9D7
(245,233,215)
#FAF1E6
(250,241,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C8A150 color. Also use rgb(200,161,80) instead hex code.

Text Font Color

.myTextColor { color: #C8A150; }

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

This text font color is #C8A150.


Background Color

.myBgColor { background-color: #C8A150; }

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

This div background color is #C8A150.


Border color

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

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

This div border color is #C8A150.


Opacity

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

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

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

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

This text has shadow with #C8A150 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C8A150 on black background.


Color preview on white background

This text has color #C8A150 on white background.



Black color preview on #C8A150 background

This text has black color on #C8A150 background.


White color preview on #C8A150 background

This text has white color on #C8A150 background.