COLOR #CCB090

HEX: #CCB090 RGB: (204,176,144)

Color info

#CCB090 contains mainly red and green colors. Web safe color of #CCB090 is #CC9999 (or #C99).

RGB color model

#CCB090 color RGB value is (204,176,144).

RGB: (204,176,144) (80%, 69%, 56%)

RGB channels and saturation

R 204 of 255 = 80%
G 176 of 255 = 69%
B 144 of 255 = 56%

204
176
144

R + G + B ~ 68%. #CCB090 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 176 + 144 = 524 (100%)
R 204 of 524 ~ 38.93%
G 176 of 524 ~ 33.59%
B 144 of 524 ~ 27.48'%

%38.93
%33.59
%27.48

CMYK color model

#CCB090 color CMYK value is (0,14,29,20).

  • cyan value is 0.00%
  • magenta value is 13.73%
  • yellow value is 29.41%
  • key color value is 20.00%

CMYK: (0,14,29,20)
C0M14Y29K20 (0%, 14%, 29%, 20%)
(0.00 / 0.14 / 0.29 / 0.20)

CMYK percentages

%0
%13.73
%29.41
%20

Codes

Color #CCB090 in popluar color models

CC B0 90
RGB 204 176 144
HSL 32° 37.04% 68.24%
HSB/HSV 32° 29.41% 80.00%
CMYK 0.00% 13.73% 29.41%
20.00%

Color #CCB090 in popluar number systems.

HEX CC B0 90
Decimal 204 176 144
Binary 11001100 10110000 10010000
Octal 314 260 220

Shades and tints

Shades of #CCB090

#CCB090
(204,176,144)
#BAA083
(186,160,131)
#A89076
(168,144,118)
#968069
(150,128,105)
#84705C
(132,112,92)
#72604F
(114,96,79)
#605042
(96,80,66)
#4E4035
(78,64,53)
#3C3028
(60,48,40)
#2A201B
(42,32,27)
#18100E
(24,16,14)
#000000
(0,0,0)

Tints of #CCB090

#CCB090
(204,176,144)
#D0B79A
(208,183,154)
#D4BEA4
(212,190,164)
#D8C5AE
(216,197,174)
#DCCCB8
(220,204,184)
#E0D3C2
(224,211,194)
#E4DACC
(228,218,204)
#E8E1D6
(232,225,214)
#ECE8E0
(236,232,224)
#F0EFEA
(240,239,234)
#F4F6F4
(244,246,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCB090 color. Also use rgb(204,176,144) instead hex code.

Text Font Color

.myTextColor { color: #CCB090; }

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

This text font color is #CCB090.

Background Color

.myBgColor { background-color: #CCB090; }

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

This div background color is #CCB090.

Border color

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

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

This div border color is #CCB090.

Opacity

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

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

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

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

This text has shadow with #CCB090 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCB090.

Preview

Color preview on black background

This text has color #CCB090 on black background.


Color preview on white background

This text has color #CCB090 on white background.


Black color preview on #CCB090 background

This text has black color on #CCB090 background.


White color preview on #CCB090 background

This text has white color on #CCB090 background.


Related colors

Complementary color

Complementary color for #hex is #334F6F.


I love getcolorcode.com

Triadic colors

1 #90CCB0 and #B090CC with #CCB090 are triadic colors.

2 #90B0CC and #B0CC90 with #CCB090 are triadic colors.