COLOR #CCBF52

HEX: #CCBF52 RGB: (204,191,82)

Color info

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

RGB color model

#CCBF52 color RGB value is (204,191,82).

RGB: (204,191,82) (80%, 75%, 32%)

RGB channels and saturation

R 204 of 255 = 80%
G 191 of 255 = 75%
B 82 of 255 = 32%

204
191
82

R + G + B ~ 62%. #CCBF52 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 191 + 82 = 477 (100%)
R 204 of 477 ~ 42.77%
G 191 of 477 ~ 40.04%
B 82 of 477 ~ 17.19'%

%42.77
%40.04
%17.19

CMYK color model

#CCBF52 color CMYK value is (0,6,60,20).

  • cyan value is 0.00%
  • magenta value is 6.37%
  • yellow value is 59.80%
  • key color value is 20.00%

CMYK: (0,6,60,20)
C0M6Y60K20 (0%, 6%, 60%, 20%)
(0.00 / 0.06 / 0.60 / 0.20)

CMYK percentages

%0
%6.37
%59.8
%20

Codes

Color #CCBF52 in popluar color models

CC BF 52
RGB 204 191 82
HSL 54° 54.46% 56.08%
HSB/HSV 54° 59.80% 80.00%
CMYK 0.00% 6.37% 59.80%
20.00%

Color #CCBF52 in popluar number systems.

HEX CC BF 52
Decimal 204 191 82
Binary 11001100 10111111 1010010
Octal 314 277 122

Shades and tints

Shades of #CCBF52

#CCBF52
(204,191,82)
#BAAE4B
(186,174,75)
#A89D44
(168,157,68)
#968C3D
(150,140,61)
#847B36
(132,123,54)
#726A2F
(114,106,47)
#605928
(96,89,40)
#4E4821
(78,72,33)
#3C371A
(60,55,26)
#2A2613
(42,38,19)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #CCBF52

#CCBF52
(204,191,82)
#D0C461
(208,196,97)
#D4C970
(212,201,112)
#D8CE7F
(216,206,127)
#DCD38E
(220,211,142)
#E0D89D
(224,216,157)
#E4DDAC
(228,221,172)
#E8E2BB
(232,226,187)
#ECE7CA
(236,231,202)
#F0ECD9
(240,236,217)
#F4F1E8
(244,241,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCBF52 color. Also use rgb(204,191,82) instead hex code.

Text Font Color

.myTextColor { color: #CCBF52; }

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

This text font color is #CCBF52.

Background Color

.myBgColor { background-color: #CCBF52; }

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

This div background color is #CCBF52.

Border color

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

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

This div border color is #CCBF52.

Opacity

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

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

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

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

This text has shadow with #CCBF52 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCBF52.

Preview

Color preview on black background

This text has color #CCBF52 on black background.


Color preview on white background

This text has color #CCBF52 on white background.


Black color preview on #CCBF52 background

This text has black color on #CCBF52 background.


White color preview on #CCBF52 background

This text has white color on #CCBF52 background.


Related colors

Complementary color

Complementary color for #hex is #3340AD.


I love getcolorcode.com

Triadic colors

1 #52CCBF and #BF52CC with #CCBF52 are triadic colors.

2 #52BFCC and #BFCC52 with #CCBF52 are triadic colors.