COLOR #C792C8

HEX: #C792C8
RGB: (199,146,200)

Color info

#C792C8 contains red, green and blue colors in about the same proportion. Web safe color of #C792C8 is #CC99CC (or #C9C).

RGB color model

#C792C8 color RGB value is (199,146,200).

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

RGB channels and saturation

R 199 of 255 = 78%
G 146 of 255 = 57%
B 200 of 255 = 78%

199
146
200

R + G + B ~ 71%. #C792C8 is quite light color.

Portions of RGB colors in percentages

R + G + B =
199 + 146 + 200 = 545 (100%)
R 199 of 545 ~ 36.51%
G 146 of 545 ~ 26.79%
B 200 of 545 ~ 36.7%

%36.51
%26.79
%36.7

CMYK color model

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

  • cyan value is 0.50%
  • magenta value is 27.00%
  • yellow value is 0.00%
  • key color value is 21.57%
CMYK:
(0,27,0,22)
C0M27Y0K22 
(0%,27%,0%,22%)
(0.00/0.27/0.00/0.22)	

CMYK percentages

%0.5
%27
%0
%21.57

Codes

Color #C792C8 in popluar color models

C792C8
RGB199146200
HSL299°32.93%67.84%
HSB/HSV299°27.00%78.43%
CMYK0.50%27.00%0.00%
21.57%

Color #C792C8 in popluar number systems.

HEXC792C8
Decimal199146200
Binary110001111001001011001000
Octal307222310

Shades and tints

Shades of #C792C8

#C792C8
(199,146,200)
#B585B6
(181,133,182)
#A378A4
(163,120,164)
#916B92
(145,107,146)
#7F5E80
(127,94,128)
#6D516E
(109,81,110)
#5B445C
(91,68,92)
#49374A
(73,55,74)
#372A38
(55,42,56)
#251D26
(37,29,38)
#131014
(19,16,20)
#000000
(0,0,0)

Tints of #C792C8

#C792C8
(199,146,200)
#CC9BCD
(204,155,205)
#D1A4D2
(209,164,210)
#D6ADD7
(214,173,215)
#DBB6DC
(219,182,220)
#E0BFE1
(224,191,225)
#E5C8E6
(229,200,230)
#EAD1EB
(234,209,235)
#EFDAF0
(239,218,240)
#F4E3F5
(244,227,245)
#F9ECFA
(249,236,250)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C792C8; }

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

This text font color is #C792C8.


Background Color

.myBgColor { background-color: #C792C8; }

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

This div background color is #C792C8.


Border color

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

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

This div border color is #C792C8.


Opacity

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

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

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

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

This text has shadow with #C792C8 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C792C8 on black background.


Color preview on white background

This text has color #C792C8 on white background.



Black color preview on #C792C8 background

This text has black color on #C792C8 background.


White color preview on #C792C8 background

This text has white color on #C792C8 background.