COLOR #CA95B5

HEX: #CA95B5 RGB: (202,149,181)

Color info

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

RGB color model

#CA95B5 color RGB value is (202,149,181).

RGB: (202,149,181) (79%, 58%, 71%)

RGB channels and saturation

R 202 of 255 = 79%
G 149 of 255 = 58%
B 181 of 255 = 71%

202
149
181

R + G + B ~ 69%. #CA95B5 is quite light color.

Portions of RGB colors in percentages

R + G + B = 202 + 149 + 181 = 532 (100%)
R 202 of 532 ~ 37.97%
G 149 of 532 ~ 28.01%
B 181 of 532 ~ 34.02'%

%37.97
%28.01
%34.02

CMYK color model

#CA95B5 color CMYK value is (0,26,10,21).

  • cyan value is 0.00%
  • magenta value is 26.24%
  • yellow value is 10.40%
  • key color value is 20.78%

CMYK: (0,26,10,21)
C0M26Y10K21 (0%, 26%, 10%, 21%)
(0.00 / 0.26 / 0.10 / 0.21)

CMYK percentages

%0
%26.24
%10.4
%20.78

Codes

Color #CA95B5 in popluar color models

CA 95 B5
RGB 202 149 181
HSL 324° 33.33% 68.82%
HSB/HSV 324° 26.24% 79.22%
CMYK 0.00% 26.24% 10.40%
20.78%

Color #CA95B5 in popluar number systems.

HEX CA 95 B5
Decimal 202 149 181
Binary 11001010 10010101 10110101
Octal 312 225 265

Shades and tints

Shades of #CA95B5

#CA95B5
(202,149,181)
#B888A5
(184,136,165)
#A67B95
(166,123,149)
#946E85
(148,110,133)
#826175
(130,97,117)
#705465
(112,84,101)
#5E4755
(94,71,85)
#4C3A45
(76,58,69)
#3A2D35
(58,45,53)
#282025
(40,32,37)
#161315
(22,19,21)
#000000
(0,0,0)

Tints of #CA95B5

#CA95B5
(202,149,181)
#CE9EBB
(206,158,187)
#D2A7C1
(210,167,193)
#D6B0C7
(214,176,199)
#DAB9CD
(218,185,205)
#DEC2D3
(222,194,211)
#E2CBD9
(226,203,217)
#E6D4DF
(230,212,223)
#EADDE5
(234,221,229)
#EEE6EB
(238,230,235)
#F2EFF1
(242,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CA95B5 color. Also use rgb(202,149,181) instead hex code.

Text Font Color

.myTextColor { color: #CA95B5; }

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

This text font color is #CA95B5.

Background Color

.myBgColor { background-color: #CA95B5; }

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

This div background color is #CA95B5.

Border color

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

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

This div border color is #CA95B5.

Opacity

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

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

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

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

This text has shadow with #CA95B5 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CA95B5.

Preview

Color preview on black background

This text has color #CA95B5 on black background.


Color preview on white background

This text has color #CA95B5 on white background.


Black color preview on #CA95B5 background

This text has black color on #CA95B5 background.


White color preview on #CA95B5 background

This text has white color on #CA95B5 background.


Related colors

Complementary color

Complementary color for #hex is #356A4A.


I love getcolorcode.com

Triadic colors

1 #B5CA95 and #95B5CA with #CA95B5 are triadic colors.

2 #B595CA and #95CAB5 with #CA95B5 are triadic colors.