COLOR #C3667A

HEX: #C3667A
RGB: (195,102,122)

Color info

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

RGB color model

#C3667A color RGB value is (195,102,122).

  • red value is 195;
  • green value is 102;
  • blue value is 122.
RGB:
(195,102,122)
(76%,40%,48%)

RGB channels and saturation

R 195 of 255 = 76%
G 102 of 255 = 40%
B 122 of 255 = 48%

195
102
122

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

Portions of RGB colors in percentages

R + G + B =
195 + 102 + 122 = 419 (100%)
R 195 of 419 ~ 46.54%
G 102 of 419 ~ 24.34%
B 122 of 419 ~ 29.12%

%46.54
%24.34
%29.12

CMYK color model

#C3667A color CMYK value is (0,48,37,24).

  • cyan value is 0.00%
  • magenta value is 47.69%
  • yellow value is 37.44%
  • key color value is 23.53%
CMYK:
(0,48,37,24)
C0M48Y37K24 
(0%,48%,37%,24%)
(0.00/0.48/0.37/0.24)	

CMYK percentages

%0
%47.69
%37.44
%23.53

Codes

Color #C3667A in popluar color models

C3667A
RGB195102122
HSL347°43.66%58.24%
HSB/HSV347°47.69%76.47%
CMYK0.00%47.69%37.44%
23.53%

Color #C3667A in popluar number systems.

HEXC3667A
Decimal195102122
Binary1100001111001101111010
Octal303146172

Shades and tints

Shades of #C3667A

#C3667A
(195,102,122)
#B25D6F
(178,93,111)
#A15464
(161,84,100)
#904B59
(144,75,89)
#7F424E
(127,66,78)
#6E3943
(110,57,67)
#5D3038
(93,48,56)
#4C272D
(76,39,45)
#3B1E22
(59,30,34)
#2A1517
(42,21,23)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #C3667A

#C3667A
(195,102,122)
#C87386
(200,115,134)
#CD8092
(205,128,146)
#D28D9E
(210,141,158)
#D79AAA
(215,154,170)
#DCA7B6
(220,167,182)
#E1B4C2
(225,180,194)
#E6C1CE
(230,193,206)
#EBCEDA
(235,206,218)
#F0DBE6
(240,219,230)
#F5E8F2
(245,232,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C3667A; }

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

This text font color is #C3667A.


Background Color

.myBgColor { background-color: #C3667A; }

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

This div background color is #C3667A.


Border color

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

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

This div border color is #C3667A.


Opacity

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

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

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

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

This text has shadow with #C3667A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C3667A on black background.


Color preview on white background

This text has color #C3667A on white background.



Black color preview on #C3667A background

This text has black color on #C3667A background.


White color preview on #C3667A background

This text has white color on #C3667A background.