COLOR #C852AB

HEX: #C852AB
RGB: (200,82,171)

Color info

#C852AB contains mainly red and blue colors. Web safe color of #C852AB is #CC6699 (or #C69).

RGB color model

#C852AB color RGB value is (200,82,171).

  • red value is 200;
  • green value is 82;
  • blue value is 171.
RGB:
(200,82,171)
(78%,32%,67%)

RGB channels and saturation

R 200 of 255 = 78%
G 82 of 255 = 32%
B 171 of 255 = 67%

200
82
171

R + G + B ~ 59%. #C852AB is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
200 + 82 + 171 = 453 (100%)
R 200 of 453 ~ 44.15%
G 82 of 453 ~ 18.1%
B 171 of 453 ~ 37.75%

%44.15
%18.1
%37.75

CMYK color model

#C852AB color CMYK value is (0,59,15,22).

  • cyan value is 0.00%
  • magenta value is 59.00%
  • yellow value is 14.50%
  • key color value is 21.57%
CMYK:
(0,59,15,22)
C0M59Y15K22 
(0%,59%,15%,22%)
(0.00/0.59/0.15/0.22)	

CMYK percentages

%0
%59
%14.5
%21.57

Codes

Color #C852AB in popluar color models

C852AB
RGB20082171
HSL315°51.75%55.29%
HSB/HSV315°59.00%78.43%
CMYK0.00%59.00%14.50%
21.57%

Color #C852AB in popluar number systems.

HEXC852AB
Decimal20082171
Binary11001000101001010101011
Octal310122253

Shades and tints

Shades of #C852AB

#C852AB
(200,82,171)
#B64B9C
(182,75,156)
#A4448D
(164,68,141)
#923D7E
(146,61,126)
#80366F
(128,54,111)
#6E2F60
(110,47,96)
#5C2851
(92,40,81)
#4A2142
(74,33,66)
#381A33
(56,26,51)
#261324
(38,19,36)
#140C15
(20,12,21)
#000000
(0,0,0)

Tints of #C852AB

#C852AB
(200,82,171)
#CD61B2
(205,97,178)
#D270B9
(210,112,185)
#D77FC0
(215,127,192)
#DC8EC7
(220,142,199)
#E19DCE
(225,157,206)
#E6ACD5
(230,172,213)
#EBBBDC
(235,187,220)
#F0CAE3
(240,202,227)
#F5D9EA
(245,217,234)
#FAE8F1
(250,232,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C852AB color. Also use rgb(200,82,171) instead hex code.

Text Font Color

.myTextColor { color: #C852AB; }

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

This text font color is #C852AB.


Background Color

.myBgColor { background-color: #C852AB; }

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

This div background color is #C852AB.


Border color

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

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

This div border color is #C852AB.


Opacity

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

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

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

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

This text has shadow with #C852AB color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C852AB on black background.


Color preview on white background

This text has color #C852AB on white background.



Black color preview on #C852AB background

This text has black color on #C852AB background.


White color preview on #C852AB background

This text has white color on #C852AB background.