COLOR #C3585D

HEX: #C3585D
RGB: (195,88,93)

Color info

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

RGB color model

#C3585D color RGB value is (195,88,93).

  • red value is 195;
  • green value is 88;
  • blue value is 93.
RGB:
(195,88,93)
(76%,35%,36%)

RGB channels and saturation

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

195
88
93

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

Portions of RGB colors in percentages

R + G + B =
195 + 88 + 93 = 376 (100%)
R 195 of 376 ~ 51.86%
G 88 of 376 ~ 23.4%
B 93 of 376 ~ 24.73%

%51.86
%23.4
%24.73

CMYK color model

#C3585D color CMYK value is (0,55,52,24).

  • cyan value is 0.00%
  • magenta value is 54.87%
  • yellow value is 52.31%
  • key color value is 23.53%
CMYK:
(0,55,52,24)
C0M55Y52K24 
(0%,55%,52%,24%)
(0.00/0.55/0.52/0.24)	

CMYK percentages

%0
%54.87
%52.31
%23.53

Codes

Color #C3585D in popluar color models

C3585D
RGB1958893
HSL357°47.14%55.49%
HSB/HSV357°54.87%76.47%
CMYK0.00%54.87%52.31%
23.53%

Color #C3585D in popluar number systems.

HEXC3585D
Decimal1958893
Binary1100001110110001011101
Octal303130135

Shades and tints

Shades of #C3585D

#C3585D
(195,88,93)
#B25055
(178,80,85)
#A1484D
(161,72,77)
#904045
(144,64,69)
#7F383D
(127,56,61)
#6E3035
(110,48,53)
#5D282D
(93,40,45)
#4C2025
(76,32,37)
#3B181D
(59,24,29)
#2A1015
(42,16,21)
#19080D
(25,8,13)
#000000
(0,0,0)

Tints of #C3585D

#C3585D
(195,88,93)
#C8676B
(200,103,107)
#CD7679
(205,118,121)
#D28587
(210,133,135)
#D79495
(215,148,149)
#DCA3A3
(220,163,163)
#E1B2B1
(225,178,177)
#E6C1BF
(230,193,191)
#EBD0CD
(235,208,205)
#F0DFDB
(240,223,219)
#F5EEE9
(245,238,233)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3585D; }

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

This text font color is #C3585D.


Background Color

.myBgColor { background-color: #C3585D; }

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

This div background color is #C3585D.


Border color

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

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

This div border color is #C3585D.


Opacity

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

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

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

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

This text has shadow with #C3585D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3585D on black background.


Color preview on white background

This text has color #C3585D on white background.



Black color preview on #C3585D background

This text has black color on #C3585D background.


White color preview on #C3585D background

This text has white color on #C3585D background.