COLOR #CC8F75

HEX: #CC8F75
RGB: (204,143,117)

Color info

#CC8F75 contains mainly red color. Web safe color of #CC8F75 is #CC9966 (or #C96).

RGB color model

#CC8F75 color RGB value is (204,143,117).

  • red value is 204;
  • green value is 143;
  • blue value is 117.
RGB:
(204,143,117)
(80%,56%,46%)

RGB channels and saturation

R 204 of 255 = 80%
G 143 of 255 = 56%
B 117 of 255 = 46%

204
143
117

R + G + B ~ 61%. #CC8F75 is quite light color.

Portions of RGB colors in percentages

R + G + B =
204 + 143 + 117 = 464 (100%)
R 204 of 464 ~ 43.97%
G 143 of 464 ~ 30.82%
B 117 of 464 ~ 25.22%

%43.97
%30.82
%25.22

CMYK color model

#CC8F75 color CMYK value is (0,30,43,20).

  • cyan value is 0.00%
  • magenta value is 29.90%
  • yellow value is 42.65%
  • key color value is 20.00%
CMYK:
(0,30,43,20)
C0M30Y43K20 
(0%,30%,43%,20%)
(0.00/0.30/0.43/0.20)	

CMYK percentages

%0
%29.9
%42.65
%20

Codes

Color #CC8F75 in popluar color models

CC8F75
RGB204143117
HSL18°46.03%62.94%
HSB/HSV18°42.65%80.00%
CMYK0.00%29.90%42.65%
20.00%

Color #CC8F75 in popluar number systems.

HEXCC8F75
Decimal204143117
Binary11001100100011111110101
Octal314217165

Shades and tints

Shades of #CC8F75

#CC8F75
(204,143,117)
#BA826B
(186,130,107)
#A87561
(168,117,97)
#966857
(150,104,87)
#845B4D
(132,91,77)
#724E43
(114,78,67)
#604139
(96,65,57)
#4E342F
(78,52,47)
#3C2725
(60,39,37)
#2A1A1B
(42,26,27)
#180D11
(24,13,17)
#000000
(0,0,0)

Tints of #CC8F75

#CC8F75
(204,143,117)
#D09981
(208,153,129)
#D4A38D
(212,163,141)
#D8AD99
(216,173,153)
#DCB7A5
(220,183,165)
#E0C1B1
(224,193,177)
#E4CBBD
(228,203,189)
#E8D5C9
(232,213,201)
#ECDFD5
(236,223,213)
#F0E9E1
(240,233,225)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #CC8F75 color. Also use rgb(204,143,117) instead hex code.

Text Font Color

.myTextColor { color: #CC8F75; }

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

This text font color is #CC8F75.


Background Color

.myBgColor { background-color: #CC8F75; }

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

This div background color is #CC8F75.


Border color

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

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

This div border color is #CC8F75.


Opacity

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

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

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

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

This text has shadow with #CC8F75 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #CC8F75 on black background.


Color preview on white background

This text has color #CC8F75 on white background.



Black color preview on #CC8F75 background

This text has black color on #CC8F75 background.


White color preview on #CC8F75 background

This text has white color on #CC8F75 background.