COLOR #C08DA8

HEX: #C08DA8 RGB: (192,141,168)

Color info

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

RGB color model

#C08DA8 color RGB value is (192,141,168).

RGB: (192,141,168) (75%, 55%, 66%)

RGB channels and saturation

R 192 of 255 = 75%
G 141 of 255 = 55%
B 168 of 255 = 66%

192
141
168

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

Portions of RGB colors in percentages

R + G + B = 192 + 141 + 168 = 501 (100%)
R 192 of 501 ~ 38.32%
G 141 of 501 ~ 28.14%
B 168 of 501 ~ 33.53'%

%38.32
%28.14
%33.53

CMYK color model

#C08DA8 color CMYK value is (0,27,13,25).

  • cyan value is 0.00%
  • magenta value is 26.56%
  • yellow value is 12.50%
  • key color value is 24.71%

CMYK: (0,27,13,25)
C0M27Y13K25 (0%, 27%, 13%, 25%)
(0.00 / 0.27 / 0.13 / 0.25)

CMYK percentages

%0
%26.56
%12.5
%24.71

Codes

Color #C08DA8 in popluar color models

C0 8D A8
RGB 192 141 168
HSL 328° 28.81% 65.29%
HSB/HSV 328° 26.56% 75.29%
CMYK 0.00% 26.56% 12.50%
24.71%

Color #C08DA8 in popluar number systems.

HEX C0 8D A8
Decimal 192 141 168
Binary 11000000 10001101 10101000
Octal 300 215 250

Shades and tints

Shades of #C08DA8

#C08DA8
(192,141,168)
#AF8199
(175,129,153)
#9E758A
(158,117,138)
#8D697B
(141,105,123)
#7C5D6C
(124,93,108)
#6B515D
(107,81,93)
#5A454E
(90,69,78)
#49393F
(73,57,63)
#382D30
(56,45,48)
#272121
(39,33,33)
#161512
(22,21,18)
#000000
(0,0,0)

Tints of #C08DA8

#C08DA8
(192,141,168)
#C597AF
(197,151,175)
#CAA1B6
(202,161,182)
#CFABBD
(207,171,189)
#D4B5C4
(212,181,196)
#D9BFCB
(217,191,203)
#DEC9D2
(222,201,210)
#E3D3D9
(227,211,217)
#E8DDE0
(232,221,224)
#EDE7E7
(237,231,231)
#F2F1EE
(242,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08DA8 color. Also use rgb(192,141,168) instead hex code.

Text Font Color

.myTextColor { color: #C08DA8; }

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

This text font color is #C08DA8.

Background Color

.myBgColor { background-color: #C08DA8; }

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

This div background color is #C08DA8.

Border color

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

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

This div border color is #C08DA8.

Opacity

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

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

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

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

This text has shadow with #C08DA8 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C08DA8.

Preview

Color preview on black background

This text has color #C08DA8 on black background.


Color preview on white background

This text has color #C08DA8 on white background.


Black color preview on #C08DA8 background

This text has black color on #C08DA8 background.


White color preview on #C08DA8 background

This text has white color on #C08DA8 background.


Related colors

Complementary color

Complementary color for #hex is #3F7257.


I love getcolorcode.com

Triadic colors

1 #A8C08D and #8DA8C0 with #C08DA8 are triadic colors.

2 #A88DC0 and #8DC0A8 with #C08DA8 are triadic colors.