COLOR #C0A5B1

HEX: #C0A5B1 RGB: (192,165,177)

Color info

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

RGB color model

#C0A5B1 color RGB value is (192,165,177).

RGB: (192,165,177) (75%, 65%, 69%)

RGB channels and saturation

R 192 of 255 = 75%
G 165 of 255 = 65%
B 177 of 255 = 69%

192
165
177

R + G + B ~ 70%. #C0A5B1 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 165 + 177 = 534 (100%)
R 192 of 534 ~ 35.96%
G 165 of 534 ~ 30.9%
B 177 of 534 ~ 33.15'%

%35.96
%30.9
%33.15

CMYK color model

#C0A5B1 color CMYK value is (0,14,8,25).

  • cyan value is 0.00%
  • magenta value is 14.06%
  • yellow value is 7.81%
  • key color value is 24.71%
CMYK: (0,14,8,25) C0M14Y8K25 (0%,14%,8%,25%) (0.00/0.14/0.08/0.25) 

CMYK percentages

%0
%14.06
%7.81
%24.71

Codes

Color #C0A5B1 in popluar color models

C0 A5 B1
RGB 192 165 177
HSL 333° 17.65% 70.00%
HSB/HSV 333° 14.06% 75.29%
CMYK 0.00% 14.06% 7.81%
24.71%

Color #C0A5B1 in popluar number systems.

HEX C0 A5 B1
Decimal 192 165 177
Binary 11000000 10100101 10110001
Octal 300 245 261

Shades and tints

Shades of #C0A5B1

#C0A5B1
(192,165,177)
#AF96A1
(175,150,161)
#9E8791
(158,135,145)
#8D7881
(141,120,129)
#7C6971
(124,105,113)
#6B5A61
(107,90,97)
#5A4B51
(90,75,81)
#493C41
(73,60,65)
#382D31
(56,45,49)
#271E21
(39,30,33)
#160F11
(22,15,17)
#000000
(0,0,0)

Tints of #C0A5B1

#C0A5B1
(192,165,177)
#C5ADB8
(197,173,184)
#CAB5BF
(202,181,191)
#CFBDC6
(207,189,198)
#D4C5CD
(212,197,205)
#D9CDD4
(217,205,212)
#DED5DB
(222,213,219)
#E3DDE2
(227,221,226)
#E8E5E9
(232,229,233)
#EDEDF0
(237,237,240)
#F2F5F7
(242,245,247)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0A5B1 color. Also use rgb(192,165,177) instead hex code.

Text Font Color

.myTextColor { color: #C0A5B1; }

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

This text font color is #C0A5B1.

Background Color

.myBgColor { background-color: #C0A5B1; }

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

This div background color is #C0A5B1.

Border color

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

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

This div border color is #C0A5B1.

Opacity

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

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

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

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

This text has shadow with #C0A5B1 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A5B1.

Preview

Color preview on black background

This text has color #C0A5B1 on black background.


Color preview on white background

This text has color #C0A5B1 on white background.


Black color preview on #C0A5B1 background

This text has black color on #C0A5B1 background.


White color preview on #C0A5B1 background

This text has white color on #C0A5B1 background.


Related colors

Complementary color

Complementary color for #hex is #3F5A4E.


I love getcolorcode.com

Triadic colors

1 #B1C0A5 and #A5B1C0 with #C0A5B1 are triadic colors.

2 #B1A5C0 and #A5C0B1 with #C0A5B1 are triadic colors.