COLOR #C0AFA5

HEX: #C0AFA5
RGB: (192,175,165)

Color info

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

RGB color model

#C0AFA5 color RGB value is (192,175,165).

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

RGB channels and saturation

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

192
175
165

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

Portions of RGB colors in percentages

R + G + B =
192 + 175 + 165 = 532 (100%)
R 192 of 532 ~ 36.09%
G 175 of 532 ~ 32.89%
B 165 of 532 ~ 31.02%

%36.09
%32.89
%31.02

CMYK color model

#C0AFA5 color CMYK value is (0,9,14,25).

  • cyan value is 0.00%
  • magenta value is 8.85%
  • yellow value is 14.06%
  • key color value is 24.71%
CMYK:
(0,9,14,25)
C0M9Y14K25 
(0%,9%,14%,25%)
(0.00/0.09/0.14/0.25)	

CMYK percentages

%0
%8.85
%14.06
%24.71

Codes

Color #C0AFA5 in popluar color models

C0AFA5
RGB192175165
HSL22°17.65%70.00%
HSB/HSV22°14.06%75.29%
CMYK0.00%8.85%14.06%
24.71%

Color #C0AFA5 in popluar number systems.

HEXC0AFA5
Decimal192175165
Binary110000001010111110100101
Octal300257245

Shades and tints

Shades of #C0AFA5

#C0AFA5
(192,175,165)
#AFA096
(175,160,150)
#9E9187
(158,145,135)
#8D8278
(141,130,120)
#7C7369
(124,115,105)
#6B645A
(107,100,90)
#5A554B
(90,85,75)
#49463C
(73,70,60)
#38372D
(56,55,45)
#27281E
(39,40,30)
#16190F
(22,25,15)
#000000
(0,0,0)

Tints of #C0AFA5

#C0AFA5
(192,175,165)
#C5B6AD
(197,182,173)
#CABDB5
(202,189,181)
#CFC4BD
(207,196,189)
#D4CBC5
(212,203,197)
#D9D2CD
(217,210,205)
#DED9D5
(222,217,213)
#E3E0DD
(227,224,221)
#E8E7E5
(232,231,229)
#EDEEED
(237,238,237)
#F2F5F5
(242,245,245)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0AFA5; }

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

This text font color is #C0AFA5.


Background Color

.myBgColor { background-color: #C0AFA5; }

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

This div background color is #C0AFA5.


Border color

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

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

This div border color is #C0AFA5.


Opacity

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

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

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

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

This text has shadow with #C0AFA5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0AFA5 on black background.


Color preview on white background

This text has color #C0AFA5 on white background.



Black color preview on #C0AFA5 background

This text has black color on #C0AFA5 background.


White color preview on #C0AFA5 background

This text has white color on #C0AFA5 background.