COLOR #C0A4D5

HEX: #C0A4D5 RGB: (192,164,213)

Color info

#C0A4D5 contains red, green and blue colors in about the same proportion. Web safe color of #C0A4D5 is #CC99CC (or #C9C).

RGB color model

#C0A4D5 color RGB value is (192,164,213).

RGB: (192,164,213) (75%, 64%, 84%)

RGB channels and saturation

R 192 of 255 = 75%
G 164 of 255 = 64%
B 213 of 255 = 84%

192
164
213

R + G + B ~ 74%. #C0A4D5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 164 + 213 = 569 (100%)
R 192 of 569 ~ 33.74%
G 164 of 569 ~ 28.82%
B 213 of 569 ~ 37.43'%

%33.74
%28.82
%37.43

CMYK color model

#C0A4D5 color CMYK value is (10,23,0,16).

  • cyan value is 9.86%
  • magenta value is 23.00%
  • yellow value is 0.00%
  • key color value is 16.47%

CMYK: (10,23,0,16)
C10M23Y0K16 (10%, 23%, 0%, 16%)
(0.10 / 0.23 / 0.00 / 0.16)

CMYK percentages

%9.86
%23
%0
%16.47

Codes

Color #C0A4D5 in popluar color models

C0 A4 D5
RGB 192 164 213
HSL 274° 36.84% 73.92%
HSB/HSV 274° 23.00% 83.53%
CMYK 9.86% 23.00% 0.00%
16.47%

Color #C0A4D5 in popluar number systems.

HEX C0 A4 D5
Decimal 192 164 213
Binary 11000000 10100100 11010101
Octal 300 244 325

Shades and tints

Shades of #C0A4D5

#C0A4D5
(192,164,213)
#AF96C2
(175,150,194)
#9E88AF
(158,136,175)
#8D7A9C
(141,122,156)
#7C6C89
(124,108,137)
#6B5E76
(107,94,118)
#5A5063
(90,80,99)
#494250
(73,66,80)
#38343D
(56,52,61)
#27262A
(39,38,42)
#161817
(22,24,23)
#000000
(0,0,0)

Tints of #C0A4D5

#C0A4D5
(192,164,213)
#C5ACD8
(197,172,216)
#CAB4DB
(202,180,219)
#CFBCDE
(207,188,222)
#D4C4E1
(212,196,225)
#D9CCE4
(217,204,228)
#DED4E7
(222,212,231)
#E3DCEA
(227,220,234)
#E8E4ED
(232,228,237)
#EDECF0
(237,236,240)
#F2F4F3
(242,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A4D5 color. Also use rgb(192,164,213) instead hex code.

Text Font Color

.myTextColor { color: #C0A4D5; }

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

This text font color is #C0A4D5.

Background Color

.myBgColor { background-color: #C0A4D5; }

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

This div background color is #C0A4D5.

Border color

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

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

This div border color is #C0A4D5.

Opacity

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

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

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

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

This text has shadow with #C0A4D5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A4D5.

Preview

Color preview on black background

This text has color #C0A4D5 on black background.


Color preview on white background

This text has color #C0A4D5 on white background.


Black color preview on #C0A4D5 background

This text has black color on #C0A4D5 background.


White color preview on #C0A4D5 background

This text has white color on #C0A4D5 background.


Related colors

Complementary color

Complementary color for #hex is #3F5B2A.


I love getcolorcode.com

Triadic colors

1 #D5C0A4 and #A4D5C0 with #C0A4D5 are triadic colors.

2 #D5A4C0 and #A4C0D5 with #C0A4D5 are triadic colors.