COLOR #C48898

HEX: #C48898 RGB: (196,136,152)

Color info

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

RGB color model

#C48898 color RGB value is (196,136,152).

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

RGB channels and saturation

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

196
136
152

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

Portions of RGB colors in percentages

R + G + B = 196 + 136 + 152 = 484 (100%)
R 196 of 484 ~ 40.5%
G 136 of 484 ~ 28.1%
B 152 of 484 ~ 31.4'%

%40.5
%28.1
%31.4

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 30.61%
  • 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
%30.61
%22.45
%23.14

Codes

Color #C48898 in popluar color models

C4 88 98
RGB 196 136 152
HSL 344° 33.71% 65.10%
HSB/HSV 344° 30.61% 76.86%
CMYK 0.00% 30.61% 22.45%
23.14%

Color #C48898 in popluar number systems.

HEX C4 88 98
Decimal 196 136 152
Binary 11000100 10001000 10011000
Octal 304 210 230

Shades and tints

Shades of #C48898

#C48898
(196,136,152)
#B37C8B
(179,124,139)
#A2707E
(162,112,126)
#916471
(145,100,113)
#805864
(128,88,100)
#6F4C57
(111,76,87)
#5E404A
(94,64,74)
#4D343D
(77,52,61)
#3C2830
(60,40,48)
#2B1C23
(43,28,35)
#1A1016
(26,16,22)
#000000
(0,0,0)

Tints of #C48898

#C48898
(196,136,152)
#C992A1
(201,146,161)
#CE9CAA
(206,156,170)
#D3A6B3
(211,166,179)
#D8B0BC
(216,176,188)
#DDBAC5
(221,186,197)
#E2C4CE
(226,196,206)
#E7CED7
(231,206,215)
#ECD8E0
(236,216,224)
#F1E2E9
(241,226,233)
#F6ECF2
(246,236,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C48898; }

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

This text font color is #C48898.

Background Color

.myBgColor { background-color: #C48898; }

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

This div background color is #C48898.

Border color

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

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

This div border color is #C48898.

Opacity

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

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

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

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

This text has shadow with #C48898 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48898.

Preview

Color preview on black background

This text has color #C48898 on black background.


Color preview on white background

This text has color #C48898 on white background.


Black color preview on #C48898 background

This text has black color on #C48898 background.


White color preview on #C48898 background

This text has white color on #C48898 background.


Related colors

Complementary color

Complementary color for #hex is #3B7767.


I love getcolorcode.com

Triadic colors

1 #98C488 and #8898C4 with #C48898 are triadic colors.

2 #9888C4 and #88C498 with #C48898 are triadic colors.