COLOR #C08197

HEX: #C08197
RGB: (192,129,151)

Color info

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

RGB color model

#C08197 color RGB value is (192,129,151).

  • red value is 192;
  • green value is 129;
  • blue value is 151.
RGB:
(192,129,151)
(75%,51%,59%)

RGB channels and saturation

R 192 of 255 = 75%
G 129 of 255 = 51%
B 151 of 255 = 59%

192
129
151

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

Portions of RGB colors in percentages

R + G + B =
192 + 129 + 151 = 472 (100%)
R 192 of 472 ~ 40.68%
G 129 of 472 ~ 27.33%
B 151 of 472 ~ 31.99%

%40.68
%27.33
%31.99

CMYK color model

#C08197 color CMYK value is (0,33,21,25).

  • cyan value is 0.00%
  • magenta value is 32.81%
  • yellow value is 21.35%
  • key color value is 24.71%
CMYK:
(0,33,21,25)
C0M33Y21K25 
(0%,33%,21%,25%)
(0.00/0.33/0.21/0.25)	

CMYK percentages

%0
%32.81
%21.35
%24.71

Codes

Color #C08197 in popluar color models

C08197
RGB192129151
HSL339°33.33%62.94%
HSB/HSV339°32.81%75.29%
CMYK0.00%32.81%21.35%
24.71%

Color #C08197 in popluar number systems.

HEXC08197
Decimal192129151
Binary110000001000000110010111
Octal300201227

Shades and tints

Shades of #C08197

#C08197
(192,129,151)
#AF768A
(175,118,138)
#9E6B7D
(158,107,125)
#8D6070
(141,96,112)
#7C5563
(124,85,99)
#6B4A56
(107,74,86)
#5A3F49
(90,63,73)
#49343C
(73,52,60)
#38292F
(56,41,47)
#271E22
(39,30,34)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #C08197

#C08197
(192,129,151)
#C58CA0
(197,140,160)
#CA97A9
(202,151,169)
#CFA2B2
(207,162,178)
#D4ADBB
(212,173,187)
#D9B8C4
(217,184,196)
#DEC3CD
(222,195,205)
#E3CED6
(227,206,214)
#E8D9DF
(232,217,223)
#EDE4E8
(237,228,232)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08197 color. Also use rgb(192,129,151) instead hex code.

Text Font Color

.myTextColor { color: #C08197; }

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

This text font color is #C08197.


Background Color

.myBgColor { background-color: #C08197; }

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

This div background color is #C08197.


Border color

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

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

This div border color is #C08197.


Opacity

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

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

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

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

This text has shadow with #C08197 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08197 on black background.


Color preview on white background

This text has color #C08197 on white background.



Black color preview on #C08197 background

This text has black color on #C08197 background.


White color preview on #C08197 background

This text has white color on #C08197 background.