COLOR #C9754A

HEX: #C9754A RGB: (201,117,74)

Color info

#C9754A contains mainly red color. Web safe color of #C9754A is #CC6633 (or #C63).

RGB color model

#C9754A color RGB value is (201,117,74).

RGB: (201,117,74) (79%, 46%, 29%)

RGB channels and saturation

R 201 of 255 = 79%
G 117 of 255 = 46%
B 74 of 255 = 29%

201
117
74

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

Portions of RGB colors in percentages

R + G + B = 201 + 117 + 74 = 392 (100%)
R 201 of 392 ~ 51.28%
G 117 of 392 ~ 29.85%
B 74 of 392 ~ 18.88'%

%51.28
%29.85
%18.88

CMYK color model

#C9754A color CMYK value is (0,42,63,21).

  • cyan value is 0.00%
  • magenta value is 41.79%
  • yellow value is 63.18%
  • key color value is 21.18%

CMYK: (0,42,63,21)
C0M42Y63K21 (0%, 42%, 63%, 21%)
(0.00 / 0.42 / 0.63 / 0.21)

CMYK percentages

%0
%41.79
%63.18
%21.18

Codes

Color #C9754A in popluar color models

C9 75 4A
RGB 201 117 74
HSL 20° 54.04% 53.92%
HSB/HSV 20° 63.18% 78.82%
CMYK 0.00% 41.79% 63.18%
21.18%

Color #C9754A in popluar number systems.

HEX C9 75 4A
Decimal 201 117 74
Binary 11001001 1110101 1001010
Octal 311 165 112

Shades and tints

Shades of #C9754A

#C9754A
(201,117,74)
#B76B44
(183,107,68)
#A5613E
(165,97,62)
#935738
(147,87,56)
#814D32
(129,77,50)
#6F432C
(111,67,44)
#5D3926
(93,57,38)
#4B2F20
(75,47,32)
#39251A
(57,37,26)
#271B14
(39,27,20)
#15110E
(21,17,14)
#000000
(0,0,0)

Tints of #C9754A

#C9754A
(201,117,74)
#CD815A
(205,129,90)
#D18D6A
(209,141,106)
#D5997A
(213,153,122)
#D9A58A
(217,165,138)
#DDB19A
(221,177,154)
#E1BDAA
(225,189,170)
#E5C9BA
(229,201,186)
#E9D5CA
(233,213,202)
#EDE1DA
(237,225,218)
#F1EDEA
(241,237,234)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9754A color. Also use rgb(201,117,74) instead hex code.

Text Font Color

.myTextColor { color: #C9754A; }

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

This text font color is #C9754A.

Background Color

.myBgColor { background-color: #C9754A; }

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

This div background color is #C9754A.

Border color

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

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

This div border color is #C9754A.

Opacity

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

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

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

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

This text has shadow with #C9754A color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C9754A.

Preview

Color preview on black background

This text has color #C9754A on black background.


Color preview on white background

This text has color #C9754A on white background.


Black color preview on #C9754A background

This text has black color on #C9754A background.


White color preview on #C9754A background

This text has white color on #C9754A background.


Related colors

Complementary color

Complementary color for #hex is #368AB5.


I love getcolorcode.com

Triadic colors

1 #4AC975 and #754AC9 with #C9754A are triadic colors.

2 #4A75C9 and #75C94A with #C9754A are triadic colors.