COLOR #C0C48A

HEX: #C0C48A
RGB: (192,196,138)

Color info

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

RGB color model

#C0C48A color RGB value is (192,196,138).

  • red value is 192;
  • green value is 196;
  • blue value is 138.
RGB:
(192,196,138)
(75%,77%,54%)

RGB channels and saturation

R 192 of 255 = 75%
G 196 of 255 = 77%
B 138 of 255 = 54%

192
196
138

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

Portions of RGB colors in percentages

R + G + B =
192 + 196 + 138 = 526 (100%)
R 192 of 526 ~ 36.5%
G 196 of 526 ~ 37.26%
B 138 of 526 ~ 26.24%

%36.5
%37.26
%26.24

CMYK color model

#C0C48A color CMYK value is (2,0,30,23).

  • cyan value is 2.04%
  • magenta value is 0.00%
  • yellow value is 29.59%
  • key color value is 23.14%
CMYK:
(2,0,30,23)
C2M0Y30K23 
(2%,0%,30%,23%)
(0.02/0.00/0.30/0.23)	

CMYK percentages

%2.04
%0
%29.59
%23.14

Codes

Color #C0C48A in popluar color models

C0C48A
RGB192196138
HSL64°32.95%65.49%
HSB/HSV64°29.59%76.86%
CMYK2.04%0.00%29.59%
23.14%

Color #C0C48A in popluar number systems.

HEXC0C48A
Decimal192196138
Binary110000001100010010001010
Octal300304212

Shades and tints

Shades of #C0C48A

#C0C48A
(192,196,138)
#AFB37E
(175,179,126)
#9EA272
(158,162,114)
#8D9166
(141,145,102)
#7C805A
(124,128,90)
#6B6F4E
(107,111,78)
#5A5E42
(90,94,66)
#494D36
(73,77,54)
#383C2A
(56,60,42)
#272B1E
(39,43,30)
#161A12
(22,26,18)
#000000
(0,0,0)

Tints of #C0C48A

#C0C48A
(192,196,138)
#C5C994
(197,201,148)
#CACE9E
(202,206,158)
#CFD3A8
(207,211,168)
#D4D8B2
(212,216,178)
#D9DDBC
(217,221,188)
#DEE2C6
(222,226,198)
#E3E7D0
(227,231,208)
#E8ECDA
(232,236,218)
#EDF1E4
(237,241,228)
#F2F6EE
(242,246,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0C48A; }

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

This text font color is #C0C48A.


Background Color

.myBgColor { background-color: #C0C48A; }

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

This div background color is #C0C48A.


Border color

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

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

This div border color is #C0C48A.


Opacity

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

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

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

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

This text has shadow with #C0C48A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C0C48A on black background.


Color preview on white background

This text has color #C0C48A on white background.



Black color preview on #C0C48A background

This text has black color on #C0C48A background.


White color preview on #C0C48A background

This text has white color on #C0C48A background.