COLOR #C08398

HEX: #C08398
RGB: (192,131,152)

Color info

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

RGB color model

#C08398 color RGB value is (192,131,152).

  • red value is 192;
  • green value is 131;
  • blue value is 152.
RGB:
(192,131,152)
(75%,51%,60%)

RGB channels and saturation

R 192 of 255 = 75%
G 131 of 255 = 51%
B 152 of 255 = 60%

192
131
152

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

Portions of RGB colors in percentages

R + G + B =
192 + 131 + 152 = 475 (100%)
R 192 of 475 ~ 40.42%
G 131 of 475 ~ 27.58%
B 152 of 475 ~ 32%

%40.42
%27.58
%32

CMYK color model

#C08398 color CMYK value is (0,32,21,25).

  • cyan value is 0.00%
  • magenta value is 31.77%
  • yellow value is 20.83%
  • key color value is 24.71%
CMYK:
(0,32,21,25)
C0M32Y21K25 
(0%,32%,21%,25%)
(0.00/0.32/0.21/0.25)	

CMYK percentages

%0
%31.77
%20.83
%24.71

Codes

Color #C08398 in popluar color models

C08398
RGB192131152
HSL339°32.62%63.33%
HSB/HSV339°31.77%75.29%
CMYK0.00%31.77%20.83%
24.71%

Color #C08398 in popluar number systems.

HEXC08398
Decimal192131152
Binary110000001000001110011000
Octal300203230

Shades and tints

Shades of #C08398

#C08398
(192,131,152)
#AF788B
(175,120,139)
#9E6D7E
(158,109,126)
#8D6271
(141,98,113)
#7C5764
(124,87,100)
#6B4C57
(107,76,87)
#5A414A
(90,65,74)
#49363D
(73,54,61)
#382B30
(56,43,48)
#272023
(39,32,35)
#161516
(22,21,22)
#000000
(0,0,0)

Tints of #C08398

#C08398
(192,131,152)
#C58EA1
(197,142,161)
#CA99AA
(202,153,170)
#CFA4B3
(207,164,179)
#D4AFBC
(212,175,188)
#D9BAC5
(217,186,197)
#DEC5CE
(222,197,206)
#E3D0D7
(227,208,215)
#E8DBE0
(232,219,224)
#EDE6E9
(237,230,233)
#F2F1F2
(242,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08398 color. Also use rgb(192,131,152) instead hex code.

Text Font Color

.myTextColor { color: #C08398; }

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

This text font color is #C08398.


Background Color

.myBgColor { background-color: #C08398; }

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

This div background color is #C08398.


Border color

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

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

This div border color is #C08398.


Opacity

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

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

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

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

This text has shadow with #C08398 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08398 on black background.


Color preview on white background

This text has color #C08398 on white background.



Black color preview on #C08398 background

This text has black color on #C08398 background.


White color preview on #C08398 background

This text has white color on #C08398 background.