COLOR #C7A088

HEX: #C7A088
RGB: (199,160,136)

Color info

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

RGB color model

#C7A088 color RGB value is (199,160,136).

  • red value is 199;
  • green value is 160;
  • blue value is 136.
RGB:
(199,160,136)
(78%,63%,53%)

RGB channels and saturation

R 199 of 255 = 78%
G 160 of 255 = 63%
B 136 of 255 = 53%

199
160
136

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

Portions of RGB colors in percentages

R + G + B =
199 + 160 + 136 = 495 (100%)
R 199 of 495 ~ 40.2%
G 160 of 495 ~ 32.32%
B 136 of 495 ~ 27.47%

%40.2
%32.32
%27.47

CMYK color model

#C7A088 color CMYK value is (0,20,32,22).

  • cyan value is 0.00%
  • magenta value is 19.60%
  • yellow value is 31.66%
  • key color value is 21.96%
CMYK:
(0,20,32,22)
C0M20Y32K22 
(0%,20%,32%,22%)
(0.00/0.20/0.32/0.22)	

CMYK percentages

%0
%19.6
%31.66
%21.96

Codes

Color #C7A088 in popluar color models

C7A088
RGB199160136
HSL23°36.00%65.69%
HSB/HSV23°31.66%78.04%
CMYK0.00%19.60%31.66%
21.96%

Color #C7A088 in popluar number systems.

HEXC7A088
Decimal199160136
Binary110001111010000010001000
Octal307240210

Shades and tints

Shades of #C7A088

#C7A088
(199,160,136)
#B5927C
(181,146,124)
#A38470
(163,132,112)
#917664
(145,118,100)
#7F6858
(127,104,88)
#6D5A4C
(109,90,76)
#5B4C40
(91,76,64)
#493E34
(73,62,52)
#373028
(55,48,40)
#25221C
(37,34,28)
#131410
(19,20,16)
#000000
(0,0,0)

Tints of #C7A088

#C7A088
(199,160,136)
#CCA892
(204,168,146)
#D1B09C
(209,176,156)
#D6B8A6
(214,184,166)
#DBC0B0
(219,192,176)
#E0C8BA
(224,200,186)
#E5D0C4
(229,208,196)
#EAD8CE
(234,216,206)
#EFE0D8
(239,224,216)
#F4E8E2
(244,232,226)
#F9F0EC
(249,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C7A088 color. Also use rgb(199,160,136) instead hex code.

Text Font Color

.myTextColor { color: #C7A088; }

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

This text font color is #C7A088.


Background Color

.myBgColor { background-color: #C7A088; }

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

This div background color is #C7A088.


Border color

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

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

This div border color is #C7A088.


Opacity

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

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

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

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

This text has shadow with #C7A088 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7A088 on black background.


Color preview on white background

This text has color #C7A088 on white background.



Black color preview on #C7A088 background

This text has black color on #C7A088 background.


White color preview on #C7A088 background

This text has white color on #C7A088 background.