COLOR #C095AA

HEX: #C095AA RGB: (192,149,170)

Color info

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

RGB color model

#C095AA color RGB value is (192,149,170).

RGB: (192,149,170) (75%, 58%, 67%)

RGB channels and saturation

R 192 of 255 = 75%
G 149 of 255 = 58%
B 170 of 255 = 67%

192
149
170

R + G + B ~ 67%. #C095AA is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 149 + 170 = 511 (100%)
R 192 of 511 ~ 37.57%
G 149 of 511 ~ 29.16%
B 170 of 511 ~ 33.27'%

%37.57
%29.16
%33.27

CMYK color model

#C095AA color CMYK value is (0,22,11,25).

  • cyan value is 0.00%
  • magenta value is 22.40%
  • yellow value is 11.46%
  • key color value is 24.71%

CMYK: (0,22,11,25)
C0M22Y11K25 (0%, 22%, 11%, 25%)
(0.00 / 0.22 / 0.11 / 0.25)

CMYK percentages

%0
%22.4
%11.46
%24.71

Codes

Color #C095AA in popluar color models

C0 95 AA
RGB 192 149 170
HSL 331° 25.44% 66.86%
HSB/HSV 331° 22.40% 75.29%
CMYK 0.00% 22.40% 11.46%
24.71%

Color #C095AA in popluar number systems.

HEX C0 95 AA
Decimal 192 149 170
Binary 11000000 10010101 10101010
Octal 300 225 252

Shades and tints

Shades of #C095AA

#C095AA
(192,149,170)
#AF889B
(175,136,155)
#9E7B8C
(158,123,140)
#8D6E7D
(141,110,125)
#7C616E
(124,97,110)
#6B545F
(107,84,95)
#5A4750
(90,71,80)
#493A41
(73,58,65)
#382D32
(56,45,50)
#272023
(39,32,35)
#161314
(22,19,20)
#000000
(0,0,0)

Tints of #C095AA

#C095AA
(192,149,170)
#C59EB1
(197,158,177)
#CAA7B8
(202,167,184)
#CFB0BF
(207,176,191)
#D4B9C6
(212,185,198)
#D9C2CD
(217,194,205)
#DECBD4
(222,203,212)
#E3D4DB
(227,212,219)
#E8DDE2
(232,221,226)
#EDE6E9
(237,230,233)
#F2EFF0
(242,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C095AA color. Also use rgb(192,149,170) instead hex code.

Text Font Color

.myTextColor { color: #C095AA; }

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

This text font color is #C095AA.

Background Color

.myBgColor { background-color: #C095AA; }

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

This div background color is #C095AA.

Border color

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

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

This div border color is #C095AA.

Opacity

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

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

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

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

This text has shadow with #C095AA color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C095AA.

Preview

Color preview on black background

This text has color #C095AA on black background.


Color preview on white background

This text has color #C095AA on white background.


Black color preview on #C095AA background

This text has black color on #C095AA background.


White color preview on #C095AA background

This text has white color on #C095AA background.


Related colors

Complementary color

Complementary color for #hex is #3F6A55.


I love getcolorcode.com

Triadic colors

1 #AAC095 and #95AAC0 with #C095AA are triadic colors.

2 #AA95C0 and #95C0AA with #C095AA are triadic colors.