COLOR #CCA274

HEX: #CCA274 RGB: (204,162,116)

Color info

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

RGB color model

#CCA274 color RGB value is (204,162,116).

RGB: (204,162,116) (80%, 64%, 45%)

RGB channels and saturation

R 204 of 255 = 80%
G 162 of 255 = 64%
B 116 of 255 = 45%

204
162
116

R + G + B ~ 63%. #CCA274 is quite light color.

Portions of RGB colors in percentages

R + G + B = 204 + 162 + 116 = 482 (100%)
R 204 of 482 ~ 42.32%
G 162 of 482 ~ 33.61%
B 116 of 482 ~ 24.07'%

%42.32
%33.61
%24.07

CMYK color model

#CCA274 color CMYK value is (0,21,43,20).

  • cyan value is 0.00%
  • magenta value is 20.59%
  • yellow value is 43.14%
  • key color value is 20.00%
CMYK: (0,21,43,20) C0M21Y43K20 (0%,21%,43%,20%) (0.00/0.21/0.43/0.20) 

CMYK percentages

%0
%20.59
%43.14
%20

Codes

Color #CCA274 in popluar color models

CC A2 74
RGB 204 162 116
HSL 31° 46.32% 62.75%
HSB/HSV 31° 43.14% 80.00%
CMYK 0.00% 20.59% 43.14%
20.00%

Color #CCA274 in popluar number systems.

HEX CC A2 74
Decimal 204 162 116
Binary 11001100 10100010 1110100
Octal 314 242 164

Shades and tints

Shades of #CCA274

#CCA274
(204,162,116)
#BA946A
(186,148,106)
#A88660
(168,134,96)
#967856
(150,120,86)
#846A4C
(132,106,76)
#725C42
(114,92,66)
#604E38
(96,78,56)
#4E402E
(78,64,46)
#3C3224
(60,50,36)
#2A241A
(42,36,26)
#181610
(24,22,16)
#000000
(0,0,0)

Tints of #CCA274

#CCA274
(204,162,116)
#D0AA80
(208,170,128)
#D4B28C
(212,178,140)
#D8BA98
(216,186,152)
#DCC2A4
(220,194,164)
#E0CAB0
(224,202,176)
#E4D2BC
(228,210,188)
#E8DAC8
(232,218,200)
#ECE2D4
(236,226,212)
#F0EAE0
(240,234,224)
#F4F2EC
(244,242,236)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CCA274 color. Also use rgb(204,162,116) instead hex code.

Text Font Color

.myTextColor { color: #CCA274; }

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

This text font color is #CCA274.

Background Color

.myBgColor { background-color: #CCA274; }

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

This div background color is #CCA274.

Border color

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

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

This div border color is #CCA274.

Opacity

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

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

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

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

This text has shadow with #CCA274 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CCA274.

Preview

Color preview on black background

This text has color #CCA274 on black background.


Color preview on white background

This text has color #CCA274 on white background.


Black color preview on #CCA274 background

This text has black color on #CCA274 background.


White color preview on #CCA274 background

This text has white color on #CCA274 background.


Related colors

Complementary color

Complementary color for #hex is #335D8B.


I love getcolorcode.com

Triadic colors

1 #74CCA2 and #A274CC with #CCA274 are triadic colors.

2 #74A2CC and #A2CC74 with #CCA274 are triadic colors.