COLOR #C99F69

HEX: #C99F69
RGB: (201,159,105)

Color info

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

RGB color model

#C99F69 color RGB value is (201,159,105).

  • red value is 201;
  • green value is 159;
  • blue value is 105.
RGB:
(201,159,105)
(79%,62%,41%)

RGB channels and saturation

R 201 of 255 = 79%
G 159 of 255 = 62%
B 105 of 255 = 41%

201
159
105

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

Portions of RGB colors in percentages

R + G + B =
201 + 159 + 105 = 465 (100%)
R 201 of 465 ~ 43.23%
G 159 of 465 ~ 34.19%
B 105 of 465 ~ 22.58%

%43.23
%34.19
%22.58

CMYK color model

#C99F69 color CMYK value is (0,21,48,21).

  • cyan value is 0.00%
  • magenta value is 20.90%
  • yellow value is 47.76%
  • key color value is 21.18%
CMYK:
(0,21,48,21)
C0M21Y48K21 
(0%,21%,48%,21%)
(0.00/0.21/0.48/0.21)	

CMYK percentages

%0
%20.9
%47.76
%21.18

Codes

Color #C99F69 in popluar color models

C99F69
RGB201159105
HSL34°47.06%60.00%
HSB/HSV34°47.76%78.82%
CMYK0.00%20.90%47.76%
21.18%

Color #C99F69 in popluar number systems.

HEXC99F69
Decimal201159105
Binary11001001100111111101001
Octal311237151

Shades and tints

Shades of #C99F69

#C99F69
(201,159,105)
#B79160
(183,145,96)
#A58357
(165,131,87)
#93754E
(147,117,78)
#816745
(129,103,69)
#6F593C
(111,89,60)
#5D4B33
(93,75,51)
#4B3D2A
(75,61,42)
#392F21
(57,47,33)
#272118
(39,33,24)
#15130F
(21,19,15)
#000000
(0,0,0)

Tints of #C99F69

#C99F69
(201,159,105)
#CDA776
(205,167,118)
#D1AF83
(209,175,131)
#D5B790
(213,183,144)
#D9BF9D
(217,191,157)
#DDC7AA
(221,199,170)
#E1CFB7
(225,207,183)
#E5D7C4
(229,215,196)
#E9DFD1
(233,223,209)
#EDE7DE
(237,231,222)
#F1EFEB
(241,239,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C99F69 color. Also use rgb(201,159,105) instead hex code.

Text Font Color

.myTextColor { color: #C99F69; }

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

This text font color is #C99F69.


Background Color

.myBgColor { background-color: #C99F69; }

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

This div background color is #C99F69.


Border color

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

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

This div border color is #C99F69.


Opacity

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

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

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

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

This text has shadow with #C99F69 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C99F69 on black background.


Color preview on white background

This text has color #C99F69 on white background.



Black color preview on #C99F69 background

This text has black color on #C99F69 background.


White color preview on #C99F69 background

This text has white color on #C99F69 background.