COLOR #C29975

HEX: #C29975
RGB: (194,153,117)

Color info

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

RGB color model

#C29975 color RGB value is (194,153,117).

  • red value is 194;
  • green value is 153;
  • blue value is 117.
RGB:
(194,153,117)
(76%,60%,46%)

RGB channels and saturation

R 194 of 255 = 76%
G 153 of 255 = 60%
B 117 of 255 = 46%

194
153
117

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

Portions of RGB colors in percentages

R + G + B =
194 + 153 + 117 = 464 (100%)
R 194 of 464 ~ 41.81%
G 153 of 464 ~ 32.97%
B 117 of 464 ~ 25.22%

%41.81
%32.97
%25.22

CMYK color model

#C29975 color CMYK value is (0,21,40,24).

  • cyan value is 0.00%
  • magenta value is 21.13%
  • yellow value is 39.69%
  • key color value is 23.92%
CMYK:
(0,21,40,24)
C0M21Y40K24 
(0%,21%,40%,24%)
(0.00/0.21/0.40/0.24)	

CMYK percentages

%0
%21.13
%39.69
%23.92

Codes

Color #C29975 in popluar color models

C29975
RGB194153117
HSL28°38.69%60.98%
HSB/HSV28°39.69%76.08%
CMYK0.00%21.13%39.69%
23.92%

Color #C29975 in popluar number systems.

HEXC29975
Decimal194153117
Binary11000010100110011110101
Octal302231165

Shades and tints

Shades of #C29975

#C29975
(194,153,117)
#B18C6B
(177,140,107)
#A07F61
(160,127,97)
#8F7257
(143,114,87)
#7E654D
(126,101,77)
#6D5843
(109,88,67)
#5C4B39
(92,75,57)
#4B3E2F
(75,62,47)
#3A3125
(58,49,37)
#29241B
(41,36,27)
#181711
(24,23,17)
#000000
(0,0,0)

Tints of #C29975

#C29975
(194,153,117)
#C7A281
(199,162,129)
#CCAB8D
(204,171,141)
#D1B499
(209,180,153)
#D6BDA5
(214,189,165)
#DBC6B1
(219,198,177)
#E0CFBD
(224,207,189)
#E5D8C9
(229,216,201)
#EAE1D5
(234,225,213)
#EFEAE1
(239,234,225)
#F4F3ED
(244,243,237)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C29975 color. Also use rgb(194,153,117) instead hex code.

Text Font Color

.myTextColor { color: #C29975; }

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

This text font color is #C29975.


Background Color

.myBgColor { background-color: #C29975; }

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

This div background color is #C29975.


Border color

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

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

This div border color is #C29975.


Opacity

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

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

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

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

This text has shadow with #C29975 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C29975 on black background.


Color preview on white background

This text has color #C29975 on white background.



Black color preview on #C29975 background

This text has black color on #C29975 background.


White color preview on #C29975 background

This text has white color on #C29975 background.