COLOR #CC967A

HEX: #CC967A
RGB: (204,150,122)

Color info

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

RGB color model

#CC967A color RGB value is (204,150,122).

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

RGB channels and saturation

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

204
150
122

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

Portions of RGB colors in percentages

R + G + B =
204 + 150 + 122 = 476 (100%)
R 204 of 476 ~ 42.86%
G 150 of 476 ~ 31.51%
B 122 of 476 ~ 25.63%

%42.86
%31.51
%25.63

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 26.47%
  • 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
%26.47
%40.2
%20

Codes

Color #CC967A in popluar color models

CC967A
RGB204150122
HSL20°44.57%63.92%
HSB/HSV20°40.20%80.00%
CMYK0.00%26.47%40.20%
20.00%

Color #CC967A in popluar number systems.

HEXCC967A
Decimal204150122
Binary11001100100101101111010
Octal314226172

Shades and tints

Shades of #CC967A

#CC967A
(204,150,122)
#BA896F
(186,137,111)
#A87C64
(168,124,100)
#966F59
(150,111,89)
#84624E
(132,98,78)
#725543
(114,85,67)
#604838
(96,72,56)
#4E3B2D
(78,59,45)
#3C2E22
(60,46,34)
#2A2117
(42,33,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #CC967A

#CC967A
(204,150,122)
#D09F86
(208,159,134)
#D4A892
(212,168,146)
#D8B19E
(216,177,158)
#DCBAAA
(220,186,170)
#E0C3B6
(224,195,182)
#E4CCC2
(228,204,194)
#E8D5CE
(232,213,206)
#ECDEDA
(236,222,218)
#F0E7E6
(240,231,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CC967A; }

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

This text font color is #CC967A.


Background Color

.myBgColor { background-color: #CC967A; }

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

This div background color is #CC967A.


Border color

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

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

This div border color is #CC967A.


Opacity

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

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

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

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

This text has shadow with #CC967A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC967A on black background.


Color preview on white background

This text has color #CC967A on white background.



Black color preview on #CC967A background

This text has black color on #CC967A background.


White color preview on #CC967A background

This text has white color on #CC967A background.