COLOR #C4C285

HEX: #C4C285 RGB: (196,194,133)

Color info

#C4C285 contains mainly red and green colors. Web safe color of #C4C285 is #CCCC99 (or #CC9).

RGB color model

#C4C285 color RGB value is (196,194,133).

RGB: (196,194,133) (77%, 76%, 52%)

RGB channels and saturation

R 196 of 255 = 77%
G 194 of 255 = 76%
B 133 of 255 = 52%

196
194
133

R + G + B ~ 68%. #C4C285 is quite light color.

Portions of RGB colors in percentages

R + G + B = 196 + 194 + 133 = 523 (100%)
R 196 of 523 ~ 37.48%
G 194 of 523 ~ 37.09%
B 133 of 523 ~ 25.43'%

%37.48
%37.09
%25.43

CMYK color model

#C4C285 color CMYK value is (0,1,32,23).

  • cyan value is 0.00%
  • magenta value is 1.02%
  • yellow value is 32.14%
  • key color value is 23.14%

CMYK: (0,1,32,23)
C0M1Y32K23 (0%, 1%, 32%, 23%)
(0.00 / 0.01 / 0.32 / 0.23)

CMYK percentages

%0
%1.02
%32.14
%23.14

Codes

Color #C4C285 in popluar color models

C4 C2 85
RGB 196 194 133
HSL 58° 34.81% 64.51%
HSB/HSV 58° 32.14% 76.86%
CMYK 0.00% 1.02% 32.14%
23.14%

Color #C4C285 in popluar number systems.

HEX C4 C2 85
Decimal 196 194 133
Binary 11000100 11000010 10000101
Octal 304 302 205

Shades and tints

Shades of #C4C285

#C4C285
(196,194,133)
#B3B179
(179,177,121)
#A2A06D
(162,160,109)
#918F61
(145,143,97)
#807E55
(128,126,85)
#6F6D49
(111,109,73)
#5E5C3D
(94,92,61)
#4D4B31
(77,75,49)
#3C3A25
(60,58,37)
#2B2919
(43,41,25)
#1A180D
(26,24,13)
#000000
(0,0,0)

Tints of #C4C285

#C4C285
(196,194,133)
#C9C790
(201,199,144)
#CECC9B
(206,204,155)
#D3D1A6
(211,209,166)
#D8D6B1
(216,214,177)
#DDDBBC
(221,219,188)
#E2E0C7
(226,224,199)
#E7E5D2
(231,229,210)
#ECEADD
(236,234,221)
#F1EFE8
(241,239,232)
#F6F4F3
(246,244,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C4C285 color. Also use rgb(196,194,133) instead hex code.

Text Font Color

.myTextColor { color: #C4C285; }

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

This text font color is #C4C285.

Background Color

.myBgColor { background-color: #C4C285; }

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

This div background color is #C4C285.

Border color

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

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

This div border color is #C4C285.

Opacity

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

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

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

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

This text has shadow with #C4C285 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C4C285.

Preview

Color preview on black background

This text has color #C4C285 on black background.


Color preview on white background

This text has color #C4C285 on white background.


Black color preview on #C4C285 background

This text has black color on #C4C285 background.


White color preview on #C4C285 background

This text has white color on #C4C285 background.


Related colors

Complementary color

Complementary color for #hex is #3B3D7A.


I love getcolorcode.com

Triadic colors

1 #85C4C2 and #C285C4 with #C4C285 are triadic colors.

2 #85C2C4 and #C2C485 with #C4C285 are triadic colors.