COLOR #C08BA6

HEX: #C08BA6 RGB: (192,139,166)

Color info

#C08BA6 contains red, green and blue colors in about the same proportion. Web safe color of #C08BA6 is #CC9999 (or #C99).

RGB color model

#C08BA6 color RGB value is (192,139,166).

RGB: (192,139,166) (75%, 55%, 65%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 166 of 255 = 65%

192
139
166

R + G + B ~ 65%. #C08BA6 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 139 + 166 = 497 (100%)
R 192 of 497 ~ 38.63%
G 139 of 497 ~ 27.97%
B 166 of 497 ~ 33.4'%

%38.63
%27.97
%33.4

CMYK color model

#C08BA6 color CMYK value is (0,28,14,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 13.54%
  • key color value is 24.71%
CMYK: (0,28,14,25) C0M28Y14K25 (0%,28%,14%,25%) (0.00/0.28/0.14/0.25) 

CMYK percentages

%0
%27.6
%13.54
%24.71

Codes

Color #C08BA6 in popluar color models

C0 8B A6
RGB 192 139 166
HSL 329° 29.61% 64.90%
HSB/HSV 329° 27.60% 75.29%
CMYK 0.00% 27.60% 13.54%
24.71%

Color #C08BA6 in popluar number systems.

HEX C0 8B A6
Decimal 192 139 166
Binary 11000000 10001011 10100110
Octal 300 213 246

Shades and tints

Shades of #C08BA6

#C08BA6
(192,139,166)
#AF7F97
(175,127,151)
#9E7388
(158,115,136)
#8D6779
(141,103,121)
#7C5B6A
(124,91,106)
#6B4F5B
(107,79,91)
#5A434C
(90,67,76)
#49373D
(73,55,61)
#382B2E
(56,43,46)
#271F1F
(39,31,31)
#161310
(22,19,16)
#000000
(0,0,0)

Tints of #C08BA6

#C08BA6
(192,139,166)
#C595AE
(197,149,174)
#CA9FB6
(202,159,182)
#CFA9BE
(207,169,190)
#D4B3C6
(212,179,198)
#D9BDCE
(217,189,206)
#DEC7D6
(222,199,214)
#E3D1DE
(227,209,222)
#E8DBE6
(232,219,230)
#EDE5EE
(237,229,238)
#F2EFF6
(242,239,246)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08BA6 color. Also use rgb(192,139,166) instead hex code.

Text Font Color

.myTextColor { color: #C08BA6; }

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

This text font color is #C08BA6.

Background Color

.myBgColor { background-color: #C08BA6; }

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

This div background color is #C08BA6.

Border color

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

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

This div border color is #C08BA6.

Opacity

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

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

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

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

This text has shadow with #C08BA6 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08BA6.

Preview

Color preview on black background

This text has color #C08BA6 on black background.


Color preview on white background

This text has color #C08BA6 on white background.


Black color preview on #C08BA6 background

This text has black color on #C08BA6 background.


White color preview on #C08BA6 background

This text has white color on #C08BA6 background.


Related colors

Complementary color

Complementary color for #hex is #3F7459.


I love getcolorcode.com

Triadic colors

1 #A6C08B and #8BA6C0 with #C08BA6 are triadic colors.

2 #A68BC0 and #8BC0A6 with #C08BA6 are triadic colors.