COLOR #C35B58

HEX: #C35B58 RGB: (195,91,88)

Color info

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

RGB color model

#C35B58 color RGB value is (195,91,88).

RGB: (195,91,88) (76%, 36%, 35%)

RGB channels and saturation

R 195 of 255 = 76%
G 91 of 255 = 36%
B 88 of 255 = 35%

195
91
88

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

Portions of RGB colors in percentages

R + G + B = 195 + 91 + 88 = 374 (100%)
R 195 of 374 ~ 52.14%
G 91 of 374 ~ 24.33%
B 88 of 374 ~ 23.53'%

%52.14
%24.33
%23.53

CMYK color model

#C35B58 color CMYK value is (0,53,55,24).

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

CMYK: (0,53,55,24)
C0M53Y55K24 (0%, 53%, 55%, 24%)
(0.00 / 0.53 / 0.55 / 0.24)

CMYK percentages

%0
%53.33
%54.87
%23.53

Codes

Color #C35B58 in popluar color models

C3 5B 58
RGB 195 91 88
HSL 47.14% 55.49%
HSB/HSV 54.87% 76.47%
CMYK 0.00% 53.33% 54.87%
23.53%

Color #C35B58 in popluar number systems.

HEX C3 5B 58
Decimal 195 91 88
Binary 11000011 1011011 1011000
Octal 303 133 130

Shades and tints

Shades of #C35B58

#C35B58
(195,91,88)
#B25350
(178,83,80)
#A14B48
(161,75,72)
#904340
(144,67,64)
#7F3B38
(127,59,56)
#6E3330
(110,51,48)
#5D2B28
(93,43,40)
#4C2320
(76,35,32)
#3B1B18
(59,27,24)
#2A1310
(42,19,16)
#190B08
(25,11,8)
#000000
(0,0,0)

Tints of #C35B58

#C35B58
(195,91,88)
#C86967
(200,105,103)
#CD7776
(205,119,118)
#D28585
(210,133,133)
#D79394
(215,147,148)
#DCA1A3
(220,161,163)
#E1AFB2
(225,175,178)
#E6BDC1
(230,189,193)
#EBCBD0
(235,203,208)
#F0D9DF
(240,217,223)
#F5E7EE
(245,231,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C35B58; }

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

This text font color is #C35B58.

Background Color

.myBgColor { background-color: #C35B58; }

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

This div background color is #C35B58.

Border color

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

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

This div border color is #C35B58.

Opacity

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

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

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

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

This text has shadow with #C35B58 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C35B58.

Preview

Color preview on black background

This text has color #C35B58 on black background.


Color preview on white background

This text has color #C35B58 on white background.


Black color preview on #C35B58 background

This text has black color on #C35B58 background.


White color preview on #C35B58 background

This text has white color on #C35B58 background.


Related colors

Complementary color

Complementary color for #hex is #3CA4A7.


I love getcolorcode.com

Triadic colors

1 #58C35B and #5B58C3 with #C35B58 are triadic colors.

2 #585BC3 and #5BC358 with #C35B58 are triadic colors.