COLOR #CC7E69

HEX: #CC7E69 RGB: (204,126,105)

Color info

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

RGB color model

#CC7E69 color RGB value is (204,126,105).

RGB: (204,126,105) (80%, 49%, 41%)

RGB channels and saturation

R 204 of 255 = 80%
G 126 of 255 = 49%
B 105 of 255 = 41%

204
126
105

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

Portions of RGB colors in percentages

R + G + B = 204 + 126 + 105 = 435 (100%)
R 204 of 435 ~ 46.9%
G 126 of 435 ~ 28.97%
B 105 of 435 ~ 24.14'%

%46.9
%28.97
%24.14

CMYK color model

#CC7E69 color CMYK value is (0,38,49,20).

  • cyan value is 0.00%
  • magenta value is 38.24%
  • yellow value is 48.53%
  • key color value is 20.00%

CMYK: (0,38,49,20)
C0M38Y49K20 (0%, 38%, 49%, 20%)
(0.00 / 0.38 / 0.49 / 0.20)

CMYK percentages

%0
%38.24
%48.53
%20

Codes

Color #CC7E69 in popluar color models

CC 7E 69
RGB 204 126 105
HSL 13° 49.25% 60.59%
HSB/HSV 13° 48.53% 80.00%
CMYK 0.00% 38.24% 48.53%
20.00%

Color #CC7E69 in popluar number systems.

HEX CC 7E 69
Decimal 204 126 105
Binary 11001100 1111110 1101001
Octal 314 176 151

Shades and tints

Shades of #CC7E69

#CC7E69
(204,126,105)
#BA7360
(186,115,96)
#A86857
(168,104,87)
#965D4E
(150,93,78)
#845245
(132,82,69)
#72473C
(114,71,60)
#603C33
(96,60,51)
#4E312A
(78,49,42)
#3C2621
(60,38,33)
#2A1B18
(42,27,24)
#18100F
(24,16,15)
#000000
(0,0,0)

Tints of #CC7E69

#CC7E69
(204,126,105)
#D08976
(208,137,118)
#D49483
(212,148,131)
#D89F90
(216,159,144)
#DCAA9D
(220,170,157)
#E0B5AA
(224,181,170)
#E4C0B7
(228,192,183)
#E8CBC4
(232,203,196)
#ECD6D1
(236,214,209)
#F0E1DE
(240,225,222)
#F4ECEB
(244,236,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7E69 color. Also use rgb(204,126,105) instead hex code.

Text Font Color

.myTextColor { color: #CC7E69; }

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

This text font color is #CC7E69.

Background Color

.myBgColor { background-color: #CC7E69; }

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

This div background color is #CC7E69.

Border color

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

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

This div border color is #CC7E69.

Opacity

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

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

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

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

This text has shadow with #CC7E69 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7E69.

Preview

Color preview on black background

This text has color #CC7E69 on black background.


Color preview on white background

This text has color #CC7E69 on white background.


Black color preview on #CC7E69 background

This text has black color on #CC7E69 background.


White color preview on #CC7E69 background

This text has white color on #CC7E69 background.


Related colors

Complementary color

Complementary color for #hex is #338196.


I love getcolorcode.com

Triadic colors

1 #69CC7E and #7E69CC with #CC7E69 are triadic colors.

2 #697ECC and #7ECC69 with #CC7E69 are triadic colors.