COLOR #C7A990

HEX: #C7A990
RGB: (199,169,144)

Color info

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

RGB color model

#C7A990 color RGB value is (199,169,144).

  • red value is 199;
  • green value is 169;
  • blue value is 144.
RGB:
(199,169,144)
(78%,66%,56%)

RGB channels and saturation

R 199 of 255 = 78%
G 169 of 255 = 66%
B 144 of 255 = 56%

199
169
144

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

Portions of RGB colors in percentages

R + G + B =
199 + 169 + 144 = 512 (100%)
R 199 of 512 ~ 38.87%
G 169 of 512 ~ 33.01%
B 144 of 512 ~ 28.13%

%38.87
%33.01
%28.13

CMYK color model

#C7A990 color CMYK value is (0,15,28,22).

  • cyan value is 0.00%
  • magenta value is 15.08%
  • yellow value is 27.64%
  • key color value is 21.96%
CMYK:
(0,15,28,22)
C0M15Y28K22 
(0%,15%,28%,22%)
(0.00/0.15/0.28/0.22)	

CMYK percentages

%0
%15.08
%27.64
%21.96

Codes

Color #C7A990 in popluar color models

C7A990
RGB199169144
HSL27°32.93%67.25%
HSB/HSV27°27.64%78.04%
CMYK0.00%15.08%27.64%
21.96%

Color #C7A990 in popluar number systems.

HEXC7A990
Decimal199169144
Binary110001111010100110010000
Octal307251220

Shades and tints

Shades of #C7A990

#C7A990
(199,169,144)
#B59A83
(181,154,131)
#A38B76
(163,139,118)
#917C69
(145,124,105)
#7F6D5C
(127,109,92)
#6D5E4F
(109,94,79)
#5B4F42
(91,79,66)
#494035
(73,64,53)
#373128
(55,49,40)
#25221B
(37,34,27)
#13130E
(19,19,14)
#000000
(0,0,0)

Tints of #C7A990

#C7A990
(199,169,144)
#CCB09A
(204,176,154)
#D1B7A4
(209,183,164)
#D6BEAE
(214,190,174)
#DBC5B8
(219,197,184)
#E0CCC2
(224,204,194)
#E5D3CC
(229,211,204)
#EADAD6
(234,218,214)
#EFE1E0
(239,225,224)
#F4E8EA
(244,232,234)
#F9EFF4
(249,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A990 color. Also use rgb(199,169,144) instead hex code.

Text Font Color

.myTextColor { color: #C7A990; }

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

This text font color is #C7A990.


Background Color

.myBgColor { background-color: #C7A990; }

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

This div background color is #C7A990.


Border color

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

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

This div border color is #C7A990.


Opacity

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

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

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

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

This text has shadow with #C7A990 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A990 on black background.


Color preview on white background

This text has color #C7A990 on white background.



Black color preview on #C7A990 background

This text has black color on #C7A990 background.


White color preview on #C7A990 background

This text has white color on #C7A990 background.