COLOR #C0A8C3

HEX: #C0A8C3 RGB: (192,168,195)

Color info

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

RGB color model

#C0A8C3 color RGB value is (192,168,195).

RGB: (192,168,195) (75%, 66%, 76%)

RGB channels and saturation

R 192 of 255 = 75%
G 168 of 255 = 66%
B 195 of 255 = 76%

192
168
195

R + G + B ~ 72%. #C0A8C3 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 168 + 195 = 555 (100%)
R 192 of 555 ~ 34.59%
G 168 of 555 ~ 30.27%
B 195 of 555 ~ 35.14'%

%34.59
%30.27
%35.14

CMYK color model

#C0A8C3 color CMYK value is (2,14,0,24).

  • cyan value is 1.54%
  • magenta value is 13.85%
  • yellow value is 0.00%
  • key color value is 23.53%

CMYK: (2,14,0,24)
C2M14Y0K24 (2%, 14%, 0%, 24%)
(0.02 / 0.14 / 0.00 / 0.24)

CMYK percentages

%1.54
%13.85
%0
%23.53

Codes

Color #C0A8C3 in popluar color models

C0 A8 C3
RGB 192 168 195
HSL 293° 18.37% 71.18%
HSB/HSV 293° 13.85% 76.47%
CMYK 1.54% 13.85% 0.00%
23.53%

Color #C0A8C3 in popluar number systems.

HEX C0 A8 C3
Decimal 192 168 195
Binary 11000000 10101000 11000011
Octal 300 250 303

Shades and tints

Shades of #C0A8C3

#C0A8C3
(192,168,195)
#AF99B2
(175,153,178)
#9E8AA1
(158,138,161)
#8D7B90
(141,123,144)
#7C6C7F
(124,108,127)
#6B5D6E
(107,93,110)
#5A4E5D
(90,78,93)
#493F4C
(73,63,76)
#38303B
(56,48,59)
#27212A
(39,33,42)
#161219
(22,18,25)
#000000
(0,0,0)

Tints of #C0A8C3

#C0A8C3
(192,168,195)
#C5AFC8
(197,175,200)
#CAB6CD
(202,182,205)
#CFBDD2
(207,189,210)
#D4C4D7
(212,196,215)
#D9CBDC
(217,203,220)
#DED2E1
(222,210,225)
#E3D9E6
(227,217,230)
#E8E0EB
(232,224,235)
#EDE7F0
(237,231,240)
#F2EEF5
(242,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0A8C3; }

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

This text font color is #C0A8C3.

Background Color

.myBgColor { background-color: #C0A8C3; }

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

This div background color is #C0A8C3.

Border color

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

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

This div border color is #C0A8C3.

Opacity

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

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

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

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

This text has shadow with #C0A8C3 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0A8C3.

Preview

Color preview on black background

This text has color #C0A8C3 on black background.


Color preview on white background

This text has color #C0A8C3 on white background.


Black color preview on #C0A8C3 background

This text has black color on #C0A8C3 background.


White color preview on #C0A8C3 background

This text has white color on #C0A8C3 background.


Related colors

Complementary color

Complementary color for #hex is #3F573C.


I love getcolorcode.com

Triadic colors

1 #C3C0A8 and #A8C3C0 with #C0A8C3 are triadic colors.

2 #C3A8C0 and #A8C0C3 with #C0A8C3 are triadic colors.