COLOR #C38288

HEX: #C38288
RGB: (195,130,136)

Color info

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

RGB color model

#C38288 color RGB value is (195,130,136).

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

RGB channels and saturation

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

195
130
136

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

Portions of RGB colors in percentages

R + G + B =
195 + 130 + 136 = 461 (100%)
R 195 of 461 ~ 42.3%
G 130 of 461 ~ 28.2%
B 136 of 461 ~ 29.5%

%42.3
%28.2
%29.5

CMYK color model

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

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

CMYK percentages

%0
%33.33
%30.26
%23.53

Codes

Color #C38288 in popluar color models

C38288
RGB195130136
HSL354°35.14%63.73%
HSB/HSV354°33.33%76.47%
CMYK0.00%33.33%30.26%
23.53%

Color #C38288 in popluar number systems.

HEXC38288
Decimal195130136
Binary110000111000001010001000
Octal303202210

Shades and tints

Shades of #C38288

#C38288
(195,130,136)
#B2777C
(178,119,124)
#A16C70
(161,108,112)
#906164
(144,97,100)
#7F5658
(127,86,88)
#6E4B4C
(110,75,76)
#5D4040
(93,64,64)
#4C3534
(76,53,52)
#3B2A28
(59,42,40)
#2A1F1C
(42,31,28)
#191410
(25,20,16)
#000000
(0,0,0)

Tints of #C38288

#C38288
(195,130,136)
#C88D92
(200,141,146)
#CD989C
(205,152,156)
#D2A3A6
(210,163,166)
#D7AEB0
(215,174,176)
#DCB9BA
(220,185,186)
#E1C4C4
(225,196,196)
#E6CFCE
(230,207,206)
#EBDAD8
(235,218,216)
#F0E5E2
(240,229,226)
#F5F0EC
(245,240,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38288; }

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

This text font color is #C38288.


Background Color

.myBgColor { background-color: #C38288; }

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

This div background color is #C38288.


Border color

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

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

This div border color is #C38288.


Opacity

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

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

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

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

This text has shadow with #C38288 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38288 on black background.


Color preview on white background

This text has color #C38288 on white background.



Black color preview on #C38288 background

This text has black color on #C38288 background.


White color preview on #C38288 background

This text has white color on #C38288 background.