COLOR #C45A6A

HEX: #C45A6A RGB: (196,90,106)

Color info

#C45A6A contains mainly red color. Web safe color of #C45A6A is #CC6666 (or #C66).

RGB color model

#C45A6A color RGB value is (196,90,106).

RGB: (196,90,106) (77%, 35%, 42%)

RGB channels and saturation

R 196 of 255 = 77%
G 90 of 255 = 35%
B 106 of 255 = 42%

196
90
106

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

Portions of RGB colors in percentages

R + G + B = 196 + 90 + 106 = 392 (100%)
R 196 of 392 ~ 50%
G 90 of 392 ~ 22.96%
B 106 of 392 ~ 27.04'%

%50
%22.96
%27.04

CMYK color model

#C45A6A color CMYK value is (0,54,46,23).

  • cyan value is 0.00%
  • magenta value is 54.08%
  • yellow value is 45.92%
  • key color value is 23.14%
CMYK: (0,54,46,23) C0M54Y46K23 (0%,54%,46%,23%) (0.00/0.54/0.46/0.23) 

CMYK percentages

%0
%54.08
%45.92
%23.14

Codes

Color #C45A6A in popluar color models

C4 5A 6A
RGB 196 90 106
HSL 351° 47.32% 56.08%
HSB/HSV 351° 54.08% 76.86%
CMYK 0.00% 54.08% 45.92%
23.14%

Color #C45A6A in popluar number systems.

HEX C4 5A 6A
Decimal 196 90 106
Binary 11000100 1011010 1101010
Octal 304 132 152

Shades and tints

Shades of #C45A6A

#C45A6A
(196,90,106)
#B35261
(179,82,97)
#A24A58
(162,74,88)
#91424F
(145,66,79)
#803A46
(128,58,70)
#6F323D
(111,50,61)
#5E2A34
(94,42,52)
#4D222B
(77,34,43)
#3C1A22
(60,26,34)
#2B1219
(43,18,25)
#1A0A10
(26,10,16)
#000000
(0,0,0)

Tints of #C45A6A

#C45A6A
(196,90,106)
#C96977
(201,105,119)
#CE7884
(206,120,132)
#D38791
(211,135,145)
#D8969E
(216,150,158)
#DDA5AB
(221,165,171)
#E2B4B8
(226,180,184)
#E7C3C5
(231,195,197)
#ECD2D2
(236,210,210)
#F1E1DF
(241,225,223)
#F6F0EC
(246,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C45A6A color. Also use rgb(196,90,106) instead hex code.

Text Font Color

.myTextColor { color: #C45A6A; }

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

This text font color is #C45A6A.

Background Color

.myBgColor { background-color: #C45A6A; }

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

This div background color is #C45A6A.

Border color

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

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

This div border color is #C45A6A.

Opacity

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

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

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

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

This text has shadow with #C45A6A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C45A6A.

Preview

Color preview on black background

This text has color #C45A6A on black background.


Color preview on white background

This text has color #C45A6A on white background.


Black color preview on #C45A6A background

This text has black color on #C45A6A background.


White color preview on #C45A6A background

This text has white color on #C45A6A background.


Related colors

Complementary color

Complementary color for #hex is #3BA595.


I love getcolorcode.com

Triadic colors

1 #6AC45A and #5A6AC4 with #C45A6A are triadic colors.

2 #6A5AC4 and #5AC46A with #C45A6A are triadic colors.