COLOR #C48684

HEX: #C48684
RGB: (196,134,132)

Color info

#C48684 contains mainly red color. Web safe color of #C48684 is #CC9999 (or #C99).

RGB color model

#C48684 color RGB value is (196,134,132).

  • red value is 196;
  • green value is 134;
  • blue value is 132.
RGB:
(196,134,132)
(77%,53%,52%)

RGB channels and saturation

R 196 of 255 = 77%
G 134 of 255 = 53%
B 132 of 255 = 52%

196
134
132

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

Portions of RGB colors in percentages

R + G + B =
196 + 134 + 132 = 462 (100%)
R 196 of 462 ~ 42.42%
G 134 of 462 ~ 29%
B 132 of 462 ~ 28.57%

%42.42
%29
%28.57

CMYK color model

#C48684 color CMYK value is (0,32,33,23).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 32.65%
  • key color value is 23.14%
CMYK:
(0,32,33,23)
C0M32Y33K23 
(0%,32%,33%,23%)
(0.00/0.32/0.33/0.23)	

CMYK percentages

%0
%31.63
%32.65
%23.14

Codes

Color #C48684 in popluar color models

C48684
RGB196134132
HSL35.16%64.31%
HSB/HSV32.65%76.86%
CMYK0.00%31.63%32.65%
23.14%

Color #C48684 in popluar number systems.

HEXC48684
Decimal196134132
Binary110001001000011010000100
Octal304206204

Shades and tints

Shades of #C48684

#C48684
(196,134,132)
#B37A78
(179,122,120)
#A26E6C
(162,110,108)
#916260
(145,98,96)
#805654
(128,86,84)
#6F4A48
(111,74,72)
#5E3E3C
(94,62,60)
#4D3230
(77,50,48)
#3C2624
(60,38,36)
#2B1A18
(43,26,24)
#1A0E0C
(26,14,12)
#000000
(0,0,0)

Tints of #C48684

#C48684
(196,134,132)
#C9918F
(201,145,143)
#CE9C9A
(206,156,154)
#D3A7A5
(211,167,165)
#D8B2B0
(216,178,176)
#DDBDBB
(221,189,187)
#E2C8C6
(226,200,198)
#E7D3D1
(231,211,209)
#ECDEDC
(236,222,220)
#F1E9E7
(241,233,231)
#F6F4F2
(246,244,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48684 color. Also use rgb(196,134,132) instead hex code.

Text Font Color

.myTextColor { color: #C48684; }

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

This text font color is #C48684.


Background Color

.myBgColor { background-color: #C48684; }

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

This div background color is #C48684.


Border color

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

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

This div border color is #C48684.


Opacity

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

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

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

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

This text has shadow with #C48684 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48684 on black background.


Color preview on white background

This text has color #C48684 on white background.



Black color preview on #C48684 background

This text has black color on #C48684 background.


White color preview on #C48684 background

This text has white color on #C48684 background.