COLOR #C08AAA

HEX: #C08AAA
RGB: (192,138,170)

Color info

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

RGB color model

#C08AAA color RGB value is (192,138,170).

  • red value is 192;
  • green value is 138;
  • blue value is 170.
RGB:
(192,138,170)
(75%,54%,67%)

RGB channels and saturation

R 192 of 255 = 75%
G 138 of 255 = 54%
B 170 of 255 = 67%

192
138
170

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

Portions of RGB colors in percentages

R + G + B =
192 + 138 + 170 = 500 (100%)
R 192 of 500 ~ 38.4%
G 138 of 500 ~ 27.6%
B 170 of 500 ~ 34%

%38.4
%27.6
%34

CMYK color model

#C08AAA color CMYK value is (0,28,11,25).

  • cyan value is 0.00%
  • magenta value is 28.13%
  • yellow value is 11.46%
  • key color value is 24.71%
CMYK:
(0,28,11,25)
C0M28Y11K25 
(0%,28%,11%,25%)
(0.00/0.28/0.11/0.25)	

CMYK percentages

%0
%28.13
%11.46
%24.71

Codes

Color #C08AAA in popluar color models

C08AAA
RGB192138170
HSL324°30.00%64.71%
HSB/HSV324°28.13%75.29%
CMYK0.00%28.13%11.46%
24.71%

Color #C08AAA in popluar number systems.

HEXC08AAA
Decimal192138170
Binary110000001000101010101010
Octal300212252

Shades and tints

Shades of #C08AAA

#C08AAA
(192,138,170)
#AF7E9B
(175,126,155)
#9E728C
(158,114,140)
#8D667D
(141,102,125)
#7C5A6E
(124,90,110)
#6B4E5F
(107,78,95)
#5A4250
(90,66,80)
#493641
(73,54,65)
#382A32
(56,42,50)
#271E23
(39,30,35)
#161214
(22,18,20)
#000000
(0,0,0)

Tints of #C08AAA

#C08AAA
(192,138,170)
#C594B1
(197,148,177)
#CA9EB8
(202,158,184)
#CFA8BF
(207,168,191)
#D4B2C6
(212,178,198)
#D9BCCD
(217,188,205)
#DEC6D4
(222,198,212)
#E3D0DB
(227,208,219)
#E8DAE2
(232,218,226)
#EDE4E9
(237,228,233)
#F2EEF0
(242,238,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C08AAA color. Also use rgb(192,138,170) instead hex code.

Text Font Color

.myTextColor { color: #C08AAA; }

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

This text font color is #C08AAA.


Background Color

.myBgColor { background-color: #C08AAA; }

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

This div background color is #C08AAA.


Border color

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

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

This div border color is #C08AAA.


Opacity

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

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

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

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

This text has shadow with #C08AAA color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C08AAA on black background.


Color preview on white background

This text has color #C08AAA on white background.



Black color preview on #C08AAA background

This text has black color on #C08AAA background.


White color preview on #C08AAA background

This text has white color on #C08AAA background.