COLOR #C792AA

HEX: #C792AA RGB: (199,146,170)

Color info

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

RGB color model

#C792AA color RGB value is (199,146,170).

RGB: (199,146,170) (78%, 57%, 67%)

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 170 of 255 = 67%

199
146
170

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

Portions of RGB colors in percentages

R + G + B = 199 + 146 + 170 = 515 (100%)
R 199 of 515 ~ 38.64%
G 146 of 515 ~ 28.35%
B 170 of 515 ~ 33.01'%

%38.64
%28.35
%33.01

CMYK color model

#C792AA color CMYK value is (0,27,15,22).

  • cyan value is 0.00%
  • magenta value is 26.63%
  • yellow value is 14.57%
  • key color value is 21.96%

CMYK: (0,27,15,22)
C0M27Y15K22 (0%, 27%, 15%, 22%)
(0.00 / 0.27 / 0.15 / 0.22)

CMYK percentages

%0
%26.63
%14.57
%21.96

Codes

Color #C792AA in popluar color models

C7 92 AA
RGB 199 146 170
HSL 333° 32.12% 67.65%
HSB/HSV 333° 26.63% 78.04%
CMYK 0.00% 26.63% 14.57%
21.96%

Color #C792AA in popluar number systems.

HEX C7 92 AA
Decimal 199 146 170
Binary 11000111 10010010 10101010
Octal 307 222 252

Shades and tints

Shades of #C792AA

#C792AA
(199,146,170)
#B5859B
(181,133,155)
#A3788C
(163,120,140)
#916B7D
(145,107,125)
#7F5E6E
(127,94,110)
#6D515F
(109,81,95)
#5B4450
(91,68,80)
#493741
(73,55,65)
#372A32
(55,42,50)
#251D23
(37,29,35)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C792AA

#C792AA
(199,146,170)
#CC9BB1
(204,155,177)
#D1A4B8
(209,164,184)
#D6ADBF
(214,173,191)
#DBB6C6
(219,182,198)
#E0BFCD
(224,191,205)
#E5C8D4
(229,200,212)
#EAD1DB
(234,209,219)
#EFDAE2
(239,218,226)
#F4E3E9
(244,227,233)
#F9ECF0
(249,236,240)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C792AA; }

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

This text font color is #C792AA.

Background Color

.myBgColor { background-color: #C792AA; }

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

This div background color is #C792AA.

Border color

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

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

This div border color is #C792AA.

Opacity

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

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

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

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

This text has shadow with #C792AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C792AA.

Preview

Color preview on black background

This text has color #C792AA on black background.


Color preview on white background

This text has color #C792AA on white background.


Black color preview on #C792AA background

This text has black color on #C792AA background.


White color preview on #C792AA background

This text has white color on #C792AA background.


Related colors

Complementary color

Complementary color for #hex is #386D55.


I love getcolorcode.com

Triadic colors

1 #AAC792 and #92AAC7 with #C792AA are triadic colors.

2 #AA92C7 and #92C7AA with #C792AA are triadic colors.