COLOR #CCB36F

HEX: #CCB36F RGB: (204,179,111)

Color info

#CCB36F contains mainly red and green colors. Web safe color of #CCB36F is #CC9966 (or #C96).

RGB color model

#CCB36F color RGB value is (204,179,111).

RGB: (204,179,111) (80%, 70%, 44%)

RGB channels and saturation

R 204 of 255 = 80%
G 179 of 255 = 70%
B 111 of 255 = 44%

204
179
111

R + G + B ~ 65%. #CCB36F is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 179 + 111 = 494 (100%)
R 204 of 494 ~ 41.3%
G 179 of 494 ~ 36.23%
B 111 of 494 ~ 22.47'%

%41.3
%36.23
%22.47

CMYK color model

#CCB36F color CMYK value is (0,12,46,20).

  • cyan value is 0.00%
  • magenta value is 12.25%
  • yellow value is 45.59%
  • key color value is 20.00%
CMYK: (0,12,46,20) C0M12Y46K20 (0%,12%,46%,20%) (0.00/0.12/0.46/0.20) 

CMYK percentages

%0
%12.25
%45.59
%20

Codes

Color #CCB36F in popluar color models

CC B3 6F
RGB 204 179 111
HSL 44° 47.69% 61.76%
HSB/HSV 44° 45.59% 80.00%
CMYK 0.00% 12.25% 45.59%
20.00%

Color #CCB36F in popluar number systems.

HEX CC B3 6F
Decimal 204 179 111
Binary 11001100 10110011 1101111
Octal 314 263 157

Shades and tints

Shades of #CCB36F

#CCB36F
(204,179,111)
#BAA365
(186,163,101)
#A8935B
(168,147,91)
#968351
(150,131,81)
#847347
(132,115,71)
#72633D
(114,99,61)
#605333
(96,83,51)
#4E4329
(78,67,41)
#3C331F
(60,51,31)
#2A2315
(42,35,21)
#18130B
(24,19,11)
#000000
(0,0,0)

Tints of #CCB36F

#CCB36F
(204,179,111)
#D0B97C
(208,185,124)
#D4BF89
(212,191,137)
#D8C596
(216,197,150)
#DCCBA3
(220,203,163)
#E0D1B0
(224,209,176)
#E4D7BD
(228,215,189)
#E8DDCA
(232,221,202)
#ECE3D7
(236,227,215)
#F0E9E4
(240,233,228)
#F4EFF1
(244,239,241)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB36F color. Also use rgb(204,179,111) instead hex code.

Text Font Color

.myTextColor { color: #CCB36F; }

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

This text font color is #CCB36F.

Background Color

.myBgColor { background-color: #CCB36F; }

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

This div background color is #CCB36F.

Border color

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

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

This div border color is #CCB36F.

Opacity

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

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

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

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

This text has shadow with #CCB36F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB36F.

Preview

Color preview on black background

This text has color #CCB36F on black background.


Color preview on white background

This text has color #CCB36F on white background.


Black color preview on #CCB36F background

This text has black color on #CCB36F background.


White color preview on #CCB36F background

This text has white color on #CCB36F background.


Related colors

Complementary color

Complementary color for #hex is #334C90.


I love getcolorcode.com

Triadic colors

1 #6FCCB3 and #B36FCC with #CCB36F are triadic colors.

2 #6FB3CC and #B3CC6F with #CCB36F are triadic colors.