COLOR #C48F7E

HEX: #C48F7E
RGB: (196,143,126)

Color info

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

RGB color model

#C48F7E color RGB value is (196,143,126).

  • red value is 196;
  • green value is 143;
  • blue value is 126.
RGB:
(196,143,126)
(77%,56%,49%)

RGB channels and saturation

R 196 of 255 = 77%
G 143 of 255 = 56%
B 126 of 255 = 49%

196
143
126

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

Portions of RGB colors in percentages

R + G + B =
196 + 143 + 126 = 465 (100%)
R 196 of 465 ~ 42.15%
G 143 of 465 ~ 30.75%
B 126 of 465 ~ 27.1%

%42.15
%30.75
%27.1

CMYK color model

#C48F7E color CMYK value is (0,27,36,23).

  • cyan value is 0.00%
  • magenta value is 27.04%
  • yellow value is 35.71%
  • key color value is 23.14%
CMYK:
(0,27,36,23)
C0M27Y36K23 
(0%,27%,36%,23%)
(0.00/0.27/0.36/0.23)	

CMYK percentages

%0
%27.04
%35.71
%23.14

Codes

Color #C48F7E in popluar color models

C48F7E
RGB196143126
HSL15°37.23%63.14%
HSB/HSV15°35.71%76.86%
CMYK0.00%27.04%35.71%
23.14%

Color #C48F7E in popluar number systems.

HEXC48F7E
Decimal196143126
Binary11000100100011111111110
Octal304217176

Shades and tints

Shades of #C48F7E

#C48F7E
(196,143,126)
#B38273
(179,130,115)
#A27568
(162,117,104)
#91685D
(145,104,93)
#805B52
(128,91,82)
#6F4E47
(111,78,71)
#5E413C
(94,65,60)
#4D3431
(77,52,49)
#3C2726
(60,39,38)
#2B1A1B
(43,26,27)
#1A0D10
(26,13,16)
#000000
(0,0,0)

Tints of #C48F7E

#C48F7E
(196,143,126)
#C99989
(201,153,137)
#CEA394
(206,163,148)
#D3AD9F
(211,173,159)
#D8B7AA
(216,183,170)
#DDC1B5
(221,193,181)
#E2CBC0
(226,203,192)
#E7D5CB
(231,213,203)
#ECDFD6
(236,223,214)
#F1E9E1
(241,233,225)
#F6F3EC
(246,243,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48F7E color. Also use rgb(196,143,126) instead hex code.

Text Font Color

.myTextColor { color: #C48F7E; }

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

This text font color is #C48F7E.


Background Color

.myBgColor { background-color: #C48F7E; }

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

This div background color is #C48F7E.


Border color

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

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

This div border color is #C48F7E.


Opacity

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

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

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

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

This text has shadow with #C48F7E color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48F7E on black background.


Color preview on white background

This text has color #C48F7E on white background.



Black color preview on #C48F7E background

This text has black color on #C48F7E background.


White color preview on #C48F7E background

This text has white color on #C48F7E background.