COLOR #C48B66

HEX: #C48B66 RGB: (196,139,102)

Color info

#C48B66 contains mainly red and green colors. Web safe color of #C48B66 is #CC9966 (or #C96).

RGB color model

#C48B66 color RGB value is (196,139,102).

RGB: (196,139,102) (77%, 55%, 40%)

RGB channels and saturation

R 196 of 255 = 77%
G 139 of 255 = 55%
B 102 of 255 = 40%

196
139
102

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

Portions of RGB colors in percentages

R + G + B = 196 + 139 + 102 = 437 (100%)
R 196 of 437 ~ 44.85%
G 139 of 437 ~ 31.81%
B 102 of 437 ~ 23.34'%

%44.85
%31.81
%23.34

CMYK color model

#C48B66 color CMYK value is (0,29,48,23).

  • cyan value is 0.00%
  • magenta value is 29.08%
  • yellow value is 47.96%
  • key color value is 23.14%

CMYK: (0,29,48,23)
C0M29Y48K23 (0%, 29%, 48%, 23%)
(0.00 / 0.29 / 0.48 / 0.23)

CMYK percentages

%0
%29.08
%47.96
%23.14

Codes

Color #C48B66 in popluar color models

C4 8B 66
RGB 196 139 102
HSL 24° 44.34% 58.43%
HSB/HSV 24° 47.96% 76.86%
CMYK 0.00% 29.08% 47.96%
23.14%

Color #C48B66 in popluar number systems.

HEX C4 8B 66
Decimal 196 139 102
Binary 11000100 10001011 1100110
Octal 304 213 146

Shades and tints

Shades of #C48B66

#C48B66
(196,139,102)
#B37F5D
(179,127,93)
#A27354
(162,115,84)
#91674B
(145,103,75)
#805B42
(128,91,66)
#6F4F39
(111,79,57)
#5E4330
(94,67,48)
#4D3727
(77,55,39)
#3C2B1E
(60,43,30)
#2B1F15
(43,31,21)
#1A130C
(26,19,12)
#000000
(0,0,0)

Tints of #C48B66

#C48B66
(196,139,102)
#C99573
(201,149,115)
#CE9F80
(206,159,128)
#D3A98D
(211,169,141)
#D8B39A
(216,179,154)
#DDBDA7
(221,189,167)
#E2C7B4
(226,199,180)
#E7D1C1
(231,209,193)
#ECDBCE
(236,219,206)
#F1E5DB
(241,229,219)
#F6EFE8
(246,239,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C48B66 color. Also use rgb(196,139,102) instead hex code.

Text Font Color

.myTextColor { color: #C48B66; }

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

This text font color is #C48B66.

Background Color

.myBgColor { background-color: #C48B66; }

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

This div background color is #C48B66.

Border color

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

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

This div border color is #C48B66.

Opacity

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

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

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

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

This text has shadow with #C48B66 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C48B66.

Preview

Color preview on black background

This text has color #C48B66 on black background.


Color preview on white background

This text has color #C48B66 on white background.


Black color preview on #C48B66 background

This text has black color on #C48B66 background.


White color preview on #C48B66 background

This text has white color on #C48B66 background.


Related colors

Complementary color

Complementary color for #hex is #3B7499.


I love getcolorcode.com

Triadic colors

1 #66C48B and #8B66C4 with #C48B66 are triadic colors.

2 #668BC4 and #8BC466 with #C48B66 are triadic colors.