COLOR #C38883

HEX: #C38883 RGB: (195,136,131)

Color info

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

RGB color model

#C38883 color RGB value is (195,136,131).

RGB: (195,136,131) (76%, 53%, 51%)

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 131 of 255 = 51%

195
136
131

R + G + B ~ 60%. #C38883 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 195 + 136 + 131 = 462 (100%)
R 195 of 462 ~ 42.21%
G 136 of 462 ~ 29.44%
B 131 of 462 ~ 28.35'%

%42.21
%29.44
%28.35

CMYK color model

#C38883 color CMYK value is (0,30,33,24).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 32.82%
  • key color value is 23.53%
CMYK: (0,30,33,24) C0M30Y33K24 (0%,30%,33%,24%) (0.00/0.30/0.33/0.24) 

CMYK percentages

%0
%30.26
%32.82
%23.53

Codes

Color #C38883 in popluar color models

C3 88 83
RGB 195 136 131
HSL 34.78% 63.92%
HSB/HSV 32.82% 76.47%
CMYK 0.00% 30.26% 32.82%
23.53%

Color #C38883 in popluar number systems.

HEX C3 88 83
Decimal 195 136 131
Binary 11000011 10001000 10000011
Octal 303 210 203

Shades and tints

Shades of #C38883

#C38883
(195,136,131)
#B27C78
(178,124,120)
#A1706D
(161,112,109)
#906462
(144,100,98)
#7F5857
(127,88,87)
#6E4C4C
(110,76,76)
#5D4041
(93,64,65)
#4C3436
(76,52,54)
#3B282B
(59,40,43)
#2A1C20
(42,28,32)
#191015
(25,16,21)
#000000
(0,0,0)

Tints of #C38883

#C38883
(195,136,131)
#C8928E
(200,146,142)
#CD9C99
(205,156,153)
#D2A6A4
(210,166,164)
#D7B0AF
(215,176,175)
#DCBABA
(220,186,186)
#E1C4C5
(225,196,197)
#E6CED0
(230,206,208)
#EBD8DB
(235,216,219)
#F0E2E6
(240,226,230)
#F5ECF1
(245,236,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38883 color. Also use rgb(195,136,131) instead hex code.

Text Font Color

.myTextColor { color: #C38883; }

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

This text font color is #C38883.

Background Color

.myBgColor { background-color: #C38883; }

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

This div background color is #C38883.

Border color

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

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

This div border color is #C38883.

Opacity

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

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

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

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

This text has shadow with #C38883 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38883.

Preview

Color preview on black background

This text has color #C38883 on black background.


Color preview on white background

This text has color #C38883 on white background.


Black color preview on #C38883 background

This text has black color on #C38883 background.


White color preview on #C38883 background

This text has white color on #C38883 background.


Related colors

Complementary color

Complementary color for #hex is #3C777C.


I love getcolorcode.com

Triadic colors

1 #83C388 and #8883C3 with #C38883 are triadic colors.

2 #8388C3 and #88C383 with #C38883 are triadic colors.