COLOR #C694B2

HEX: #C694B2 RGB: (198,148,178)

Color info

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

RGB color model

#C694B2 color RGB value is (198,148,178).

RGB: (198,148,178) (78%, 58%, 70%)

RGB channels and saturation

R 198 of 255 = 78%
G 148 of 255 = 58%
B 178 of 255 = 70%

198
148
178

R + G + B ~ 69%. #C694B2 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 148 + 178 = 524 (100%)
R 198 of 524 ~ 37.79%
G 148 of 524 ~ 28.24%
B 178 of 524 ~ 33.97'%

%37.79
%28.24
%33.97

CMYK color model

#C694B2 color CMYK value is (0,25,10,22).

  • cyan value is 0.00%
  • magenta value is 25.25%
  • yellow value is 10.10%
  • key color value is 22.35%
CMYK: (0,25,10,22) C0M25Y10K22 (0%,25%,10%,22%) (0.00/0.25/0.10/0.22) 

CMYK percentages

%0
%25.25
%10.1
%22.35

Codes

Color #C694B2 in popluar color models

C6 94 B2
RGB 198 148 178
HSL 324° 30.49% 67.84%
HSB/HSV 324° 25.25% 77.65%
CMYK 0.00% 25.25% 10.10%
22.35%

Color #C694B2 in popluar number systems.

HEX C6 94 B2
Decimal 198 148 178
Binary 11000110 10010100 10110010
Octal 306 224 262

Shades and tints

Shades of #C694B2

#C694B2
(198,148,178)
#B487A2
(180,135,162)
#A27A92
(162,122,146)
#906D82
(144,109,130)
#7E6072
(126,96,114)
#6C5362
(108,83,98)
#5A4652
(90,70,82)
#483942
(72,57,66)
#362C32
(54,44,50)
#241F22
(36,31,34)
#121212
(18,18,18)
#000000
(0,0,0)

Tints of #C694B2

#C694B2
(198,148,178)
#CB9DB9
(203,157,185)
#D0A6C0
(208,166,192)
#D5AFC7
(213,175,199)
#DAB8CE
(218,184,206)
#DFC1D5
(223,193,213)
#E4CADC
(228,202,220)
#E9D3E3
(233,211,227)
#EEDCEA
(238,220,234)
#F3E5F1
(243,229,241)
#F8EEF8
(248,238,248)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C694B2; }

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

This text font color is #C694B2.

Background Color

.myBgColor { background-color: #C694B2; }

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

This div background color is #C694B2.

Border color

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

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

This div border color is #C694B2.

Opacity

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

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

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

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

This text has shadow with #C694B2 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C694B2.

Preview

Color preview on black background

This text has color #C694B2 on black background.


Color preview on white background

This text has color #C694B2 on white background.


Black color preview on #C694B2 background

This text has black color on #C694B2 background.


White color preview on #C694B2 background

This text has white color on #C694B2 background.


Related colors

Complementary color

Complementary color for #hex is #396B4D.


I love getcolorcode.com

Triadic colors

1 #B2C694 and #94B2C6 with #C694B2 are triadic colors.

2 #B294C6 and #94C6B2 with #C694B2 are triadic colors.