COLOR #CCB493

HEX: #CCB493 RGB: (204,180,147)

Color info

#CCB493 contains red, green and blue colors in about the same proportion. Web safe color of #CCB493 is #CCCC99 (or #CC9).

RGB color model

#CCB493 color RGB value is (204,180,147).

RGB: (204,180,147) (80%, 71%, 58%)

RGB channels and saturation

R 204 of 255 = 80%
G 180 of 255 = 71%
B 147 of 255 = 58%

204
180
147

R + G + B ~ 70%. #CCB493 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 180 + 147 = 531 (100%)
R 204 of 531 ~ 38.42%
G 180 of 531 ~ 33.9%
B 147 of 531 ~ 27.68'%

%38.42
%33.9
%27.68

CMYK color model

#CCB493 color CMYK value is (0,12,28,20).

  • cyan value is 0.00%
  • magenta value is 11.76%
  • yellow value is 27.94%
  • key color value is 20.00%
CMYK: (0,12,28,20) C0M12Y28K20 (0%,12%,28%,20%) (0.00/0.12/0.28/0.20) 

CMYK percentages

%0
%11.76
%27.94
%20

Codes

Color #CCB493 in popluar color models

CC B4 93
RGB 204 180 147
HSL 35° 35.85% 68.82%
HSB/HSV 35° 27.94% 80.00%
CMYK 0.00% 11.76% 27.94%
20.00%

Color #CCB493 in popluar number systems.

HEX CC B4 93
Decimal 204 180 147
Binary 11001100 10110100 10010011
Octal 314 264 223

Shades and tints

Shades of #CCB493

#CCB493
(204,180,147)
#BAA486
(186,164,134)
#A89479
(168,148,121)
#96846C
(150,132,108)
#84745F
(132,116,95)
#726452
(114,100,82)
#605445
(96,84,69)
#4E4438
(78,68,56)
#3C342B
(60,52,43)
#2A241E
(42,36,30)
#181411
(24,20,17)
#000000
(0,0,0)

Tints of #CCB493

#CCB493
(204,180,147)
#D0BA9C
(208,186,156)
#D4C0A5
(212,192,165)
#D8C6AE
(216,198,174)
#DCCCB7
(220,204,183)
#E0D2C0
(224,210,192)
#E4D8C9
(228,216,201)
#E8DED2
(232,222,210)
#ECE4DB
(236,228,219)
#F0EAE4
(240,234,228)
#F4F0ED
(244,240,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB493 color. Also use rgb(204,180,147) instead hex code.

Text Font Color

.myTextColor { color: #CCB493; }

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

This text font color is #CCB493.

Background Color

.myBgColor { background-color: #CCB493; }

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

This div background color is #CCB493.

Border color

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

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

This div border color is #CCB493.

Opacity

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

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

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

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

This text has shadow with #CCB493 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB493.

Preview

Color preview on black background

This text has color #CCB493 on black background.


Color preview on white background

This text has color #CCB493 on white background.


Black color preview on #CCB493 background

This text has black color on #CCB493 background.


White color preview on #CCB493 background

This text has white color on #CCB493 background.


Related colors

Complementary color

Complementary color for #hex is #334B6C.


I love getcolorcode.com

Triadic colors

1 #93CCB4 and #B493CC with #CCB493 are triadic colors.

2 #93B4CC and #B4CC93 with #CCB493 are triadic colors.