COLOR #C38466

HEX: #C38466
RGB: (195,132,102)

Color info

#C38466 contains mainly red color. Web safe color of #C38466 is #CC9966 (or #C96).

RGB color model

#C38466 color RGB value is (195,132,102).

  • red value is 195;
  • green value is 132;
  • blue value is 102.
RGB:
(195,132,102)
(76%,52%,40%)

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 102 of 255 = 40%

195
132
102

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

Portions of RGB colors in percentages

R + G + B =
195 + 132 + 102 = 429 (100%)
R 195 of 429 ~ 45.45%
G 132 of 429 ~ 30.77%
B 102 of 429 ~ 23.78%

%45.45
%30.77
%23.78

CMYK color model

#C38466 color CMYK value is (0,32,48,24).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 47.69%
  • key color value is 23.53%
CMYK:
(0,32,48,24)
C0M32Y48K24 
(0%,32%,48%,24%)
(0.00/0.32/0.48/0.24)	

CMYK percentages

%0
%32.31
%47.69
%23.53

Codes

Color #C38466 in popluar color models

C38466
RGB195132102
HSL19°43.66%58.24%
HSB/HSV19°47.69%76.47%
CMYK0.00%32.31%47.69%
23.53%

Color #C38466 in popluar number systems.

HEXC38466
Decimal195132102
Binary11000011100001001100110
Octal303204146

Shades and tints

Shades of #C38466

#C38466
(195,132,102)
#B2785D
(178,120,93)
#A16C54
(161,108,84)
#90604B
(144,96,75)
#7F5442
(127,84,66)
#6E4839
(110,72,57)
#5D3C30
(93,60,48)
#4C3027
(76,48,39)
#3B241E
(59,36,30)
#2A1815
(42,24,21)
#190C0C
(25,12,12)
#000000
(0,0,0)

Tints of #C38466

#C38466
(195,132,102)
#C88F73
(200,143,115)
#CD9A80
(205,154,128)
#D2A58D
(210,165,141)
#D7B09A
(215,176,154)
#DCBBA7
(220,187,167)
#E1C6B4
(225,198,180)
#E6D1C1
(230,209,193)
#EBDCCE
(235,220,206)
#F0E7DB
(240,231,219)
#F5F2E8
(245,242,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C38466 color. Also use rgb(195,132,102) instead hex code.

Text Font Color

.myTextColor { color: #C38466; }

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

This text font color is #C38466.


Background Color

.myBgColor { background-color: #C38466; }

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

This div background color is #C38466.


Border color

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

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

This div border color is #C38466.


Opacity

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

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

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

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

This text has shadow with #C38466 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C38466 on black background.


Color preview on white background

This text has color #C38466 on white background.



Black color preview on #C38466 background

This text has black color on #C38466 background.


White color preview on #C38466 background

This text has white color on #C38466 background.