COLOR #C1976C

HEX: #C1976C RGB: (193,151,108)

Color info

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

RGB color model

#C1976C color RGB value is (193,151,108).

RGB: (193,151,108) (76%, 59%, 42%)

RGB channels and saturation

R 193 of 255 = 76%
G 151 of 255 = 59%
B 108 of 255 = 42%

193
151
108

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

Portions of RGB colors in percentages

R + G + B = 193 + 151 + 108 = 452 (100%)
R 193 of 452 ~ 42.7%
G 151 of 452 ~ 33.41%
B 108 of 452 ~ 23.89'%

%42.7
%33.41
%23.89

CMYK color model

#C1976C color CMYK value is (0,22,44,24).

  • cyan value is 0.00%
  • magenta value is 21.76%
  • yellow value is 44.04%
  • key color value is 24.31%

CMYK: (0,22,44,24)
C0M22Y44K24 (0%, 22%, 44%, 24%)
(0.00 / 0.22 / 0.44 / 0.24)

CMYK percentages

%0
%21.76
%44.04
%24.31

Codes

Color #C1976C in popluar color models

C1 97 6C
RGB 193 151 108
HSL 30° 40.67% 59.02%
HSB/HSV 30° 44.04% 75.69%
CMYK 0.00% 21.76% 44.04%
24.31%

Color #C1976C in popluar number systems.

HEX C1 97 6C
Decimal 193 151 108
Binary 11000001 10010111 1101100
Octal 301 227 154

Shades and tints

Shades of #C1976C

#C1976C
(193,151,108)
#B08A63
(176,138,99)
#9F7D5A
(159,125,90)
#8E7051
(142,112,81)
#7D6348
(125,99,72)
#6C563F
(108,86,63)
#5B4936
(91,73,54)
#4A3C2D
(74,60,45)
#392F24
(57,47,36)
#28221B
(40,34,27)
#171512
(23,21,18)
#000000
(0,0,0)

Tints of #C1976C

#C1976C
(193,151,108)
#C6A079
(198,160,121)
#CBA986
(203,169,134)
#D0B293
(208,178,147)
#D5BBA0
(213,187,160)
#DAC4AD
(218,196,173)
#DFCDBA
(223,205,186)
#E4D6C7
(228,214,199)
#E9DFD4
(233,223,212)
#EEE8E1
(238,232,225)
#F3F1EE
(243,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C1976C color. Also use rgb(193,151,108) instead hex code.

Text Font Color

.myTextColor { color: #C1976C; }

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

This text font color is #C1976C.

Background Color

.myBgColor { background-color: #C1976C; }

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

This div background color is #C1976C.

Border color

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

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

This div border color is #C1976C.

Opacity

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

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

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

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

This text has shadow with #C1976C color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C1976C.

Preview

Color preview on black background

This text has color #C1976C on black background.


Color preview on white background

This text has color #C1976C on white background.


Black color preview on #C1976C background

This text has black color on #C1976C background.


White color preview on #C1976C background

This text has white color on #C1976C background.


Related colors

Complementary color

Complementary color for #hex is #3E6893.


I love getcolorcode.com

Triadic colors

1 #6CC197 and #976CC1 with #C1976C are triadic colors.

2 #6C97C1 and #97C16C with #C1976C are triadic colors.