COLOR #C38892

HEX: #C38892
RGB: (195,136,146)

Color info

#C38892 contains red, green and blue colors in about the same proportion. Web safe color of #C38892 is #CC9999 (or #C99).

RGB color model

#C38892 color RGB value is (195,136,146).

  • red value is 195;
  • green value is 136;
  • blue value is 146.
RGB:
(195,136,146)
(76%,53%,57%)

RGB channels and saturation

R 195 of 255 = 76%
G 136 of 255 = 53%
B 146 of 255 = 57%

195
136
146

R + G + B ~ 62%. #C38892 is quite light color.

Portions of RGB colors in percentages

R + G + B =
195 + 136 + 146 = 477 (100%)
R 195 of 477 ~ 40.88%
G 136 of 477 ~ 28.51%
B 146 of 477 ~ 30.61%

%40.88
%28.51
%30.61

CMYK color model

#C38892 color CMYK value is (0,30,25,24).

  • cyan value is 0.00%
  • magenta value is 30.26%
  • yellow value is 25.13%
  • key color value is 23.53%
CMYK:
(0,30,25,24)
C0M30Y25K24 
(0%,30%,25%,24%)
(0.00/0.30/0.25/0.24)	

CMYK percentages

%0
%30.26
%25.13
%23.53

Codes

Color #C38892 in popluar color models

C38892
RGB195136146
HSL350°32.96%64.90%
HSB/HSV350°30.26%76.47%
CMYK0.00%30.26%25.13%
23.53%

Color #C38892 in popluar number systems.

HEXC38892
Decimal195136146
Binary110000111000100010010010
Octal303210222

Shades and tints

Shades of #C38892

#C38892
(195,136,146)
#B27C85
(178,124,133)
#A17078
(161,112,120)
#90646B
(144,100,107)
#7F585E
(127,88,94)
#6E4C51
(110,76,81)
#5D4044
(93,64,68)
#4C3437
(76,52,55)
#3B282A
(59,40,42)
#2A1C1D
(42,28,29)
#191010
(25,16,16)
#000000
(0,0,0)

Tints of #C38892

#C38892
(195,136,146)
#C8929B
(200,146,155)
#CD9CA4
(205,156,164)
#D2A6AD
(210,166,173)
#D7B0B6
(215,176,182)
#DCBABF
(220,186,191)
#E1C4C8
(225,196,200)
#E6CED1
(230,206,209)
#EBD8DA
(235,216,218)
#F0E2E3
(240,226,227)
#F5ECEC
(245,236,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38892; }

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

This text font color is #C38892.


Background Color

.myBgColor { background-color: #C38892; }

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

This div background color is #C38892.


Border color

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

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

This div border color is #C38892.


Opacity

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

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

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

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

This text has shadow with #C38892 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38892 on black background.


Color preview on white background

This text has color #C38892 on white background.



Black color preview on #C38892 background

This text has black color on #C38892 background.


White color preview on #C38892 background

This text has white color on #C38892 background.