COLOR #C792A7

HEX: #C792A7
RGB: (199,146,167)

Color info

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

RGB color model

#C792A7 color RGB value is (199,146,167).

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

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 167 of 255 = 65%

199
146
167

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

Portions of RGB colors in percentages

R + G + B =
199 + 146 + 167 = 512 (100%)
R 199 of 512 ~ 38.87%
G 146 of 512 ~ 28.52%
B 167 of 512 ~ 32.62%

%38.87
%28.52
%32.62

CMYK color model

#C792A7 color CMYK value is (0,27,16,22).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 16.08%
  • key color value is 21.96%
CMYK:
(0,27,16,22)
C0M27Y16K22 
(0%,27%,16%,22%)
(0.00/0.27/0.16/0.22)	

CMYK percentages

%0
%26.63
%16.08
%21.96

Codes

Color #C792A7 in popluar color models

C792A7
RGB199146167
HSL336°32.12%67.65%
HSB/HSV336°26.63%78.04%
CMYK0.00%26.63%16.08%
21.96%

Color #C792A7 in popluar number systems.

HEXC792A7
Decimal199146167
Binary110001111001001010100111
Octal307222247

Shades and tints

Shades of #C792A7

#C792A7
(199,146,167)
#B58598
(181,133,152)
#A37889
(163,120,137)
#916B7A
(145,107,122)
#7F5E6B
(127,94,107)
#6D515C
(109,81,92)
#5B444D
(91,68,77)
#49373E
(73,55,62)
#372A2F
(55,42,47)
#251D20
(37,29,32)
#131011
(19,16,17)
#000000
(0,0,0)

Tints of #C792A7

#C792A7
(199,146,167)
#CC9BAF
(204,155,175)
#D1A4B7
(209,164,183)
#D6ADBF
(214,173,191)
#DBB6C7
(219,182,199)
#E0BFCF
(224,191,207)
#E5C8D7
(229,200,215)
#EAD1DF
(234,209,223)
#EFDAE7
(239,218,231)
#F4E3EF
(244,227,239)
#F9ECF7
(249,236,247)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C792A7; }

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

This text font color is #C792A7.


Background Color

.myBgColor { background-color: #C792A7; }

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

This div background color is #C792A7.


Border color

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

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

This div border color is #C792A7.


Opacity

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

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

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

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

This text has shadow with #C792A7 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C792A7 on black background.


Color preview on white background

This text has color #C792A7 on white background.



Black color preview on #C792A7 background

This text has black color on #C792A7 background.


White color preview on #C792A7 background

This text has white color on #C792A7 background.