COLOR #CBB966

HEX: #CBB966 RGB: (203,185,102)

Color info

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

RGB color model

#CBB966 color RGB value is (203,185,102).

RGB: (203,185,102) (80%, 73%, 40%)

RGB channels and saturation

R 203 of 255 = 80%
G 185 of 255 = 73%
B 102 of 255 = 40%

203
185
102

R + G + B ~ 64%. #CBB966 is quite light color.

Portions of RGB colors in percentages

R + G + B = 203 + 185 + 102 = 490 (100%)
R 203 of 490 ~ 41.43%
G 185 of 490 ~ 37.76%
B 102 of 490 ~ 20.82'%

%41.43
%37.76
%20.82

CMYK color model

#CBB966 color CMYK value is (0,9,50,20).

  • cyan value is 0.00%
  • magenta value is 8.87%
  • yellow value is 49.75%
  • key color value is 20.39%

CMYK: (0,9,50,20)
C0M9Y50K20 (0%, 9%, 50%, 20%)
(0.00 / 0.09 / 0.50 / 0.20)

CMYK percentages

%0
%8.87
%49.75
%20.39

Codes

Color #CBB966 in popluar color models

CB B9 66
RGB 203 185 102
HSL 49° 49.27% 59.80%
HSB/HSV 49° 49.75% 79.61%
CMYK 0.00% 8.87% 49.75%
20.39%

Color #CBB966 in popluar number systems.

HEX CB B9 66
Decimal 203 185 102
Binary 11001011 10111001 1100110
Octal 313 271 146

Shades and tints

Shades of #CBB966

#CBB966
(203,185,102)
#B9A95D
(185,169,93)
#A79954
(167,153,84)
#95894B
(149,137,75)
#837942
(131,121,66)
#716939
(113,105,57)
#5F5930
(95,89,48)
#4D4927
(77,73,39)
#3B391E
(59,57,30)
#292915
(41,41,21)
#17190C
(23,25,12)
#000000
(0,0,0)

Tints of #CBB966

#CBB966
(203,185,102)
#CFBF73
(207,191,115)
#D3C580
(211,197,128)
#D7CB8D
(215,203,141)
#DBD19A
(219,209,154)
#DFD7A7
(223,215,167)
#E3DDB4
(227,221,180)
#E7E3C1
(231,227,193)
#EBE9CE
(235,233,206)
#EFEFDB
(239,239,219)
#F3F5E8
(243,245,232)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CBB966 color. Also use rgb(203,185,102) instead hex code.

Text Font Color

.myTextColor { color: #CBB966; }

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

This text font color is #CBB966.

Background Color

.myBgColor { background-color: #CBB966; }

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

This div background color is #CBB966.

Border color

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

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

This div border color is #CBB966.

Opacity

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

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

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

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

This text has shadow with #CBB966 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CBB966.

Preview

Color preview on black background

This text has color #CBB966 on black background.


Color preview on white background

This text has color #CBB966 on white background.


Black color preview on #CBB966 background

This text has black color on #CBB966 background.


White color preview on #CBB966 background

This text has white color on #CBB966 background.


Related colors

Complementary color

Complementary color for #hex is #344699.


I love getcolorcode.com

Triadic colors

1 #66CBB9 and #B966CB with #CBB966 are triadic colors.

2 #66B9CB and #B9CB66 with #CBB966 are triadic colors.