COLOR #CC796D

HEX: #CC796D
RGB: (204,121,109)

Color info

#CC796D contains mainly red color. Web safe color of #CC796D is #CC6666 (or #C66).

RGB color model

#CC796D color RGB value is (204,121,109).

  • red value is 204;
  • green value is 121;
  • blue value is 109.
RGB:
(204,121,109)
(80%,47%,43%)

RGB channels and saturation

R 204 of 255 = 80%
G 121 of 255 = 47%
B 109 of 255 = 43%

204
121
109

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

Portions of RGB colors in percentages

R + G + B =
204 + 121 + 109 = 434 (100%)
R 204 of 434 ~ 47%
G 121 of 434 ~ 27.88%
B 109 of 434 ~ 25.12%

%47
%27.88
%25.12

CMYK color model

#CC796D color CMYK value is (0,41,47,20).

  • cyan value is 0.00%
  • magenta value is 40.69%
  • yellow value is 46.57%
  • key color value is 20.00%
CMYK:
(0,41,47,20)
C0M41Y47K20 
(0%,41%,47%,20%)
(0.00/0.41/0.47/0.20)	

CMYK percentages

%0
%40.69
%46.57
%20

Codes

Color #CC796D in popluar color models

CC796D
RGB204121109
HSL48.22%61.37%
HSB/HSV46.57%80.00%
CMYK0.00%40.69%46.57%
20.00%

Color #CC796D in popluar number systems.

HEXCC796D
Decimal204121109
Binary1100110011110011101101
Octal314171155

Shades and tints

Shades of #CC796D

#CC796D
(204,121,109)
#BA6E64
(186,110,100)
#A8635B
(168,99,91)
#965852
(150,88,82)
#844D49
(132,77,73)
#724240
(114,66,64)
#603737
(96,55,55)
#4E2C2E
(78,44,46)
#3C2125
(60,33,37)
#2A161C
(42,22,28)
#180B13
(24,11,19)
#000000
(0,0,0)

Tints of #CC796D

#CC796D
(204,121,109)
#D0857A
(208,133,122)
#D49187
(212,145,135)
#D89D94
(216,157,148)
#DCA9A1
(220,169,161)
#E0B5AE
(224,181,174)
#E4C1BB
(228,193,187)
#E8CDC8
(232,205,200)
#ECD9D5
(236,217,213)
#F0E5E2
(240,229,226)
#F4F1EF
(244,241,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC796D color. Also use rgb(204,121,109) instead hex code.

Text Font Color

.myTextColor { color: #CC796D; }

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

This text font color is #CC796D.


Background Color

.myBgColor { background-color: #CC796D; }

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

This div background color is #CC796D.


Border color

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

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

This div border color is #CC796D.


Opacity

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

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

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

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

This text has shadow with #CC796D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC796D on black background.


Color preview on white background

This text has color #CC796D on white background.



Black color preview on #CC796D background

This text has black color on #CC796D background.


White color preview on #CC796D background

This text has white color on #CC796D background.