COLOR #C4829B

HEX: #C4829B
RGB: (196,130,155)

Color info

#C4829B contains mainly red and blue colors. Web safe color of #C4829B is #CC9999 (or #C99).

RGB color model

#C4829B color RGB value is (196,130,155).

  • red value is 196;
  • green value is 130;
  • blue value is 155.
RGB:
(196,130,155)
(77%,51%,61%)

RGB channels and saturation

R 196 of 255 = 77%
G 130 of 255 = 51%
B 155 of 255 = 61%

196
130
155

R + G + B ~ 63%. #C4829B is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 130 + 155 = 481 (100%)
R 196 of 481 ~ 40.75%
G 130 of 481 ~ 27.03%
B 155 of 481 ~ 32.22%

%40.75
%27.03
%32.22

CMYK color model

#C4829B color CMYK value is (0,34,21,23).

  • cyan value is 0.00%
  • magenta value is 33.67%
  • yellow value is 20.92%
  • key color value is 23.14%
CMYK:
(0,34,21,23)
C0M34Y21K23 
(0%,34%,21%,23%)
(0.00/0.34/0.21/0.23)	

CMYK percentages

%0
%33.67
%20.92
%23.14

Codes

Color #C4829B in popluar color models

C4829B
RGB196130155
HSL337°35.87%63.92%
HSB/HSV337°33.67%76.86%
CMYK0.00%33.67%20.92%
23.14%

Color #C4829B in popluar number systems.

HEXC4829B
Decimal196130155
Binary110001001000001010011011
Octal304202233

Shades and tints

Shades of #C4829B

#C4829B
(196,130,155)
#B3778D
(179,119,141)
#A26C7F
(162,108,127)
#916171
(145,97,113)
#805663
(128,86,99)
#6F4B55
(111,75,85)
#5E4047
(94,64,71)
#4D3539
(77,53,57)
#3C2A2B
(60,42,43)
#2B1F1D
(43,31,29)
#1A140F
(26,20,15)
#000000
(0,0,0)

Tints of #C4829B

#C4829B
(196,130,155)
#C98DA4
(201,141,164)
#CE98AD
(206,152,173)
#D3A3B6
(211,163,182)
#D8AEBF
(216,174,191)
#DDB9C8
(221,185,200)
#E2C4D1
(226,196,209)
#E7CFDA
(231,207,218)
#ECDAE3
(236,218,227)
#F1E5EC
(241,229,236)
#F6F0F5
(246,240,245)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4829B color. Also use rgb(196,130,155) instead hex code.

Text Font Color

.myTextColor { color: #C4829B; }

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

This text font color is #C4829B.


Background Color

.myBgColor { background-color: #C4829B; }

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

This div background color is #C4829B.


Border color

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

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

This div border color is #C4829B.


Opacity

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

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

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

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

This text has shadow with #C4829B color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4829B on black background.


Color preview on white background

This text has color #C4829B on white background.



Black color preview on #C4829B background

This text has black color on #C4829B background.


White color preview on #C4829B background

This text has white color on #C4829B background.