COLOR #CCA07A

HEX: #CCA07A
RGB: (204,160,122)

Color info

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

RGB color model

#CCA07A color RGB value is (204,160,122).

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

RGB channels and saturation

R 204 of 255 = 80%
G 160 of 255 = 63%
B 122 of 255 = 48%

204
160
122

R + G + B ~ 64%. #CCA07A is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 160 + 122 = 486 (100%)
R 204 of 486 ~ 41.98%
G 160 of 486 ~ 32.92%
B 122 of 486 ~ 25.1%

%41.98
%32.92
%25.1

CMYK color model

#CCA07A color CMYK value is (0,22,40,20).

  • cyan value is 0.00%
  • magenta value is 21.57%
  • yellow value is 40.20%
  • key color value is 20.00%
CMYK:
(0,22,40,20)
C0M22Y40K20 
(0%,22%,40%,20%)
(0.00/0.22/0.40/0.20)	

CMYK percentages

%0
%21.57
%40.2
%20

Codes

Color #CCA07A in popluar color models

CCA07A
RGB204160122
HSL28°44.57%63.92%
HSB/HSV28°40.20%80.00%
CMYK0.00%21.57%40.20%
20.00%

Color #CCA07A in popluar number systems.

HEXCCA07A
Decimal204160122
Binary11001100101000001111010
Octal314240172

Shades and tints

Shades of #CCA07A

#CCA07A
(204,160,122)
#BA926F
(186,146,111)
#A88464
(168,132,100)
#967659
(150,118,89)
#84684E
(132,104,78)
#725A43
(114,90,67)
#604C38
(96,76,56)
#4E3E2D
(78,62,45)
#3C3022
(60,48,34)
#2A2217
(42,34,23)
#18140C
(24,20,12)
#000000
(0,0,0)

Tints of #CCA07A

#CCA07A
(204,160,122)
#D0A886
(208,168,134)
#D4B092
(212,176,146)
#D8B89E
(216,184,158)
#DCC0AA
(220,192,170)
#E0C8B6
(224,200,182)
#E4D0C2
(228,208,194)
#E8D8CE
(232,216,206)
#ECE0DA
(236,224,218)
#F0E8E6
(240,232,230)
#F4F0F2
(244,240,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #CCA07A; }

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

This text font color is #CCA07A.


Background Color

.myBgColor { background-color: #CCA07A; }

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

This div background color is #CCA07A.


Border color

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

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

This div border color is #CCA07A.


Opacity

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

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

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

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

This text has shadow with #CCA07A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CCA07A on black background.


Color preview on white background

This text has color #CCA07A on white background.



Black color preview on #CCA07A background

This text has black color on #CCA07A background.


White color preview on #CCA07A background

This text has white color on #CCA07A background.