COLOR #C68790

HEX: #C68790
RGB: (198,135,144)

Color info

#C68790 contains mainly red and blue colors. Web safe color of #C68790 is #CC9999 (or #C99).

RGB color model

#C68790 color RGB value is (198,135,144).

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

RGB channels and saturation

R 198 of 255 = 78%
G 135 of 255 = 53%
B 144 of 255 = 56%

198
135
144

R + G + B ~ 62%. #C68790 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 135 + 144 = 477 (100%)
R 198 of 477 ~ 41.51%
G 135 of 477 ~ 28.3%
B 144 of 477 ~ 30.19%

%41.51
%28.3
%30.19

CMYK color model

#C68790 color CMYK value is (0,32,27,22).

  • cyan value is 0.00%
  • magenta value is 31.82%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,32,27,22)
C0M32Y27K22 
(0%,32%,27%,22%)
(0.00/0.32/0.27/0.22)	

CMYK percentages

%0
%31.82
%27.27
%22.35

Codes

Color #C68790 in popluar color models

C68790
RGB198135144
HSL351°35.59%65.29%
HSB/HSV351°31.82%77.65%
CMYK0.00%31.82%27.27%
22.35%

Color #C68790 in popluar number systems.

HEXC68790
Decimal198135144
Binary110001101000011110010000
Octal306207220

Shades and tints

Shades of #C68790

#C68790
(198,135,144)
#B47B83
(180,123,131)
#A26F76
(162,111,118)
#906369
(144,99,105)
#7E575C
(126,87,92)
#6C4B4F
(108,75,79)
#5A3F42
(90,63,66)
#483335
(72,51,53)
#362728
(54,39,40)
#241B1B
(36,27,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #C68790

#C68790
(198,135,144)
#CB919A
(203,145,154)
#D09BA4
(208,155,164)
#D5A5AE
(213,165,174)
#DAAFB8
(218,175,184)
#DFB9C2
(223,185,194)
#E4C3CC
(228,195,204)
#E9CDD6
(233,205,214)
#EED7E0
(238,215,224)
#F3E1EA
(243,225,234)
#F8EBF4
(248,235,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C68790; }

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

This text font color is #C68790.


Background Color

.myBgColor { background-color: #C68790; }

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

This div background color is #C68790.


Border color

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

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

This div border color is #C68790.


Opacity

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

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

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

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

This text has shadow with #C68790 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C68790 on black background.


Color preview on white background

This text has color #C68790 on white background.



Black color preview on #C68790 background

This text has black color on #C68790 background.


White color preview on #C68790 background

This text has white color on #C68790 background.