COLOR #CCB999

HEX: #CCB999 RGB: (204,185,153)

Renk bilgisi

#CCB999 contains red, green and blue colors in about the same proportion. #CCB999 ‘ nin web güvenlik rengi #CCCC99 (ya da #CC9) dir.

RGB renk modeli

#CCB999 color RGB value is (204,185,153).

RGB: (204,185,153) (80%, 73%, 60%)

RGB bağlantıları ve doygunluk

R 204 of 255 = 80%
G 185 of 255 = 73%
B 153 of 255 = 60%

204
185
153

R + G + B ~ 71%. #CCB999 is quite light color.

Yüzdelerle RGB renk parçaları

R + G + B = 204 + 185 + 153 = 542 (100%)
R 204 of 542 ~ 37.64%
G 185 of 542 ~ 34.13%
B 153 of 542 ~ 28.23'%

%37.64
%34.13
%28.23

CMYK RENK MODELİ

#CCB999 rengi CMYK tonu (0,9,25,20).

  • camgöbeği tonu 0.00%
  • eflatun tonu 9.31%
  • sarı tonu 25.00%
  • ana renk tonu 20.00%

CMYK: (0,9,25,20)
C0M9Y25K20 (0%, 9%, 25%, 20%)
(0.00 / 0.09 / 0.25 / 0.20)

CMYK yüzdeleri

%0
%9.31
%25
%20

Codes

Color #CCB999 in popluar color models

CC B9 99
RGB 204 185 153
HSL 38° 33.33% 70.00%
HSB/HSV 38° 25.00% 80.00%
CMYK 0.00% 9.31% 25.00%
20.00%

Color #CCB999 in popluar number systems.

HEX CC B9 99
Decimal 204 185 153
Binary 11001100 10111001 10011001
Octal 314 271 231

Shades and tints

Shades of #CCB999

#CCB999
(204,185,153)
#BAA98C
(186,169,140)
#A8997F
(168,153,127)
#968972
(150,137,114)
#847965
(132,121,101)
#726958
(114,105,88)
#60594B
(96,89,75)
#4E493E
(78,73,62)
#3C3931
(60,57,49)
#2A2924
(42,41,36)
#181917
(24,25,23)
#000000
(0,0,0)

Tints of #CCB999

#CCB999
(204,185,153)
#D0BFA2
(208,191,162)
#D4C5AB
(212,197,171)
#D8CBB4
(216,203,180)
#DCD1BD
(220,209,189)
#E0D7C6
(224,215,198)
#E4DDCF
(228,221,207)
#E8E3D8
(232,227,216)
#ECE9E1
(236,233,225)
#F0EFEA
(240,239,234)
#F4F5F3
(244,245,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB999 color. Also use rgb(204,185,153) instead hex code.

Text Font Color

.myTextColor { color: #CCB999; }

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

This text font color is #CCB999.

Background Color

.myBgColor { background-color: #CCB999; }

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

This div background color is #CCB999.

Border color

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

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

This div border color is #CCB999.

Opacity

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

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

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

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

This text has shadow with #CCB999 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB999.

Preview

Color preview on black background

This text has color #CCB999 on black background.


Color preview on white background

This text has color #CCB999 on white background.


Black color preview on #CCB999 background

This text has black color on #CCB999 background.


White color preview on #CCB999 background

This text has white color on #CCB999 background.


Related colors

Complementary color

Complementary color for #hex is #334666.


I love getcolorcode.com

Triadic colors

1 #99CCB9 and #B999CC with #CCB999 are triadic colors.

2 #99B9CC and #B9CC99 with #CCB999 are triadic colors.