COLOR #CC9359

HEX: #CC9359
RGB: (204,147,89)

Color info

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

RGB color model

#CC9359 color RGB value is (204,147,89).

  • red value is 204;
  • green value is 147;
  • blue value is 89.
RGB:
(204,147,89)
(80%,58%,35%)

RGB channels and saturation

R 204 of 255 = 80%
G 147 of 255 = 58%
B 89 of 255 = 35%

204
147
89

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

Portions of RGB colors in percentages

R + G + B =
204 + 147 + 89 = 440 (100%)
R 204 of 440 ~ 46.36%
G 147 of 440 ~ 33.41%
B 89 of 440 ~ 20.23%

%46.36
%33.41
%20.23

CMYK color model

#CC9359 color CMYK value is (0,28,56,20).

  • cyan value is 0.00%
  • magenta value is 27.94%
  • yellow value is 56.37%
  • key color value is 20.00%
CMYK:
(0,28,56,20)
C0M28Y56K20 
(0%,28%,56%,20%)
(0.00/0.28/0.56/0.20)	

CMYK percentages

%0
%27.94
%56.37
%20

Codes

Color #CC9359 in popluar color models

CC9359
RGB20414789
HSL30°53.00%57.45%
HSB/HSV30°56.37%80.00%
CMYK0.00%27.94%56.37%
20.00%

Color #CC9359 in popluar number systems.

HEXCC9359
Decimal20414789
Binary11001100100100111011001
Octal314223131

Shades and tints

Shades of #CC9359

#CC9359
(204,147,89)
#BA8651
(186,134,81)
#A87949
(168,121,73)
#966C41
(150,108,65)
#845F39
(132,95,57)
#725231
(114,82,49)
#604529
(96,69,41)
#4E3821
(78,56,33)
#3C2B19
(60,43,25)
#2A1E11
(42,30,17)
#181109
(24,17,9)
#000000
(0,0,0)

Tints of #CC9359

#CC9359
(204,147,89)
#D09C68
(208,156,104)
#D4A577
(212,165,119)
#D8AE86
(216,174,134)
#DCB795
(220,183,149)
#E0C0A4
(224,192,164)
#E4C9B3
(228,201,179)
#E8D2C2
(232,210,194)
#ECDBD1
(236,219,209)
#F0E4E0
(240,228,224)
#F4EDEF
(244,237,239)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC9359; }

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

This text font color is #CC9359.


Background Color

.myBgColor { background-color: #CC9359; }

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

This div background color is #CC9359.


Border color

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

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

This div border color is #CC9359.


Opacity

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

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

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

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

This text has shadow with #CC9359 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC9359 on black background.


Color preview on white background

This text has color #CC9359 on white background.



Black color preview on #CC9359 background

This text has black color on #CC9359 background.


White color preview on #CC9359 background

This text has white color on #CC9359 background.