COLOR #C08B9A

HEX: #C08B9A RGB: (192,139,154)

Color info

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

RGB color model

#C08B9A color RGB value is (192,139,154).

RGB: (192,139,154) (75%, 55%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 139 of 255 = 55%
B 154 of 255 = 60%

192
139
154

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

Portions of RGB colors in percentages

R + G + B = 192 + 139 + 154 = 485 (100%)
R 192 of 485 ~ 39.59%
G 139 of 485 ~ 28.66%
B 154 of 485 ~ 31.75'%

%39.59
%28.66
%31.75

CMYK color model

#C08B9A color CMYK value is (0,28,20,25).

  • cyan value is 0.00%
  • magenta value is 27.60%
  • yellow value is 19.79%
  • key color value is 24.71%

CMYK: (0,28,20,25)
C0M28Y20K25 (0%, 28%, 20%, 25%)
(0.00 / 0.28 / 0.20 / 0.25)

CMYK percentages

%0
%27.6
%19.79
%24.71

Codes

Color #C08B9A in popluar color models

C0 8B 9A
RGB 192 139 154
HSL 343° 29.61% 64.90%
HSB/HSV 343° 27.60% 75.29%
CMYK 0.00% 27.60% 19.79%
24.71%

Color #C08B9A in popluar number systems.

HEX C0 8B 9A
Decimal 192 139 154
Binary 11000000 10001011 10011010
Octal 300 213 232

Shades and tints

Shades of #C08B9A

#C08B9A
(192,139,154)
#AF7F8C
(175,127,140)
#9E737E
(158,115,126)
#8D6770
(141,103,112)
#7C5B62
(124,91,98)
#6B4F54
(107,79,84)
#5A4346
(90,67,70)
#493738
(73,55,56)
#382B2A
(56,43,42)
#271F1C
(39,31,28)
#16130E
(22,19,14)
#000000
(0,0,0)

Tints of #C08B9A

#C08B9A
(192,139,154)
#C595A3
(197,149,163)
#CA9FAC
(202,159,172)
#CFA9B5
(207,169,181)
#D4B3BE
(212,179,190)
#D9BDC7
(217,189,199)
#DEC7D0
(222,199,208)
#E3D1D9
(227,209,217)
#E8DBE2
(232,219,226)
#EDE5EB
(237,229,235)
#F2EFF4
(242,239,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C08B9A; }

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

This text font color is #C08B9A.

Background Color

.myBgColor { background-color: #C08B9A; }

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

This div background color is #C08B9A.

Border color

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

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

This div border color is #C08B9A.

Opacity

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

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

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

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

This text has shadow with #C08B9A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08B9A.

Preview

Color preview on black background

This text has color #C08B9A on black background.


Color preview on white background

This text has color #C08B9A on white background.


Black color preview on #C08B9A background

This text has black color on #C08B9A background.


White color preview on #C08B9A background

This text has white color on #C08B9A background.


Related colors

Complementary color

Complementary color for #hex is #3F7465.


I love getcolorcode.com

Triadic colors

1 #9AC08B and #8B9AC0 with #C08B9A are triadic colors.

2 #9A8BC0 and #8BC09A with #C08B9A are triadic colors.