COLOR #CCB846

HEX: #CCB846 RGB: (204,184,70)

Color info

#CCB846 contains mainly red and green colors. Web safe color of #CCB846 is #CCCC33 (or #CC3).

RGB color model

#CCB846 color RGB value is (204,184,70).

RGB: (204,184,70) (80%, 72%, 27%)

RGB channels and saturation

R 204 of 255 = 80%
G 184 of 255 = 72%
B 70 of 255 = 27%

204
184
70

R + G + B ~ 60%. #CCB846 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 184 + 70 = 458 (100%)
R 204 of 458 ~ 44.54%
G 184 of 458 ~ 40.17%
B 70 of 458 ~ 15.28'%

%44.54
%40.17
%15.28

CMYK color model

#CCB846 color CMYK value is (0,10,66,20).

  • cyan value is 0.00%
  • magenta value is 9.80%
  • yellow value is 65.69%
  • key color value is 20.00%

CMYK: (0,10,66,20)
C0M10Y66K20 (0%, 10%, 66%, 20%)
(0.00 / 0.10 / 0.66 / 0.20)

CMYK percentages

%0
%9.8
%65.69
%20

Codes

Color #CCB846 in popluar color models

CC B8 46
RGB 204 184 70
HSL 51° 56.78% 53.73%
HSB/HSV 51° 65.69% 80.00%
CMYK 0.00% 9.80% 65.69%
20.00%

Color #CCB846 in popluar number systems.

HEX CC B8 46
Decimal 204 184 70
Binary 11001100 10111000 1000110
Octal 314 270 106

Shades and tints

Shades of #CCB846

#CCB846
(204,184,70)
#BAA840
(186,168,64)
#A8983A
(168,152,58)
#968834
(150,136,52)
#84782E
(132,120,46)
#726828
(114,104,40)
#605822
(96,88,34)
#4E481C
(78,72,28)
#3C3816
(60,56,22)
#2A2810
(42,40,16)
#18180A
(24,24,10)
#000000
(0,0,0)

Tints of #CCB846

#CCB846
(204,184,70)
#D0BE56
(208,190,86)
#D4C466
(212,196,102)
#D8CA76
(216,202,118)
#DCD086
(220,208,134)
#E0D696
(224,214,150)
#E4DCA6
(228,220,166)
#E8E2B6
(232,226,182)
#ECE8C6
(236,232,198)
#F0EED6
(240,238,214)
#F4F4E6
(244,244,230)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB846 color. Also use rgb(204,184,70) instead hex code.

Text Font Color

.myTextColor { color: #CCB846; }

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

This text font color is #CCB846.

Background Color

.myBgColor { background-color: #CCB846; }

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

This div background color is #CCB846.

Border color

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

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

This div border color is #CCB846.

Opacity

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

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

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

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

This text has shadow with #CCB846 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB846.

Preview

Color preview on black background

This text has color #CCB846 on black background.


Color preview on white background

This text has color #CCB846 on white background.


Black color preview on #CCB846 background

This text has black color on #CCB846 background.


White color preview on #CCB846 background

This text has white color on #CCB846 background.


Related colors

Complementary color

Complementary color for #hex is #3347B9.


I love getcolorcode.com

Triadic colors

1 #46CCB8 and #B846CC with #CCB846 are triadic colors.

2 #46B8CC and #B8CC46 with #CCB846 are triadic colors.