COLOR #C7908C

HEX: #C7908C
RGB: (199,144,140)

Color info

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

RGB color model

#C7908C color RGB value is (199,144,140).

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

RGB channels and saturation

R 199 of 255 = 78%
G 144 of 255 = 56%
B 140 of 255 = 55%

199
144
140

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

Portions of RGB colors in percentages

R + G + B =
199 + 144 + 140 = 483 (100%)
R 199 of 483 ~ 41.2%
G 144 of 483 ~ 29.81%
B 140 of 483 ~ 28.99%

%41.2
%29.81
%28.99

CMYK color model

#C7908C color CMYK value is (0,28,30,22).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 29.65%
  • key color value is 21.96%
CMYK:
(0,28,30,22)
C0M28Y30K22 
(0%,28%,30%,22%)
(0.00/0.28/0.30/0.22)	

CMYK percentages

%0
%27.64
%29.65
%21.96

Codes

Color #C7908C in popluar color models

C7908C
RGB199144140
HSL34.50%66.47%
HSB/HSV29.65%78.04%
CMYK0.00%27.64%29.65%
21.96%

Color #C7908C in popluar number systems.

HEXC7908C
Decimal199144140
Binary110001111001000010001100
Octal307220214

Shades and tints

Shades of #C7908C

#C7908C
(199,144,140)
#B58380
(181,131,128)
#A37674
(163,118,116)
#916968
(145,105,104)
#7F5C5C
(127,92,92)
#6D4F50
(109,79,80)
#5B4244
(91,66,68)
#493538
(73,53,56)
#37282C
(55,40,44)
#251B20
(37,27,32)
#130E14
(19,14,20)
#000000
(0,0,0)

Tints of #C7908C

#C7908C
(199,144,140)
#CC9A96
(204,154,150)
#D1A4A0
(209,164,160)
#D6AEAA
(214,174,170)
#DBB8B4
(219,184,180)
#E0C2BE
(224,194,190)
#E5CCC8
(229,204,200)
#EAD6D2
(234,214,210)
#EFE0DC
(239,224,220)
#F4EAE6
(244,234,230)
#F9F4F0
(249,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C7908C; }

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

This text font color is #C7908C.


Background Color

.myBgColor { background-color: #C7908C; }

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

This div background color is #C7908C.


Border color

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

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

This div border color is #C7908C.


Opacity

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

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

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

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

This text has shadow with #C7908C color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C7908C on black background.


Color preview on white background

This text has color #C7908C on white background.



Black color preview on #C7908C background

This text has black color on #C7908C background.


White color preview on #C7908C background

This text has white color on #C7908C background.