COLOR #C858AB

HEX: #C858AB RGB: (200,88,171)

Color info

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

RGB color model

#C858AB color RGB value is (200,88,171).

RGB: (200,88,171) (78%, 35%, 67%)

RGB channels and saturation

R 200 of 255 = 78%
G 88 of 255 = 35%
B 171 of 255 = 67%

200
88
171

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

Portions of RGB colors in percentages

R + G + B = 200 + 88 + 171 = 459 (100%)
R 200 of 459 ~ 43.57%
G 88 of 459 ~ 19.17%
B 171 of 459 ~ 37.25'%

%43.57
%19.17
%37.25

CMYK color model

#C858AB color CMYK value is (0,56,15,22).

  • cyan value is 0.00%
  • magenta value is 56.00%
  • yellow value is 14.50%
  • key color value is 21.57%

CMYK: (0,56,15,22)
C0M56Y15K22 (0%, 56%, 15%, 22%)
(0.00 / 0.56 / 0.15 / 0.22)

CMYK percentages

%0
%56
%14.5
%21.57

Codes

Color #C858AB in popluar color models

C8 58 AB
RGB 200 88 171
HSL 316° 50.45% 56.47%
HSB/HSV 316° 56.00% 78.43%
CMYK 0.00% 56.00% 14.50%
21.57%

Color #C858AB in popluar number systems.

HEX C8 58 AB
Decimal 200 88 171
Binary 11001000 1011000 10101011
Octal 310 130 253

Shades and tints

Shades of #C858AB

#C858AB
(200,88,171)
#B6509C
(182,80,156)
#A4488D
(164,72,141)
#92407E
(146,64,126)
#80386F
(128,56,111)
#6E3060
(110,48,96)
#5C2851
(92,40,81)
#4A2042
(74,32,66)
#381833
(56,24,51)
#261024
(38,16,36)
#140815
(20,8,21)
#000000
(0,0,0)

Tints of #C858AB

#C858AB
(200,88,171)
#CD67B2
(205,103,178)
#D276B9
(210,118,185)
#D785C0
(215,133,192)
#DC94C7
(220,148,199)
#E1A3CE
(225,163,206)
#E6B2D5
(230,178,213)
#EBC1DC
(235,193,220)
#F0D0E3
(240,208,227)
#F5DFEA
(245,223,234)
#FAEEF1
(250,238,241)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C858AB; }

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

This text font color is #C858AB.

Background Color

.myBgColor { background-color: #C858AB; }

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

This div background color is #C858AB.

Border color

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

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

This div border color is #C858AB.

Opacity

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

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

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

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

This text has shadow with #C858AB color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C858AB.

Preview

Color preview on black background

This text has color #C858AB on black background.


Color preview on white background

This text has color #C858AB on white background.


Black color preview on #C858AB background

This text has black color on #C858AB background.


White color preview on #C858AB background

This text has white color on #C858AB background.


Related colors

Complementary color

Complementary color for #hex is #37A754.


I love getcolorcode.com

Triadic colors

1 #ABC858 and #58ABC8 with #C858AB are triadic colors.

2 #AB58C8 and #58C8AB with #C858AB are triadic colors.