COLOR #C67495

HEX: #C67495
RGB: (198,116,149)

Color info

#C67495 contains mainly red and blue colors. Web safe color of #C67495 is #CC6699 (or #C69).

RGB color model

#C67495 color RGB value is (198,116,149).

  • red value is 198;
  • green value is 116;
  • blue value is 149.
RGB:
(198,116,149)
(78%,45%,58%)

RGB channels and saturation

R 198 of 255 = 78%
G 116 of 255 = 45%
B 149 of 255 = 58%

198
116
149

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

Portions of RGB colors in percentages

R + G + B =
198 + 116 + 149 = 463 (100%)
R 198 of 463 ~ 42.76%
G 116 of 463 ~ 25.05%
B 149 of 463 ~ 32.18%

%42.76
%25.05
%32.18

CMYK color model

#C67495 color CMYK value is (0,41,25,22).

  • cyan value is 0.00%
  • magenta value is 41.41%
  • yellow value is 24.75%
  • key color value is 22.35%
CMYK:
(0,41,25,22)
C0M41Y25K22 
(0%,41%,25%,22%)
(0.00/0.41/0.25/0.22)	

CMYK percentages

%0
%41.41
%24.75
%22.35

Codes

Color #C67495 in popluar color models

C67495
RGB198116149
HSL336°41.84%61.57%
HSB/HSV336°41.41%77.65%
CMYK0.00%41.41%24.75%
22.35%

Color #C67495 in popluar number systems.

HEXC67495
Decimal198116149
Binary11000110111010010010101
Octal306164225

Shades and tints

Shades of #C67495

#C67495
(198,116,149)
#B46A88
(180,106,136)
#A2607B
(162,96,123)
#90566E
(144,86,110)
#7E4C61
(126,76,97)
#6C4254
(108,66,84)
#5A3847
(90,56,71)
#482E3A
(72,46,58)
#36242D
(54,36,45)
#241A20
(36,26,32)
#121013
(18,16,19)
#000000
(0,0,0)

Tints of #C67495

#C67495
(198,116,149)
#CB809E
(203,128,158)
#D08CA7
(208,140,167)
#D598B0
(213,152,176)
#DAA4B9
(218,164,185)
#DFB0C2
(223,176,194)
#E4BCCB
(228,188,203)
#E9C8D4
(233,200,212)
#EED4DD
(238,212,221)
#F3E0E6
(243,224,230)
#F8ECEF
(248,236,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67495 color. Also use rgb(198,116,149) instead hex code.

Text Font Color

.myTextColor { color: #C67495; }

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

This text font color is #C67495.


Background Color

.myBgColor { background-color: #C67495; }

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

This div background color is #C67495.


Border color

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

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

This div border color is #C67495.


Opacity

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

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

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

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

This text has shadow with #C67495 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67495 on black background.


Color preview on white background

This text has color #C67495 on white background.



Black color preview on #C67495 background

This text has black color on #C67495 background.


White color preview on #C67495 background

This text has white color on #C67495 background.