COLOR #C35480

HEX: #C35480 RGB: (195,84,128)

Color info

#C35480 contains mainly red color. Web safe color of #C35480 is #CC6666 (or #C66).

RGB color model

#C35480 color RGB value is (195,84,128).

RGB: (195,84,128) (76%, 33%, 50%)

RGB channels and saturation

R 195 of 255 = 76%
G 84 of 255 = 33%
B 128 of 255 = 50%

195
84
128

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

Portions of RGB colors in percentages

R + G + B = 195 + 84 + 128 = 407 (100%)
R 195 of 407 ~ 47.91%
G 84 of 407 ~ 20.64%
B 128 of 407 ~ 31.45'%

%47.91
%20.64
%31.45

CMYK color model

#C35480 color CMYK value is (0,57,34,24).

  • cyan value is 0.00%
  • magenta value is 56.92%
  • yellow value is 34.36%
  • key color value is 23.53%

CMYK: (0,57,34,24)
C0M57Y34K24 (0%, 57%, 34%, 24%)
(0.00 / 0.57 / 0.34 / 0.24)

CMYK percentages

%0
%56.92
%34.36
%23.53

Codes

Color #C35480 in popluar color models

C3 54 80
RGB 195 84 128
HSL 336° 48.05% 54.71%
HSB/HSV 336° 56.92% 76.47%
CMYK 0.00% 56.92% 34.36%
23.53%

Color #C35480 in popluar number systems.

HEX C3 54 80
Decimal 195 84 128
Binary 11000011 1010100 10000000
Octal 303 124 200

Shades and tints

Shades of #C35480

#C35480
(195,84,128)
#B24D75
(178,77,117)
#A1466A
(161,70,106)
#903F5F
(144,63,95)
#7F3854
(127,56,84)
#6E3149
(110,49,73)
#5D2A3E
(93,42,62)
#4C2333
(76,35,51)
#3B1C28
(59,28,40)
#2A151D
(42,21,29)
#190E12
(25,14,18)
#000000
(0,0,0)

Tints of #C35480

#C35480
(195,84,128)
#C8638B
(200,99,139)
#CD7296
(205,114,150)
#D281A1
(210,129,161)
#D790AC
(215,144,172)
#DC9FB7
(220,159,183)
#E1AEC2
(225,174,194)
#E6BDCD
(230,189,205)
#EBCCD8
(235,204,216)
#F0DBE3
(240,219,227)
#F5EAEE
(245,234,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35480 color. Also use rgb(195,84,128) instead hex code.

Text Font Color

.myTextColor { color: #C35480; }

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

This text font color is #C35480.

Background Color

.myBgColor { background-color: #C35480; }

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

This div background color is #C35480.

Border color

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

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

This div border color is #C35480.

Opacity

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

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

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

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

This text has shadow with #C35480 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35480.

Preview

Color preview on black background

This text has color #C35480 on black background.


Color preview on white background

This text has color #C35480 on white background.


Black color preview on #C35480 background

This text has black color on #C35480 background.


White color preview on #C35480 background

This text has white color on #C35480 background.


Related colors

Complementary color

Complementary color for #hex is #3CAB7F.


I love getcolorcode.com

Triadic colors

1 #80C354 and #5480C3 with #C35480 are triadic colors.

2 #8054C3 and #54C380 with #C35480 are triadic colors.