COLOR #C790A7

HEX: #C790A7
RGB: (199,144,167)

Color info

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

RGB color model

#C790A7 color RGB value is (199,144,167).

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

RGB channels and saturation

R 199 of 255 = 78%
G 144 of 255 = 56%
B 167 of 255 = 65%

199
144
167

R + G + B ~ 66%. #C790A7 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 144 + 167 = 510 (100%)
R 199 of 510 ~ 39.02%
G 144 of 510 ~ 28.24%
B 167 of 510 ~ 32.75%

%39.02
%28.24
%32.75

CMYK color model

#C790A7 color CMYK value is (0,28,16,22).

  • cyan value is 0.00%
  • magenta value is 27.64%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(0,28,16,22)
C0M28Y16K22 
(0%,28%,16%,22%)
(0.00/0.28/0.16/0.22)	

CMYK percentages

%0
%27.64
%16.08
%21.96

Codes

Color #C790A7 in popluar color models

C790A7
RGB199144167
HSL335°32.93%67.25%
HSB/HSV335°27.64%78.04%
CMYK0.00%27.64%16.08%
21.96%

Color #C790A7 in popluar number systems.

HEXC790A7
Decimal199144167
Binary110001111001000010100111
Octal307220247

Shades and tints

Shades of #C790A7

#C790A7
(199,144,167)
#B58398
(181,131,152)
#A37689
(163,118,137)
#91697A
(145,105,122)
#7F5C6B
(127,92,107)
#6D4F5C
(109,79,92)
#5B424D
(91,66,77)
#49353E
(73,53,62)
#37282F
(55,40,47)
#251B20
(37,27,32)
#130E11
(19,14,17)
#000000
(0,0,0)

Tints of #C790A7

#C790A7
(199,144,167)
#CC9AAF
(204,154,175)
#D1A4B7
(209,164,183)
#D6AEBF
(214,174,191)
#DBB8C7
(219,184,199)
#E0C2CF
(224,194,207)
#E5CCD7
(229,204,215)
#EAD6DF
(234,214,223)
#EFE0E7
(239,224,231)
#F4EAEF
(244,234,239)
#F9F4F7
(249,244,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C790A7; }

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

This text font color is #C790A7.


Background Color

.myBgColor { background-color: #C790A7; }

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

This div background color is #C790A7.


Border color

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

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

This div border color is #C790A7.


Opacity

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

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

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

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

This text has shadow with #C790A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C790A7 on black background.


Color preview on white background

This text has color #C790A7 on white background.



Black color preview on #C790A7 background

This text has black color on #C790A7 background.


White color preview on #C790A7 background

This text has white color on #C790A7 background.