COLOR #CC7F68

HEX: #CC7F68 RGB: (204,127,104)

Color info

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

RGB color model

#CC7F68 color RGB value is (204,127,104).

RGB: (204,127,104) (80%, 50%, 41%)

RGB channels and saturation

R 204 of 255 = 80%
G 127 of 255 = 50%
B 104 of 255 = 41%

204
127
104

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

Portions of RGB colors in percentages

R + G + B = 204 + 127 + 104 = 435 (100%)
R 204 of 435 ~ 46.9%
G 127 of 435 ~ 29.2%
B 104 of 435 ~ 23.91'%

%46.9
%29.2
%23.91

CMYK color model

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

  • cyan value is 0.00%
  • magenta value is 37.75%
  • yellow value is 49.02%
  • 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
%37.75
%49.02
%20

Codes

Color #CC7F68 in popluar color models

CC 7F 68
RGB 204 127 104
HSL 14° 49.50% 60.39%
HSB/HSV 14° 49.02% 80.00%
CMYK 0.00% 37.75% 49.02%
20.00%

Color #CC7F68 in popluar number systems.

HEX CC 7F 68
Decimal 204 127 104
Binary 11001100 1111111 1101000
Octal 314 177 150

Shades and tints

Shades of #CC7F68

#CC7F68
(204,127,104)
#BA745F
(186,116,95)
#A86956
(168,105,86)
#965E4D
(150,94,77)
#845344
(132,83,68)
#72483B
(114,72,59)
#603D32
(96,61,50)
#4E3229
(78,50,41)
#3C2720
(60,39,32)
#2A1C17
(42,28,23)
#18110E
(24,17,14)
#000000
(0,0,0)

Tints of #CC7F68

#CC7F68
(204,127,104)
#D08A75
(208,138,117)
#D49582
(212,149,130)
#D8A08F
(216,160,143)
#DCAB9C
(220,171,156)
#E0B6A9
(224,182,169)
#E4C1B6
(228,193,182)
#E8CCC3
(232,204,195)
#ECD7D0
(236,215,208)
#F0E2DD
(240,226,221)
#F4EDEA
(244,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC7F68 color. Also use rgb(204,127,104) instead hex code.

Text Font Color

.myTextColor { color: #CC7F68; }

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

This text font color is #CC7F68.

Background Color

.myBgColor { background-color: #CC7F68; }

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

This div background color is #CC7F68.

Border color

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

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

This div border color is #CC7F68.

Opacity

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

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

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

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

This text has shadow with #CC7F68 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #CC7F68.

Preview

Color preview on black background

This text has color #CC7F68 on black background.


Color preview on white background

This text has color #CC7F68 on white background.


Black color preview on #CC7F68 background

This text has black color on #CC7F68 background.


White color preview on #CC7F68 background

This text has white color on #CC7F68 background.


Related colors

Complementary color

Complementary color for #hex is #338097.


I love getcolorcode.com

Triadic colors

1 #68CC7F and #7F68CC with #CC7F68 are triadic colors.

2 #687FCC and #7FCC68 with #CC7F68 are triadic colors.