COLOR #C0C48D

HEX: #C0C48D RGB: (192,196,141)

Color info

#C0C48D contains red, green and blue colors in about the same proportion. Web safe color of #C0C48D is #CCCC99 (or #CC9).

RGB color model

#C0C48D color RGB value is (192,196,141).

RGB: (192,196,141) (75%, 77%, 55%)

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 141 of 255 = 55%

192
196
141

R + G + B ~ 69%. #C0C48D is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 196 + 141 = 529 (100%)
R 192 of 529 ~ 36.29%
G 196 of 529 ~ 37.05%
B 141 of 529 ~ 26.65'%

%36.29
%37.05
%26.65

CMYK color model

#C0C48D color CMYK value is (2,0,28,23).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 28.06%
  • key color value is 23.14%

CMYK: (2,0,28,23)
C2M0Y28K23 (2%, 0%, 28%, 23%)
(0.02 / 0.00 / 0.28 / 0.23)

CMYK percentages

%2.04
%0
%28.06
%23.14

Codes

Color #C0C48D in popluar color models

C0 C4 8D
RGB 192 196 141
HSL 64° 31.79% 66.08%
HSB/HSV 64° 28.06% 76.86%
CMYK 2.04% 0.00% 28.06%
23.14%

Color #C0C48D in popluar number systems.

HEX C0 C4 8D
Decimal 192 196 141
Binary 11000000 11000100 10001101
Octal 300 304 215

Shades and tints

Shades of #C0C48D

#C0C48D
(192,196,141)
#AFB381
(175,179,129)
#9EA275
(158,162,117)
#8D9169
(141,145,105)
#7C805D
(124,128,93)
#6B6F51
(107,111,81)
#5A5E45
(90,94,69)
#494D39
(73,77,57)
#383C2D
(56,60,45)
#272B21
(39,43,33)
#161A15
(22,26,21)
#000000
(0,0,0)

Tints of #C0C48D

#C0C48D
(192,196,141)
#C5C997
(197,201,151)
#CACEA1
(202,206,161)
#CFD3AB
(207,211,171)
#D4D8B5
(212,216,181)
#D9DDBF
(217,221,191)
#DEE2C9
(222,226,201)
#E3E7D3
(227,231,211)
#E8ECDD
(232,236,221)
#EDF1E7
(237,241,231)
#F2F6F1
(242,246,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0C48D color. Also use rgb(192,196,141) instead hex code.

Text Font Color

.myTextColor { color: #C0C48D; }

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

This text font color is #C0C48D.

Background Color

.myBgColor { background-color: #C0C48D; }

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

This div background color is #C0C48D.

Border color

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

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

This div border color is #C0C48D.

Opacity

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

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

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

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

This text has shadow with #C0C48D color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0C48D.

Preview

Color preview on black background

This text has color #C0C48D on black background.


Color preview on white background

This text has color #C0C48D on white background.


Black color preview on #C0C48D background

This text has black color on #C0C48D background.


White color preview on #C0C48D background

This text has white color on #C0C48D background.


Related colors

Complementary color

Complementary color for #hex is #3F3B72.


I love getcolorcode.com

Triadic colors

1 #8DC0C4 and #C48DC0 with #C0C48D are triadic colors.

2 #8DC4C0 and #C4C08D with #C0C48D are triadic colors.