COLOR #CCB675

HEX: #CCB675
RGB: (204,182,117)

Color info

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

RGB color model

#CCB675 color RGB value is (204,182,117).

  • red value is 204;
  • green value is 182;
  • blue value is 117.
RGB:
(204,182,117)
(80%,71%,46%)

RGB channels and saturation

R 204 of 255 = 80%
G 182 of 255 = 71%
B 117 of 255 = 46%

204
182
117

R + G + B ~ 66%. #CCB675 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 182 + 117 = 503 (100%)
R 204 of 503 ~ 40.56%
G 182 of 503 ~ 36.18%
B 117 of 503 ~ 23.26%

%40.56
%36.18
%23.26

CMYK color model

#CCB675 color CMYK value is (0,11,43,20).

  • cyan value is 0.00%
  • magenta value is 10.78%
  • yellow value is 42.65%
  • key color value is 20.00%
CMYK:
(0,11,43,20)
C0M11Y43K20 
(0%,11%,43%,20%)
(0.00/0.11/0.43/0.20)	

CMYK percentages

%0
%10.78
%42.65
%20

Codes

Color #CCB675 in popluar color models

CCB675
RGB204182117
HSL45°46.03%62.94%
HSB/HSV45°42.65%80.00%
CMYK0.00%10.78%42.65%
20.00%

Color #CCB675 in popluar number systems.

HEXCCB675
Decimal204182117
Binary11001100101101101110101
Octal314266165

Shades and tints

Shades of #CCB675

#CCB675
(204,182,117)
#BAA66B
(186,166,107)
#A89661
(168,150,97)
#968657
(150,134,87)
#84764D
(132,118,77)
#726643
(114,102,67)
#605639
(96,86,57)
#4E462F
(78,70,47)
#3C3625
(60,54,37)
#2A261B
(42,38,27)
#181611
(24,22,17)
#000000
(0,0,0)

Tints of #CCB675

#CCB675
(204,182,117)
#D0BC81
(208,188,129)
#D4C28D
(212,194,141)
#D8C899
(216,200,153)
#DCCEA5
(220,206,165)
#E0D4B1
(224,212,177)
#E4DABD
(228,218,189)
#E8E0C9
(232,224,201)
#ECE6D5
(236,230,213)
#F0ECE1
(240,236,225)
#F4F2ED
(244,242,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB675 color. Also use rgb(204,182,117) instead hex code.

Text Font Color

.myTextColor { color: #CCB675; }

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

This text font color is #CCB675.


Background Color

.myBgColor { background-color: #CCB675; }

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

This div background color is #CCB675.


Border color

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

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

This div border color is #CCB675.


Opacity

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

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

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

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

This text has shadow with #CCB675 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCB675 on black background.


Color preview on white background

This text has color #CCB675 on white background.



Black color preview on #CCB675 background

This text has black color on #CCB675 background.


White color preview on #CCB675 background

This text has white color on #CCB675 background.