COLOR #C35988

HEX: #C35988 RGB: (195,89,136)

Color info

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

RGB color model

#C35988 color RGB value is (195,89,136).

RGB: (195,89,136) (76%, 35%, 53%)

RGB channels and saturation

R 195 of 255 = 76%
G 89 of 255 = 35%
B 136 of 255 = 53%

195
89
136

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

Portions of RGB colors in percentages

R + G + B = 195 + 89 + 136 = 420 (100%)
R 195 of 420 ~ 46.43%
G 89 of 420 ~ 21.19%
B 136 of 420 ~ 32.38'%

%46.43
%21.19
%32.38

CMYK color model

#C35988 color CMYK value is (0,54,30,24).

  • cyan value is 0.00%
  • magenta value is 54.36%
  • yellow value is 30.26%
  • key color value is 23.53%

CMYK: (0,54,30,24)
C0M54Y30K24 (0%, 54%, 30%, 24%)
(0.00 / 0.54 / 0.30 / 0.24)

CMYK percentages

%0
%54.36
%30.26
%23.53

Codes

Color #C35988 in popluar color models

C3 59 88
RGB 195 89 136
HSL 333° 46.90% 55.69%
HSB/HSV 333° 54.36% 76.47%
CMYK 0.00% 54.36% 30.26%
23.53%

Color #C35988 in popluar number systems.

HEX C3 59 88
Decimal 195 89 136
Binary 11000011 1011001 10001000
Octal 303 131 210

Shades and tints

Shades of #C35988

#C35988
(195,89,136)
#B2517C
(178,81,124)
#A14970
(161,73,112)
#904164
(144,65,100)
#7F3958
(127,57,88)
#6E314C
(110,49,76)
#5D2940
(93,41,64)
#4C2134
(76,33,52)
#3B1928
(59,25,40)
#2A111C
(42,17,28)
#190910
(25,9,16)
#000000
(0,0,0)

Tints of #C35988

#C35988
(195,89,136)
#C86892
(200,104,146)
#CD779C
(205,119,156)
#D286A6
(210,134,166)
#D795B0
(215,149,176)
#DCA4BA
(220,164,186)
#E1B3C4
(225,179,196)
#E6C2CE
(230,194,206)
#EBD1D8
(235,209,216)
#F0E0E2
(240,224,226)
#F5EFEC
(245,239,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35988 color. Also use rgb(195,89,136) instead hex code.

Text Font Color

.myTextColor { color: #C35988; }

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

This text font color is #C35988.

Background Color

.myBgColor { background-color: #C35988; }

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

This div background color is #C35988.

Border color

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

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

This div border color is #C35988.

Opacity

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

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

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

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

This text has shadow with #C35988 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35988.

Preview

Color preview on black background

This text has color #C35988 on black background.


Color preview on white background

This text has color #C35988 on white background.


Black color preview on #C35988 background

This text has black color on #C35988 background.


White color preview on #C35988 background

This text has white color on #C35988 background.


Related colors

Complementary color

Complementary color for #hex is #3CA677.


I love getcolorcode.com

Triadic colors

1 #88C359 and #5988C3 with #C35988 are triadic colors.

2 #8859C3 and #59C388 with #C35988 are triadic colors.