COLOR #C38462

HEX: #C38462 RGB: (195,132,98)

Color info

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

RGB color model

#C38462 color RGB value is (195,132,98).

RGB: (195,132,98) (76%, 52%, 38%)

RGB channels and saturation

R 195 of 255 = 76%
G 132 of 255 = 52%
B 98 of 255 = 38%

195
132
98

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

Portions of RGB colors in percentages

R + G + B = 195 + 132 + 98 = 425 (100%)
R 195 of 425 ~ 45.88%
G 132 of 425 ~ 31.06%
B 98 of 425 ~ 23.06'%

%45.88
%31.06
%23.06

CMYK color model

#C38462 color CMYK value is (0,32,50,24).

  • cyan value is 0.00%
  • magenta value is 32.31%
  • yellow value is 49.74%
  • key color value is 23.53%
CMYK: (0,32,50,24) C0M32Y50K24 (0%,32%,50%,24%) (0.00/0.32/0.50/0.24) 

CMYK percentages

%0
%32.31
%49.74
%23.53

Codes

Color #C38462 in popluar color models

C3 84 62
RGB 195 132 98
HSL 21° 44.70% 57.45%
HSB/HSV 21° 49.74% 76.47%
CMYK 0.00% 32.31% 49.74%
23.53%

Color #C38462 in popluar number systems.

HEX C3 84 62
Decimal 195 132 98
Binary 11000011 10000100 1100010
Octal 303 204 142

Shades and tints

Shades of #C38462

#C38462
(195,132,98)
#B2785A
(178,120,90)
#A16C52
(161,108,82)
#90604A
(144,96,74)
#7F5442
(127,84,66)
#6E483A
(110,72,58)
#5D3C32
(93,60,50)
#4C302A
(76,48,42)
#3B2422
(59,36,34)
#2A181A
(42,24,26)
#190C12
(25,12,18)
#000000
(0,0,0)

Tints of #C38462

#C38462
(195,132,98)
#C88F70
(200,143,112)
#CD9A7E
(205,154,126)
#D2A58C
(210,165,140)
#D7B09A
(215,176,154)
#DCBBA8
(220,187,168)
#E1C6B6
(225,198,182)
#E6D1C4
(230,209,196)
#EBDCD2
(235,220,210)
#F0E7E0
(240,231,224)
#F5F2EE
(245,242,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C38462; }

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

This text font color is #C38462.

Background Color

.myBgColor { background-color: #C38462; }

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

This div background color is #C38462.

Border color

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

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

This div border color is #C38462.

Opacity

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

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

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

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

This text has shadow with #C38462 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C38462.

Preview

Color preview on black background

This text has color #C38462 on black background.


Color preview on white background

This text has color #C38462 on white background.


Black color preview on #C38462 background

This text has black color on #C38462 background.


White color preview on #C38462 background

This text has white color on #C38462 background.


Related colors

Complementary color

Complementary color for #hex is #3C7B9D.


I love getcolorcode.com

Triadic colors

1 #62C384 and #8462C3 with #C38462 are triadic colors.

2 #6284C3 and #84C362 with #C38462 are triadic colors.