COLOR #C69271

HEX: #C69271
RGB: (198,146,113)

Color info

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

RGB color model

#C69271 color RGB value is (198,146,113).

  • red value is 198;
  • green value is 146;
  • blue value is 113.
RGB:
(198,146,113)
(78%,57%,44%)

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 113 of 255 = 44%

198
146
113

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

Portions of RGB colors in percentages

R + G + B =
198 + 146 + 113 = 457 (100%)
R 198 of 457 ~ 43.33%
G 146 of 457 ~ 31.95%
B 113 of 457 ~ 24.73%

%43.33
%31.95
%24.73

CMYK color model

#C69271 color CMYK value is (0,26,43,22).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 42.93%
  • key color value is 22.35%
CMYK:
(0,26,43,22)
C0M26Y43K22 
(0%,26%,43%,22%)
(0.00/0.26/0.43/0.22)	

CMYK percentages

%0
%26.26
%42.93
%22.35

Codes

Color #C69271 in popluar color models

C69271
RGB198146113
HSL23°42.71%60.98%
HSB/HSV23°42.93%77.65%
CMYK0.00%26.26%42.93%
22.35%

Color #C69271 in popluar number systems.

HEXC69271
Decimal198146113
Binary11000110100100101110001
Octal306222161

Shades and tints

Shades of #C69271

#C69271
(198,146,113)
#B48567
(180,133,103)
#A2785D
(162,120,93)
#906B53
(144,107,83)
#7E5E49
(126,94,73)
#6C513F
(108,81,63)
#5A4435
(90,68,53)
#48372B
(72,55,43)
#362A21
(54,42,33)
#241D17
(36,29,23)
#12100D
(18,16,13)
#000000
(0,0,0)

Tints of #C69271

#C69271
(198,146,113)
#CB9B7D
(203,155,125)
#D0A489
(208,164,137)
#D5AD95
(213,173,149)
#DAB6A1
(218,182,161)
#DFBFAD
(223,191,173)
#E4C8B9
(228,200,185)
#E9D1C5
(233,209,197)
#EEDAD1
(238,218,209)
#F3E3DD
(243,227,221)
#F8ECE9
(248,236,233)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69271 color. Also use rgb(198,146,113) instead hex code.

Text Font Color

.myTextColor { color: #C69271; }

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

This text font color is #C69271.


Background Color

.myBgColor { background-color: #C69271; }

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

This div background color is #C69271.


Border color

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

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

This div border color is #C69271.


Opacity

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

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

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

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

This text has shadow with #C69271 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69271 on black background.


Color preview on white background

This text has color #C69271 on white background.



Black color preview on #C69271 background

This text has black color on #C69271 background.


White color preview on #C69271 background

This text has white color on #C69271 background.