COLOR #C48695

HEX: #C48695
RGB: (196,134,149)

Color info

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

RGB color model

#C48695 color RGB value is (196,134,149).

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

RGB channels and saturation

R 196 of 255 = 77%
G 134 of 255 = 53%
B 149 of 255 = 58%

196
134
149

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

Portions of RGB colors in percentages

R + G + B =
196 + 134 + 149 = 479 (100%)
R 196 of 479 ~ 40.92%
G 134 of 479 ~ 27.97%
B 149 of 479 ~ 31.11%

%40.92
%27.97
%31.11

CMYK color model

#C48695 color CMYK value is (0,32,24,23).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 23.98%
  • key color value is 23.14%
CMYK:
(0,32,24,23)
C0M32Y24K23 
(0%,32%,24%,23%)
(0.00/0.32/0.24/0.23)	

CMYK percentages

%0
%31.63
%23.98
%23.14

Codes

Color #C48695 in popluar color models

C48695
RGB196134149
HSL345°34.44%64.71%
HSB/HSV345°31.63%76.86%
CMYK0.00%31.63%23.98%
23.14%

Color #C48695 in popluar number systems.

HEXC48695
Decimal196134149
Binary110001001000011010010101
Octal304206225

Shades and tints

Shades of #C48695

#C48695
(196,134,149)
#B37A88
(179,122,136)
#A26E7B
(162,110,123)
#91626E
(145,98,110)
#805661
(128,86,97)
#6F4A54
(111,74,84)
#5E3E47
(94,62,71)
#4D323A
(77,50,58)
#3C262D
(60,38,45)
#2B1A20
(43,26,32)
#1A0E13
(26,14,19)
#000000
(0,0,0)

Tints of #C48695

#C48695
(196,134,149)
#C9919E
(201,145,158)
#CE9CA7
(206,156,167)
#D3A7B0
(211,167,176)
#D8B2B9
(216,178,185)
#DDBDC2
(221,189,194)
#E2C8CB
(226,200,203)
#E7D3D4
(231,211,212)
#ECDEDD
(236,222,221)
#F1E9E6
(241,233,230)
#F6F4EF
(246,244,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48695; }

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

This text font color is #C48695.


Background Color

.myBgColor { background-color: #C48695; }

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

This div background color is #C48695.


Border color

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

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

This div border color is #C48695.


Opacity

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

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

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

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

This text has shadow with #C48695 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C48695 on black background.


Color preview on white background

This text has color #C48695 on white background.



Black color preview on #C48695 background

This text has black color on #C48695 background.


White color preview on #C48695 background

This text has white color on #C48695 background.