COLOR #C0AFB5

HEX: #C0AFB5
RGB: (192,175,181)

Color info

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

RGB color model

#C0AFB5 color RGB value is (192,175,181).

  • red value is 192;
  • green value is 175;
  • blue value is 181.
RGB:
(192,175,181)
(75%,69%,71%)

RGB channels and saturation

R 192 of 255 = 75%
G 175 of 255 = 69%
B 181 of 255 = 71%

192
175
181

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

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 181 = 548 (100%)
R 192 of 548 ~ 35.04%
G 175 of 548 ~ 31.93%
B 181 of 548 ~ 33.03%

%35.04
%31.93
%33.03

CMYK color model

#C0AFB5 color CMYK value is (0,9,6,25).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 5.73%
  • key color value is 24.71%
CMYK:
(0,9,6,25)
C0M9Y6K25 
(0%,9%,6%,25%)
(0.00/0.09/0.06/0.25)	

CMYK percentages

%0
%8.85
%5.73
%24.71

Codes

Color #C0AFB5 in popluar color models

C0AFB5
RGB192175181
HSL339°11.89%71.96%
HSB/HSV339°8.85%75.29%
CMYK0.00%8.85%5.73%
24.71%

Color #C0AFB5 in popluar number systems.

HEXC0AFB5
Decimal192175181
Binary110000001010111110110101
Octal300257265

Shades and tints

Shades of #C0AFB5

#C0AFB5
(192,175,181)
#AFA0A5
(175,160,165)
#9E9195
(158,145,149)
#8D8285
(141,130,133)
#7C7375
(124,115,117)
#6B6465
(107,100,101)
#5A5555
(90,85,85)
#494645
(73,70,69)
#383735
(56,55,53)
#272825
(39,40,37)
#161915
(22,25,21)
#000000
(0,0,0)

Tints of #C0AFB5

#C0AFB5
(192,175,181)
#C5B6BB
(197,182,187)
#CABDC1
(202,189,193)
#CFC4C7
(207,196,199)
#D4CBCD
(212,203,205)
#D9D2D3
(217,210,211)
#DED9D9
(222,217,217)
#E3E0DF
(227,224,223)
#E8E7E5
(232,231,229)
#EDEEEB
(237,238,235)
#F2F5F1
(242,245,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0AFB5 color. Also use rgb(192,175,181) instead hex code.

Text Font Color

.myTextColor { color: #C0AFB5; }

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

This text font color is #C0AFB5.


Background Color

.myBgColor { background-color: #C0AFB5; }

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

This div background color is #C0AFB5.


Border color

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

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

This div border color is #C0AFB5.


Opacity

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

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

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

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

This text has shadow with #C0AFB5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AFB5 on black background.


Color preview on white background

This text has color #C0AFB5 on white background.



Black color preview on #C0AFB5 background

This text has black color on #C0AFB5 background.


White color preview on #C0AFB5 background

This text has white color on #C0AFB5 background.