COLOR #C48798

HEX: #C48798 RGB: (196,135,152)

Color info

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

RGB color model

#C48798 color RGB value is (196,135,152).

RGB: (196,135,152) (77%, 53%, 60%)

RGB channels and saturation

R 196 of 255 = 77%
G 135 of 255 = 53%
B 152 of 255 = 60%

196
135
152

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

Portions of RGB colors in percentages

R + G + B = 196 + 135 + 152 = 483 (100%)
R 196 of 483 ~ 40.58%
G 135 of 483 ~ 27.95%
B 152 of 483 ~ 31.47'%

%40.58
%27.95
%31.47

CMYK color model

#C48798 color CMYK value is (0,31,22,23).

  • cyan value is 0.00%
  • magenta value is 31.12%
  • yellow value is 22.45%
  • key color value is 23.14%

CMYK: (0,31,22,23)
C0M31Y22K23 (0%, 31%, 22%, 23%)
(0.00 / 0.31 / 0.22 / 0.23)

CMYK percentages

%0
%31.12
%22.45
%23.14

Codes

Color #C48798 in popluar color models

C4 87 98
RGB 196 135 152
HSL 343° 34.08% 64.90%
HSB/HSV 343° 31.12% 76.86%
CMYK 0.00% 31.12% 22.45%
23.14%

Color #C48798 in popluar number systems.

HEX C4 87 98
Decimal 196 135 152
Binary 11000100 10000111 10011000
Octal 304 207 230

Shades and tints

Shades of #C48798

#C48798
(196,135,152)
#B37B8B
(179,123,139)
#A26F7E
(162,111,126)
#916371
(145,99,113)
#805764
(128,87,100)
#6F4B57
(111,75,87)
#5E3F4A
(94,63,74)
#4D333D
(77,51,61)
#3C2730
(60,39,48)
#2B1B23
(43,27,35)
#1A0F16
(26,15,22)
#000000
(0,0,0)

Tints of #C48798

#C48798
(196,135,152)
#C991A1
(201,145,161)
#CE9BAA
(206,155,170)
#D3A5B3
(211,165,179)
#D8AFBC
(216,175,188)
#DDB9C5
(221,185,197)
#E2C3CE
(226,195,206)
#E7CDD7
(231,205,215)
#ECD7E0
(236,215,224)
#F1E1E9
(241,225,233)
#F6EBF2
(246,235,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48798 color. Also use rgb(196,135,152) instead hex code.

Text Font Color

.myTextColor { color: #C48798; }

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

This text font color is #C48798.

Background Color

.myBgColor { background-color: #C48798; }

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

This div background color is #C48798.

Border color

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

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

This div border color is #C48798.

Opacity

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

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

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

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

This text has shadow with #C48798 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48798.

Preview

Color preview on black background

This text has color #C48798 on black background.


Color preview on white background

This text has color #C48798 on white background.


Black color preview on #C48798 background

This text has black color on #C48798 background.


White color preview on #C48798 background

This text has white color on #C48798 background.


Related colors

Complementary color

Complementary color for #hex is #3B7867.


I love getcolorcode.com

Triadic colors

1 #98C487 and #8798C4 with #C48798 are triadic colors.

2 #9887C4 and #87C498 with #C48798 are triadic colors.