COLOR #C08495

HEX: #C08495 RGB: (192,132,149)

Color info

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

RGB color model

#C08495 color RGB value is (192,132,149).

RGB: (192,132,149) (75%, 52%, 58%)

RGB channels and saturation

R 192 of 255 = 75%
G 132 of 255 = 52%
B 149 of 255 = 58%

192
132
149

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

Portions of RGB colors in percentages

R + G + B = 192 + 132 + 149 = 473 (100%)
R 192 of 473 ~ 40.59%
G 132 of 473 ~ 27.91%
B 149 of 473 ~ 31.5'%

%40.59
%27.91
%31.5

CMYK color model

#C08495 color CMYK value is (0,31,22,25).

  • cyan value is 0.00%
  • magenta value is 31.25%
  • yellow value is 22.40%
  • key color value is 24.71%

CMYK: (0,31,22,25)
C0M31Y22K25 (0%, 31%, 22%, 25%)
(0.00 / 0.31 / 0.22 / 0.25)

CMYK percentages

%0
%31.25
%22.4
%24.71

Codes

Color #C08495 in popluar color models

C0 84 95
RGB 192 132 149
HSL 343° 32.26% 63.53%
HSB/HSV 343° 31.25% 75.29%
CMYK 0.00% 31.25% 22.40%
24.71%

Color #C08495 in popluar number systems.

HEX C0 84 95
Decimal 192 132 149
Binary 11000000 10000100 10010101
Octal 300 204 225

Shades and tints

Shades of #C08495

#C08495
(192,132,149)
#AF7888
(175,120,136)
#9E6C7B
(158,108,123)
#8D606E
(141,96,110)
#7C5461
(124,84,97)
#6B4854
(107,72,84)
#5A3C47
(90,60,71)
#49303A
(73,48,58)
#38242D
(56,36,45)
#271820
(39,24,32)
#160C13
(22,12,19)
#000000
(0,0,0)

Tints of #C08495

#C08495
(192,132,149)
#C58F9E
(197,143,158)
#CA9AA7
(202,154,167)
#CFA5B0
(207,165,176)
#D4B0B9
(212,176,185)
#D9BBC2
(217,187,194)
#DEC6CB
(222,198,203)
#E3D1D4
(227,209,212)
#E8DCDD
(232,220,221)
#EDE7E6
(237,231,230)
#F2F2EF
(242,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08495 color. Also use rgb(192,132,149) instead hex code.

Text Font Color

.myTextColor { color: #C08495; }

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

This text font color is #C08495.

Background Color

.myBgColor { background-color: #C08495; }

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

This div background color is #C08495.

Border color

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

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

This div border color is #C08495.

Opacity

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

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

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

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

This text has shadow with #C08495 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08495.

Preview

Color preview on black background

This text has color #C08495 on black background.


Color preview on white background

This text has color #C08495 on white background.


Black color preview on #C08495 background

This text has black color on #C08495 background.


White color preview on #C08495 background

This text has white color on #C08495 background.


Related colors

Complementary color

Complementary color for #hex is #3F7B6A.


I love getcolorcode.com

Triadic colors

1 #95C084 and #8495C0 with #C08495 are triadic colors.

2 #9584C0 and #84C095 with #C08495 are triadic colors.