COLOR #C4A663

HEX: #C4A663
RGB: (196,166,99)

Color info

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

RGB color model

#C4A663 color RGB value is (196,166,99).

  • red value is 196;
  • green value is 166;
  • blue value is 99.
RGB:
(196,166,99)
(77%,65%,39%)

RGB channels and saturation

R 196 of 255 = 77%
G 166 of 255 = 65%
B 99 of 255 = 39%

196
166
99

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

Portions of RGB colors in percentages

R + G + B =
196 + 166 + 99 = 461 (100%)
R 196 of 461 ~ 42.52%
G 166 of 461 ~ 36.01%
B 99 of 461 ~ 21.48%

%42.52
%36.01
%21.48

CMYK color model

#C4A663 color CMYK value is (0,15,49,23).

  • cyan value is 0.00%
  • magenta value is 15.31%
  • yellow value is 49.49%
  • key color value is 23.14%
CMYK:
(0,15,49,23)
C0M15Y49K23 
(0%,15%,49%,23%)
(0.00/0.15/0.49/0.23)	

CMYK percentages

%0
%15.31
%49.49
%23.14

Codes

Color #C4A663 in popluar color models

C4A663
RGB19616699
HSL41°45.12%57.84%
HSB/HSV41°49.49%76.86%
CMYK0.00%15.31%49.49%
23.14%

Color #C4A663 in popluar number systems.

HEXC4A663
Decimal19616699
Binary11000100101001101100011
Octal304246143

Shades and tints

Shades of #C4A663

#C4A663
(196,166,99)
#B3975A
(179,151,90)
#A28851
(162,136,81)
#917948
(145,121,72)
#806A3F
(128,106,63)
#6F5B36
(111,91,54)
#5E4C2D
(94,76,45)
#4D3D24
(77,61,36)
#3C2E1B
(60,46,27)
#2B1F12
(43,31,18)
#1A1009
(26,16,9)
#000000
(0,0,0)

Tints of #C4A663

#C4A663
(196,166,99)
#C9AE71
(201,174,113)
#CEB67F
(206,182,127)
#D3BE8D
(211,190,141)
#D8C69B
(216,198,155)
#DDCEA9
(221,206,169)
#E2D6B7
(226,214,183)
#E7DEC5
(231,222,197)
#ECE6D3
(236,230,211)
#F1EEE1
(241,238,225)
#F6F6EF
(246,246,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4A663 color. Also use rgb(196,166,99) instead hex code.

Text Font Color

.myTextColor { color: #C4A663; }

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

This text font color is #C4A663.


Background Color

.myBgColor { background-color: #C4A663; }

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

This div background color is #C4A663.


Border color

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

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

This div border color is #C4A663.


Opacity

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

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

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

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

This text has shadow with #C4A663 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4A663 on black background.


Color preview on white background

This text has color #C4A663 on white background.



Black color preview on #C4A663 background

This text has black color on #C4A663 background.


White color preview on #C4A663 background

This text has white color on #C4A663 background.