COLOR #C35066

HEX: #C35066 RGB: (195,80,102)

Color info

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

RGB color model

#C35066 color RGB value is (195,80,102).

RGB: (195,80,102) (76%, 31%, 40%)

RGB channels and saturation

R 195 of 255 = 76%
G 80 of 255 = 31%
B 102 of 255 = 40%

195
80
102

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

Portions of RGB colors in percentages

R + G + B = 195 + 80 + 102 = 377 (100%)
R 195 of 377 ~ 51.72%
G 80 of 377 ~ 21.22%
B 102 of 377 ~ 27.06'%

%51.72
%21.22
%27.06

CMYK color model

#C35066 color CMYK value is (0,59,48,24).

  • cyan value is 0.00%
  • magenta value is 58.97%
  • yellow value is 47.69%
  • key color value is 23.53%

CMYK: (0,59,48,24)
C0M59Y48K24 (0%, 59%, 48%, 24%)
(0.00 / 0.59 / 0.48 / 0.24)

CMYK percentages

%0
%58.97
%47.69
%23.53

Codes

Color #C35066 in popluar color models

C3 50 66
RGB 195 80 102
HSL 349° 48.94% 53.92%
HSB/HSV 349° 58.97% 76.47%
CMYK 0.00% 58.97% 47.69%
23.53%

Color #C35066 in popluar number systems.

HEX C3 50 66
Decimal 195 80 102
Binary 11000011 1010000 1100110
Octal 303 120 146

Shades and tints

Shades of #C35066

#C35066
(195,80,102)
#B2495D
(178,73,93)
#A14254
(161,66,84)
#903B4B
(144,59,75)
#7F3442
(127,52,66)
#6E2D39
(110,45,57)
#5D2630
(93,38,48)
#4C1F27
(76,31,39)
#3B181E
(59,24,30)
#2A1115
(42,17,21)
#190A0C
(25,10,12)
#000000
(0,0,0)

Tints of #C35066

#C35066
(195,80,102)
#C85F73
(200,95,115)
#CD6E80
(205,110,128)
#D27D8D
(210,125,141)
#D78C9A
(215,140,154)
#DC9BA7
(220,155,167)
#E1AAB4
(225,170,180)
#E6B9C1
(230,185,193)
#EBC8CE
(235,200,206)
#F0D7DB
(240,215,219)
#F5E6E8
(245,230,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35066 color. Also use rgb(195,80,102) instead hex code.

Text Font Color

.myTextColor { color: #C35066; }

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

This text font color is #C35066.

Background Color

.myBgColor { background-color: #C35066; }

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

This div background color is #C35066.

Border color

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

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

This div border color is #C35066.

Opacity

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

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

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

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

This text has shadow with #C35066 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35066.

Preview

Color preview on black background

This text has color #C35066 on black background.


Color preview on white background

This text has color #C35066 on white background.


Black color preview on #C35066 background

This text has black color on #C35066 background.


White color preview on #C35066 background

This text has white color on #C35066 background.


Related colors

Complementary color

Complementary color for #hex is #3CAF99.


I love getcolorcode.com

Triadic colors

1 #66C350 and #5066C3 with #C35066 are triadic colors.

2 #6650C3 and #50C366 with #C35066 are triadic colors.