COLOR #CC977A

HEX: #CC977A
RGB: (204,151,122)

Color info

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

RGB color model

#CC977A color RGB value is (204,151,122).

  • red value is 204;
  • green value is 151;
  • blue value is 122.
RGB:
(204,151,122)
(80%,59%,48%)

RGB channels and saturation

R 204 of 255 = 80%
G 151 of 255 = 59%
B 122 of 255 = 48%

204
151
122

R + G + B ~ 62%. #CC977A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 151 + 122 = 477 (100%)
R 204 of 477 ~ 42.77%
G 151 of 477 ~ 31.66%
B 122 of 477 ~ 25.58%

%42.77
%31.66
%25.58

CMYK color model

#CC977A color CMYK value is (0,26,40,20).

  • cyan value is 0.00%
  • magenta value is 25.98%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK:
(0,26,40,20)
C0M26Y40K20 
(0%,26%,40%,20%)
(0.00/0.26/0.40/0.20)	

CMYK percentages

%0
%25.98
%40.2
%20

Codes

Color #CC977A in popluar color models

CC977A
RGB204151122
HSL21°44.57%63.92%
HSB/HSV21°40.20%80.00%
CMYK0.00%25.98%40.20%
20.00%

Color #CC977A in popluar number systems.

HEXCC977A
Decimal204151122
Binary11001100100101111111010
Octal314227172

Shades and tints

Shades of #CC977A

#CC977A
(204,151,122)
#BA8A6F
(186,138,111)
#A87D64
(168,125,100)
#967059
(150,112,89)
#84634E
(132,99,78)
#725643
(114,86,67)
#604938
(96,73,56)
#4E3C2D
(78,60,45)
#3C2F22
(60,47,34)
#2A2217
(42,34,23)
#18150C
(24,21,12)
#000000
(0,0,0)

Tints of #CC977A

#CC977A
(204,151,122)
#D0A086
(208,160,134)
#D4A992
(212,169,146)
#D8B29E
(216,178,158)
#DCBBAA
(220,187,170)
#E0C4B6
(224,196,182)
#E4CDC2
(228,205,194)
#E8D6CE
(232,214,206)
#ECDFDA
(236,223,218)
#F0E8E6
(240,232,230)
#F4F1F2
(244,241,242)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC977A color. Also use rgb(204,151,122) instead hex code.

Text Font Color

.myTextColor { color: #CC977A; }

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

This text font color is #CC977A.


Background Color

.myBgColor { background-color: #CC977A; }

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

This div background color is #CC977A.


Border color

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

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

This div border color is #CC977A.


Opacity

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

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

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

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

This text has shadow with #CC977A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC977A on black background.


Color preview on white background

This text has color #CC977A on white background.



Black color preview on #CC977A background

This text has black color on #CC977A background.


White color preview on #CC977A background

This text has white color on #CC977A background.