COLOR #C9997F

HEX: #C9997F
RGB: (201,153,127)

Color info

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

RGB color model

#C9997F color RGB value is (201,153,127).

  • red value is 201;
  • green value is 153;
  • blue value is 127.
RGB:
(201,153,127)
(79%,60%,50%)

RGB channels and saturation

R 201 of 255 = 79%
G 153 of 255 = 60%
B 127 of 255 = 50%

201
153
127

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

Portions of RGB colors in percentages

R + G + B =
201 + 153 + 127 = 481 (100%)
R 201 of 481 ~ 41.79%
G 153 of 481 ~ 31.81%
B 127 of 481 ~ 26.4%

%41.79
%31.81
%26.4

CMYK color model

#C9997F color CMYK value is (0,24,37,21).

  • cyan value is 0.00%
  • magenta value is 23.88%
  • yellow value is 36.82%
  • key color value is 21.18%
CMYK:
(0,24,37,21)
C0M24Y37K21 
(0%,24%,37%,21%)
(0.00/0.24/0.37/0.21)	

CMYK percentages

%0
%23.88
%36.82
%21.18

Codes

Color #C9997F in popluar color models

C9997F
RGB201153127
HSL21°40.66%64.31%
HSB/HSV21°36.82%78.82%
CMYK0.00%23.88%36.82%
21.18%

Color #C9997F in popluar number systems.

HEXC9997F
Decimal201153127
Binary11001001100110011111111
Octal311231177

Shades and tints

Shades of #C9997F

#C9997F
(201,153,127)
#B78C74
(183,140,116)
#A57F69
(165,127,105)
#93725E
(147,114,94)
#816553
(129,101,83)
#6F5848
(111,88,72)
#5D4B3D
(93,75,61)
#4B3E32
(75,62,50)
#393127
(57,49,39)
#27241C
(39,36,28)
#151711
(21,23,17)
#000000
(0,0,0)

Tints of #C9997F

#C9997F
(201,153,127)
#CDA28A
(205,162,138)
#D1AB95
(209,171,149)
#D5B4A0
(213,180,160)
#D9BDAB
(217,189,171)
#DDC6B6
(221,198,182)
#E1CFC1
(225,207,193)
#E5D8CC
(229,216,204)
#E9E1D7
(233,225,215)
#EDEAE2
(237,234,226)
#F1F3ED
(241,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9997F color. Also use rgb(201,153,127) instead hex code.

Text Font Color

.myTextColor { color: #C9997F; }

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

This text font color is #C9997F.


Background Color

.myBgColor { background-color: #C9997F; }

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

This div background color is #C9997F.


Border color

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

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

This div border color is #C9997F.


Opacity

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

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

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

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

This text has shadow with #C9997F color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9997F on black background.


Color preview on white background

This text has color #C9997F on white background.



Black color preview on #C9997F background

This text has black color on #C9997F background.


White color preview on #C9997F background

This text has white color on #C9997F background.