COLOR #C458A5

HEX: #C458A5
RGB: (196,88,165)

Color info

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

RGB color model

#C458A5 color RGB value is (196,88,165).

  • red value is 196;
  • green value is 88;
  • blue value is 165.
RGB:
(196,88,165)
(77%,35%,65%)

RGB channels and saturation

R 196 of 255 = 77%
G 88 of 255 = 35%
B 165 of 255 = 65%

196
88
165

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

Portions of RGB colors in percentages

R + G + B =
196 + 88 + 165 = 449 (100%)
R 196 of 449 ~ 43.65%
G 88 of 449 ~ 19.6%
B 165 of 449 ~ 36.75%

%43.65
%19.6
%36.75

CMYK color model

#C458A5 color CMYK value is (0,55,16,23).

  • cyan value is 0.00%
  • magenta value is 55.10%
  • yellow value is 15.82%
  • key color value is 23.14%
CMYK:
(0,55,16,23)
C0M55Y16K23 
(0%,55%,16%,23%)
(0.00/0.55/0.16/0.23)	

CMYK percentages

%0
%55.1
%15.82
%23.14

Codes

Color #C458A5 in popluar color models

C458A5
RGB19688165
HSL317°47.79%55.69%
HSB/HSV317°55.10%76.86%
CMYK0.00%55.10%15.82%
23.14%

Color #C458A5 in popluar number systems.

HEXC458A5
Decimal19688165
Binary11000100101100010100101
Octal304130245

Shades and tints

Shades of #C458A5

#C458A5
(196,88,165)
#B35096
(179,80,150)
#A24887
(162,72,135)
#914078
(145,64,120)
#803869
(128,56,105)
#6F305A
(111,48,90)
#5E284B
(94,40,75)
#4D203C
(77,32,60)
#3C182D
(60,24,45)
#2B101E
(43,16,30)
#1A080F
(26,8,15)
#000000
(0,0,0)

Tints of #C458A5

#C458A5
(196,88,165)
#C967AD
(201,103,173)
#CE76B5
(206,118,181)
#D385BD
(211,133,189)
#D894C5
(216,148,197)
#DDA3CD
(221,163,205)
#E2B2D5
(226,178,213)
#E7C1DD
(231,193,221)
#ECD0E5
(236,208,229)
#F1DFED
(241,223,237)
#F6EEF5
(246,238,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C458A5 color. Also use rgb(196,88,165) instead hex code.

Text Font Color

.myTextColor { color: #C458A5; }

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

This text font color is #C458A5.


Background Color

.myBgColor { background-color: #C458A5; }

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

This div background color is #C458A5.


Border color

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

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

This div border color is #C458A5.


Opacity

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

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

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

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

This text has shadow with #C458A5 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C458A5 on black background.


Color preview on white background

This text has color #C458A5 on white background.



Black color preview on #C458A5 background

This text has black color on #C458A5 background.


White color preview on #C458A5 background

This text has white color on #C458A5 background.