COLOR #C35B63

HEX: #C35B63 RGB: (195,91,99)

Color info

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

RGB color model

#C35B63 color RGB value is (195,91,99).

RGB: (195,91,99) (76%, 36%, 39%)

RGB channels and saturation

R 195 of 255 = 76%
G 91 of 255 = 36%
B 99 of 255 = 39%

195
91
99

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

Portions of RGB colors in percentages

R + G + B = 195 + 91 + 99 = 385 (100%)
R 195 of 385 ~ 50.65%
G 91 of 385 ~ 23.64%
B 99 of 385 ~ 25.71'%

%50.65
%23.64
%25.71

CMYK color model

#C35B63 color CMYK value is (0,53,49,24).

  • cyan value is 0.00%
  • magenta value is 53.33%
  • yellow value is 49.23%
  • key color value is 23.53%

CMYK: (0,53,49,24)
C0M53Y49K24 (0%, 53%, 49%, 24%)
(0.00 / 0.53 / 0.49 / 0.24)

CMYK percentages

%0
%53.33
%49.23
%23.53

Codes

Color #C35B63 in popluar color models

C3 5B 63
RGB 195 91 99
HSL 355° 46.43% 56.08%
HSB/HSV 355° 53.33% 76.47%
CMYK 0.00% 53.33% 49.23%
23.53%

Color #C35B63 in popluar number systems.

HEX C3 5B 63
Decimal 195 91 99
Binary 11000011 1011011 1100011
Octal 303 133 143

Shades and tints

Shades of #C35B63

#C35B63
(195,91,99)
#B2535A
(178,83,90)
#A14B51
(161,75,81)
#904348
(144,67,72)
#7F3B3F
(127,59,63)
#6E3336
(110,51,54)
#5D2B2D
(93,43,45)
#4C2324
(76,35,36)
#3B1B1B
(59,27,27)
#2A1312
(42,19,18)
#190B09
(25,11,9)
#000000
(0,0,0)

Tints of #C35B63

#C35B63
(195,91,99)
#C86971
(200,105,113)
#CD777F
(205,119,127)
#D2858D
(210,133,141)
#D7939B
(215,147,155)
#DCA1A9
(220,161,169)
#E1AFB7
(225,175,183)
#E6BDC5
(230,189,197)
#EBCBD3
(235,203,211)
#F0D9E1
(240,217,225)
#F5E7EF
(245,231,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C35B63 color. Also use rgb(195,91,99) instead hex code.

Text Font Color

.myTextColor { color: #C35B63; }

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

This text font color is #C35B63.

Background Color

.myBgColor { background-color: #C35B63; }

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

This div background color is #C35B63.

Border color

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

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

This div border color is #C35B63.

Opacity

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

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

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

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

This text has shadow with #C35B63 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35B63.

Preview

Color preview on black background

This text has color #C35B63 on black background.


Color preview on white background

This text has color #C35B63 on white background.


Black color preview on #C35B63 background

This text has black color on #C35B63 background.


White color preview on #C35B63 background

This text has white color on #C35B63 background.


Related colors

Complementary color

Complementary color for #hex is #3CA49C.


I love getcolorcode.com

Triadic colors

1 #63C35B and #5B63C3 with #C35B63 are triadic colors.

2 #635BC3 and #5BC363 with #C35B63 are triadic colors.