COLOR #C4947D

HEX: #C4947D
RGB: (196,148,125)

Color info

#C4947D contains mainly red and green colors. Web safe color of #C4947D is #CC9966 (or #C96).

RGB color model

#C4947D color RGB value is (196,148,125).

  • red value is 196;
  • green value is 148;
  • blue value is 125.
RGB:
(196,148,125)
(77%,58%,49%)

RGB channels and saturation

R 196 of 255 = 77%
G 148 of 255 = 58%
B 125 of 255 = 49%

196
148
125

R + G + B ~ 61%. #C4947D is quite light color.

Portions of RGB colors in percentages

R + G + B =
196 + 148 + 125 = 469 (100%)
R 196 of 469 ~ 41.79%
G 148 of 469 ~ 31.56%
B 125 of 469 ~ 26.65%

%41.79
%31.56
%26.65

CMYK color model

#C4947D color CMYK value is (0,24,36,23).

  • cyan value is 0.00%
  • magenta value is 24.49%
  • yellow value is 36.22%
  • key color value is 23.14%
CMYK:
(0,24,36,23)
C0M24Y36K23 
(0%,24%,36%,23%)
(0.00/0.24/0.36/0.23)	

CMYK percentages

%0
%24.49
%36.22
%23.14

Codes

Color #C4947D in popluar color models

C4947D
RGB196148125
HSL19°37.57%62.94%
HSB/HSV19°36.22%76.86%
CMYK0.00%24.49%36.22%
23.14%

Color #C4947D in popluar number systems.

HEXC4947D
Decimal196148125
Binary11000100100101001111101
Octal304224175

Shades and tints

Shades of #C4947D

#C4947D
(196,148,125)
#B38772
(179,135,114)
#A27A67
(162,122,103)
#916D5C
(145,109,92)
#806051
(128,96,81)
#6F5346
(111,83,70)
#5E463B
(94,70,59)
#4D3930
(77,57,48)
#3C2C25
(60,44,37)
#2B1F1A
(43,31,26)
#1A120F
(26,18,15)
#000000
(0,0,0)

Tints of #C4947D

#C4947D
(196,148,125)
#C99D88
(201,157,136)
#CEA693
(206,166,147)
#D3AF9E
(211,175,158)
#D8B8A9
(216,184,169)
#DDC1B4
(221,193,180)
#E2CABF
(226,202,191)
#E7D3CA
(231,211,202)
#ECDCD5
(236,220,213)
#F1E5E0
(241,229,224)
#F6EEEB
(246,238,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4947D color. Also use rgb(196,148,125) instead hex code.

Text Font Color

.myTextColor { color: #C4947D; }

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

This text font color is #C4947D.


Background Color

.myBgColor { background-color: #C4947D; }

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

This div background color is #C4947D.


Border color

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

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

This div border color is #C4947D.


Opacity

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

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

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

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

This text has shadow with #C4947D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C4947D on black background.


Color preview on white background

This text has color #C4947D on white background.



Black color preview on #C4947D background

This text has black color on #C4947D background.


White color preview on #C4947D background

This text has white color on #C4947D background.