COLOR #CC9368

HEX: #CC9368 RGB: (204,147,104)

Color info

#CC9368 contains mainly red and green colors. Web safe color of #CC9368 is #CC9966 (or #C96).

RGB color model

#CC9368 color RGB value is (204,147,104).

RGB: (204,147,104) (80%, 58%, 41%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 104 of 255 = 41%

204
147
104

R + G + B ~ 60%. #CC9368 is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B = 204 + 147 + 104 = 455 (100%)
R 204 of 455 ~ 44.84%
G 147 of 455 ~ 32.31%
B 104 of 455 ~ 22.86'%

%44.84
%32.31
%22.86

CMYK color model

#CC9368 color CMYK value is (0,28,49,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 49.02%
  • key color value is 20.00%

CMYK: (0,28,49,20)
C0M28Y49K20 (0%, 28%, 49%, 20%)
(0.00 / 0.28 / 0.49 / 0.20)

CMYK percentages

%0
%27.94
%49.02
%20

Codes

Color #CC9368 in popluar color models

CC 93 68
RGB 204 147 104
HSL 26° 49.50% 60.39%
HSB/HSV 26° 49.02% 80.00%
CMYK 0.00% 27.94% 49.02%
20.00%

Color #CC9368 in popluar number systems.

HEX CC 93 68
Decimal 204 147 104
Binary 11001100 10010011 1101000
Octal 314 223 150

Shades and tints

Shades of #CC9368

#CC9368
(204,147,104)
#BA865F
(186,134,95)
#A87956
(168,121,86)
#966C4D
(150,108,77)
#845F44
(132,95,68)
#72523B
(114,82,59)
#604532
(96,69,50)
#4E3829
(78,56,41)
#3C2B20
(60,43,32)
#2A1E17
(42,30,23)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #CC9368

#CC9368
(204,147,104)
#D09C75
(208,156,117)
#D4A582
(212,165,130)
#D8AE8F
(216,174,143)
#DCB79C
(220,183,156)
#E0C0A9
(224,192,169)
#E4C9B6
(228,201,182)
#E8D2C3
(232,210,195)
#ECDBD0
(236,219,208)
#F0E4DD
(240,228,221)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9368; }

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

This text font color is #CC9368.

Background Color

.myBgColor { background-color: #CC9368; }

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

This div background color is #CC9368.

Border color

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

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

This div border color is #CC9368.

Opacity

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

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

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

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

This text has shadow with #CC9368 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC9368.

Preview

Color preview on black background

This text has color #CC9368 on black background.


Color preview on white background

This text has color #CC9368 on white background.


Black color preview on #CC9368 background

This text has black color on #CC9368 background.


White color preview on #CC9368 background

This text has white color on #CC9368 background.


Related colors

Complementary color

Complementary color for #hex is #336C97.


I love getcolorcode.com

Triadic colors

1 #68CC93 and #9368CC with #CC9368 are triadic colors.

2 #6893CC and #93CC68 with #CC9368 are triadic colors.