COLOR #C3629A

HEX: #C3629A RGB: (195,98,154)

Color info

#C3629A contains mainly red and blue colors. Web safe color of #C3629A is #CC6699 (or #C69).

RGB color model

#C3629A color RGB value is (195,98,154).

RGB: (195,98,154) (76%, 38%, 60%)

RGB channels and saturation

R 195 of 255 = 76%
G 98 of 255 = 38%
B 154 of 255 = 60%

195
98
154

R + G + B ~ 58%. #C3629A is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 98 + 154 = 447 (100%)
R 195 of 447 ~ 43.62%
G 98 of 447 ~ 21.92%
B 154 of 447 ~ 34.45'%

%43.62
%21.92
%34.45

CMYK color model

#C3629A color CMYK value is (0,50,21,24).

  • cyan value is 0.00%
  • magenta value is 49.74%
  • yellow value is 21.03%
  • key color value is 23.53%

CMYK: (0,50,21,24)
C0M50Y21K24 (0%, 50%, 21%, 24%)
(0.00 / 0.50 / 0.21 / 0.24)

CMYK percentages

%0
%49.74
%21.03
%23.53

Codes

Color #C3629A in popluar color models

C3 62 9A
RGB 195 98 154
HSL 325° 44.70% 57.45%
HSB/HSV 325° 49.74% 76.47%
CMYK 0.00% 49.74% 21.03%
23.53%

Color #C3629A in popluar number systems.

HEX C3 62 9A
Decimal 195 98 154
Binary 11000011 1100010 10011010
Octal 303 142 232

Shades and tints

Shades of #C3629A

#C3629A
(195,98,154)
#B25A8C
(178,90,140)
#A1527E
(161,82,126)
#904A70
(144,74,112)
#7F4262
(127,66,98)
#6E3A54
(110,58,84)
#5D3246
(93,50,70)
#4C2A38
(76,42,56)
#3B222A
(59,34,42)
#2A1A1C
(42,26,28)
#19120E
(25,18,14)
#000000
(0,0,0)

Tints of #C3629A

#C3629A
(195,98,154)
#C870A3
(200,112,163)
#CD7EAC
(205,126,172)
#D28CB5
(210,140,181)
#D79ABE
(215,154,190)
#DCA8C7
(220,168,199)
#E1B6D0
(225,182,208)
#E6C4D9
(230,196,217)
#EBD2E2
(235,210,226)
#F0E0EB
(240,224,235)
#F5EEF4
(245,238,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C3629A color. Also use rgb(195,98,154) instead hex code.

Text Font Color

.myTextColor { color: #C3629A; }

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

This text font color is #C3629A.

Background Color

.myBgColor { background-color: #C3629A; }

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

This div background color is #C3629A.

Border color

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

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

This div border color is #C3629A.

Opacity

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

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

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

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

This text has shadow with #C3629A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C3629A.

Preview

Color preview on black background

This text has color #C3629A on black background.


Color preview on white background

This text has color #C3629A on white background.


Black color preview on #C3629A background

This text has black color on #C3629A background.


White color preview on #C3629A background

This text has white color on #C3629A background.


Related colors

Complementary color

Complementary color for #hex is #3C9D65.


I love getcolorcode.com

Triadic colors

1 #9AC362 and #629AC3 with #C3629A are triadic colors.

2 #9A62C3 and #62C39A with #C3629A are triadic colors.