COLOR #C68199

HEX: #C68199 RGB: (198,129,153)

Color info

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

RGB color model

#C68199 color RGB value is (198,129,153).

RGB: (198,129,153) (78%, 51%, 60%)

RGB channels and saturation

R 198 of 255 = 78%
G 129 of 255 = 51%
B 153 of 255 = 60%

198
129
153

R + G + B ~ 63%. #C68199 is quite light color.

Portions of RGB colors in percentages

R + G + B = 198 + 129 + 153 = 480 (100%)
R 198 of 480 ~ 41.25%
G 129 of 480 ~ 26.88%
B 153 of 480 ~ 31.88'%

%41.25
%26.88
%31.88

CMYK color model

#C68199 color CMYK value is (0,35,23,22).

  • cyan value is 0.00%
  • magenta value is 34.85%
  • yellow value is 22.73%
  • key color value is 22.35%
CMYK: (0,35,23,22) C0M35Y23K22 (0%,35%,23%,22%) (0.00/0.35/0.23/0.22) 

CMYK percentages

%0
%34.85
%22.73
%22.35

Codes

Color #C68199 in popluar color models

C6 81 99
RGB 198 129 153
HSL 339° 37.70% 64.12%
HSB/HSV 339° 34.85% 77.65%
CMYK 0.00% 34.85% 22.73%
22.35%

Color #C68199 in popluar number systems.

HEX C6 81 99
Decimal 198 129 153
Binary 11000110 10000001 10011001
Octal 306 201 231

Shades and tints

Shades of #C68199

#C68199
(198,129,153)
#B4768C
(180,118,140)
#A26B7F
(162,107,127)
#906072
(144,96,114)
#7E5565
(126,85,101)
#6C4A58
(108,74,88)
#5A3F4B
(90,63,75)
#48343E
(72,52,62)
#362931
(54,41,49)
#241E24
(36,30,36)
#121317
(18,19,23)
#000000
(0,0,0)

Tints of #C68199

#C68199
(198,129,153)
#CB8CA2
(203,140,162)
#D097AB
(208,151,171)
#D5A2B4
(213,162,180)
#DAADBD
(218,173,189)
#DFB8C6
(223,184,198)
#E4C3CF
(228,195,207)
#E9CED8
(233,206,216)
#EED9E1
(238,217,225)
#F3E4EA
(243,228,234)
#F8EFF3
(248,239,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C68199 color. Also use rgb(198,129,153) instead hex code.

Text Font Color

.myTextColor { color: #C68199; }

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

This text font color is #C68199.

Background Color

.myBgColor { background-color: #C68199; }

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

This div background color is #C68199.

Border color

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

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

This div border color is #C68199.

Opacity

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

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

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

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

This text has shadow with #C68199 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C68199.

Preview

Color preview on black background

This text has color #C68199 on black background.


Color preview on white background

This text has color #C68199 on white background.


Black color preview on #C68199 background

This text has black color on #C68199 background.


White color preview on #C68199 background

This text has white color on #C68199 background.


Related colors

Complementary color

Complementary color for #hex is #397E66.


I love getcolorcode.com

Triadic colors

1 #99C681 and #8199C6 with #C68199 are triadic colors.

2 #9981C6 and #81C699 with #C68199 are triadic colors.