COLOR #C694C0

HEX: #C694C0 RGB: (198,148,192)

Color info

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

RGB color model

#C694C0 color RGB value is (198,148,192).

RGB: (198,148,192) (78%, 58%, 75%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 192 of 255 = 75%

198
148
192

R + G + B ~ 70%. #C694C0 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 148 + 192 = 538 (100%)
R 198 of 538 ~ 36.8%
G 148 of 538 ~ 27.51%
B 192 of 538 ~ 35.69'%

%36.8
%27.51
%35.69

CMYK color model

#C694C0 color CMYK value is (0,25,3,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 3.03%
  • key color value is 22.35%
CMYK: (0,25,3,22) C0M25Y3K22 (0%,25%,3%,22%) (0.00/0.25/0.03/0.22) 

CMYK percentages

%0
%25.25
%3.03
%22.35

Codes

Color #C694C0 in popluar color models

C6 94 C0
RGB 198 148 192
HSL 307° 30.49% 67.84%
HSB/HSV 307° 25.25% 77.65%
CMYK 0.00% 25.25% 3.03%
22.35%

Color #C694C0 in popluar number systems.

HEX C6 94 C0
Decimal 198 148 192
Binary 11000110 10010100 11000000
Octal 306 224 300

Shades and tints

Shades of #C694C0

#C694C0
(198,148,192)
#B487AF
(180,135,175)
#A27A9E
(162,122,158)
#906D8D
(144,109,141)
#7E607C
(126,96,124)
#6C536B
(108,83,107)
#5A465A
(90,70,90)
#483949
(72,57,73)
#362C38
(54,44,56)
#241F27
(36,31,39)
#121216
(18,18,22)
#000000
(0,0,0)

Tints of #C694C0

#C694C0
(198,148,192)
#CB9DC5
(203,157,197)
#D0A6CA
(208,166,202)
#D5AFCF
(213,175,207)
#DAB8D4
(218,184,212)
#DFC1D9
(223,193,217)
#E4CADE
(228,202,222)
#E9D3E3
(233,211,227)
#EEDCE8
(238,220,232)
#F3E5ED
(243,229,237)
#F8EEF2
(248,238,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C694C0 color. Also use rgb(198,148,192) instead hex code.

Text Font Color

.myTextColor { color: #C694C0; }

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

This text font color is #C694C0.

Background Color

.myBgColor { background-color: #C694C0; }

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

This div background color is #C694C0.

Border color

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

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

This div border color is #C694C0.

Opacity

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

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

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

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

This text has shadow with #C694C0 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C694C0.

Preview

Color preview on black background

This text has color #C694C0 on black background.


Color preview on white background

This text has color #C694C0 on white background.


Black color preview on #C694C0 background

This text has black color on #C694C0 background.


White color preview on #C694C0 background

This text has white color on #C694C0 background.


Related colors

Complementary color

Complementary color for #hex is #396B3F.


I love getcolorcode.com

Triadic colors

1 #C0C694 and #94C0C6 with #C694C0 are triadic colors.

2 #C094C6 and #94C6C0 with #C694C0 are triadic colors.