COLOR #C67087

HEX: #C67087
RGB: (198,112,135)

Color info

#C67087 contains mainly red color. Web safe color of #C67087 is #CC6699 (or #C69).

RGB color model

#C67087 color RGB value is (198,112,135).

  • red value is 198;
  • green value is 112;
  • blue value is 135.
RGB:
(198,112,135)
(78%,44%,53%)

RGB channels and saturation

R 198 of 255 = 78%
G 112 of 255 = 44%
B 135 of 255 = 53%

198
112
135

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

Portions of RGB colors in percentages

R + G + B =
198 + 112 + 135 = 445 (100%)
R 198 of 445 ~ 44.49%
G 112 of 445 ~ 25.17%
B 135 of 445 ~ 30.34%

%44.49
%25.17
%30.34

CMYK color model

#C67087 color CMYK value is (0,43,32,22).

  • cyan value is 0.00%
  • magenta value is 43.43%
  • yellow value is 31.82%
  • key color value is 22.35%
CMYK:
(0,43,32,22)
C0M43Y32K22 
(0%,43%,32%,22%)
(0.00/0.43/0.32/0.22)	

CMYK percentages

%0
%43.43
%31.82
%22.35

Codes

Color #C67087 in popluar color models

C67087
RGB198112135
HSL344°43.00%60.78%
HSB/HSV344°43.43%77.65%
CMYK0.00%43.43%31.82%
22.35%

Color #C67087 in popluar number systems.

HEXC67087
Decimal198112135
Binary11000110111000010000111
Octal306160207

Shades and tints

Shades of #C67087

#C67087
(198,112,135)
#B4667B
(180,102,123)
#A25C6F
(162,92,111)
#905263
(144,82,99)
#7E4857
(126,72,87)
#6C3E4B
(108,62,75)
#5A343F
(90,52,63)
#482A33
(72,42,51)
#362027
(54,32,39)
#24161B
(36,22,27)
#120C0F
(18,12,15)
#000000
(0,0,0)

Tints of #C67087

#C67087
(198,112,135)
#CB7D91
(203,125,145)
#D08A9B
(208,138,155)
#D597A5
(213,151,165)
#DAA4AF
(218,164,175)
#DFB1B9
(223,177,185)
#E4BEC3
(228,190,195)
#E9CBCD
(233,203,205)
#EED8D7
(238,216,215)
#F3E5E1
(243,229,225)
#F8F2EB
(248,242,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67087 color. Also use rgb(198,112,135) instead hex code.

Text Font Color

.myTextColor { color: #C67087; }

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

This text font color is #C67087.


Background Color

.myBgColor { background-color: #C67087; }

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

This div background color is #C67087.


Border color

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

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

This div border color is #C67087.


Opacity

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

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

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

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

This text has shadow with #C67087 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67087 on black background.


Color preview on white background

This text has color #C67087 on white background.



Black color preview on #C67087 background

This text has black color on #C67087 background.


White color preview on #C67087 background

This text has white color on #C67087 background.