COLOR #CCB978

HEX: #CCB978
RGB: (204,185,120)

Color info

#CCB978 contains mainly red and green colors. Web safe color of #CCB978 is #CCCC66 (or #CC6).

RGB color model

#CCB978 color RGB value is (204,185,120).

  • red value is 204;
  • green value is 185;
  • blue value is 120.
RGB:
(204,185,120)
(80%,73%,47%)

RGB channels and saturation

R 204 of 255 = 80%
G 185 of 255 = 73%
B 120 of 255 = 47%

204
185
120

R + G + B ~ 67%. #CCB978 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 185 + 120 = 509 (100%)
R 204 of 509 ~ 40.08%
G 185 of 509 ~ 36.35%
B 120 of 509 ~ 23.58%

%40.08
%36.35
%23.58

CMYK color model

#CCB978 color CMYK value is (0,9,41,20).

  • cyan value is 0.00%
  • magenta value is 9.31%
  • yellow value is 41.18%
  • key color value is 20.00%
CMYK:
(0,9,41,20)
C0M9Y41K20 
(0%,9%,41%,20%)
(0.00/0.09/0.41/0.20)	

CMYK percentages

%0
%9.31
%41.18
%20

Codes

Color #CCB978 in popluar color models

CCB978
RGB204185120
HSL46°45.16%63.53%
HSB/HSV46°41.18%80.00%
CMYK0.00%9.31%41.18%
20.00%

Color #CCB978 in popluar number systems.

HEXCCB978
Decimal204185120
Binary11001100101110011111000
Octal314271170

Shades and tints

Shades of #CCB978

#CCB978
(204,185,120)
#BAA96E
(186,169,110)
#A89964
(168,153,100)
#96895A
(150,137,90)
#847950
(132,121,80)
#726946
(114,105,70)
#60593C
(96,89,60)
#4E4932
(78,73,50)
#3C3928
(60,57,40)
#2A291E
(42,41,30)
#181914
(24,25,20)
#000000
(0,0,0)

Tints of #CCB978

#CCB978
(204,185,120)
#D0BF84
(208,191,132)
#D4C590
(212,197,144)
#D8CB9C
(216,203,156)
#DCD1A8
(220,209,168)
#E0D7B4
(224,215,180)
#E4DDC0
(228,221,192)
#E8E3CC
(232,227,204)
#ECE9D8
(236,233,216)
#F0EFE4
(240,239,228)
#F4F5F0
(244,245,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB978 color. Also use rgb(204,185,120) instead hex code.

Text Font Color

.myTextColor { color: #CCB978; }

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

This text font color is #CCB978.


Background Color

.myBgColor { background-color: #CCB978; }

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

This div background color is #CCB978.


Border color

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

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

This div border color is #CCB978.


Opacity

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

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

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

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

This text has shadow with #CCB978 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB978 on black background.


Color preview on white background

This text has color #CCB978 on white background.



Black color preview on #CCB978 background

This text has black color on #CCB978 background.


White color preview on #CCB978 background

This text has white color on #CCB978 background.