COLOR #C48664

HEX: #C48664 RGB: (196,134,100)

Color info

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

RGB color model

#C48664 color RGB value is (196,134,100).

RGB: (196,134,100) (77%, 53%, 39%)

RGB channels and saturation

R 196 of 255 = 77%
G 134 of 255 = 53%
B 100 of 255 = 39%

196
134
100

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

Portions of RGB colors in percentages

R + G + B = 196 + 134 + 100 = 430 (100%)
R 196 of 430 ~ 45.58%
G 134 of 430 ~ 31.16%
B 100 of 430 ~ 23.26'%

%45.58
%31.16
%23.26

CMYK color model

#C48664 color CMYK value is (0,32,49,23).

  • cyan value is 0.00%
  • magenta value is 31.63%
  • yellow value is 48.98%
  • key color value is 23.14%

CMYK: (0,32,49,23)
C0M32Y49K23 (0%, 32%, 49%, 23%)
(0.00 / 0.32 / 0.49 / 0.23)

CMYK percentages

%0
%31.63
%48.98
%23.14

Codes

Color #C48664 in popluar color models

C4 86 64
RGB 196 134 100
HSL 21° 44.86% 58.04%
HSB/HSV 21° 48.98% 76.86%
CMYK 0.00% 31.63% 48.98%
23.14%

Color #C48664 in popluar number systems.

HEX C4 86 64
Decimal 196 134 100
Binary 11000100 10000110 1100100
Octal 304 206 144

Shades and tints

Shades of #C48664

#C48664
(196,134,100)
#B37A5B
(179,122,91)
#A26E52
(162,110,82)
#916249
(145,98,73)
#805640
(128,86,64)
#6F4A37
(111,74,55)
#5E3E2E
(94,62,46)
#4D3225
(77,50,37)
#3C261C
(60,38,28)
#2B1A13
(43,26,19)
#1A0E0A
(26,14,10)
#000000
(0,0,0)

Tints of #C48664

#C48664
(196,134,100)
#C99172
(201,145,114)
#CE9C80
(206,156,128)
#D3A78E
(211,167,142)
#D8B29C
(216,178,156)
#DDBDAA
(221,189,170)
#E2C8B8
(226,200,184)
#E7D3C6
(231,211,198)
#ECDED4
(236,222,212)
#F1E9E2
(241,233,226)
#F6F4F0
(246,244,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48664 color. Also use rgb(196,134,100) instead hex code.

Text Font Color

.myTextColor { color: #C48664; }

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

This text font color is #C48664.

Background Color

.myBgColor { background-color: #C48664; }

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

This div background color is #C48664.

Border color

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

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

This div border color is #C48664.

Opacity

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

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

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

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

This text has shadow with #C48664 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48664.

Preview

Color preview on black background

This text has color #C48664 on black background.


Color preview on white background

This text has color #C48664 on white background.


Black color preview on #C48664 background

This text has black color on #C48664 background.


White color preview on #C48664 background

This text has white color on #C48664 background.


Related colors

Complementary color

Complementary color for #hex is #3B799B.


I love getcolorcode.com

Triadic colors

1 #64C486 and #8664C4 with #C48664 are triadic colors.

2 #6486C4 and #86C464 with #C48664 are triadic colors.