COLOR #C69289

HEX: #C69289
RGB: (198,146,137)

Color info

#C69289 contains mainly red and green colors. Web safe color of #C69289 is #CC9999 (or #C99).

RGB color model

#C69289 color RGB value is (198,146,137).

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

RGB channels and saturation

R 198 of 255 = 78%
G 146 of 255 = 57%
B 137 of 255 = 54%

198
146
137

R + G + B ~ 63%. #C69289 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 146 + 137 = 481 (100%)
R 198 of 481 ~ 41.16%
G 146 of 481 ~ 30.35%
B 137 of 481 ~ 28.48%

%41.16
%30.35
%28.48

CMYK color model

#C69289 color CMYK value is (0,26,31,22).

  • cyan value is 0.00%
  • magenta value is 26.26%
  • yellow value is 30.81%
  • key color value is 22.35%
CMYK:
(0,26,31,22)
C0M26Y31K22 
(0%,26%,31%,22%)
(0.00/0.26/0.31/0.22)	

CMYK percentages

%0
%26.26
%30.81
%22.35

Codes

Color #C69289 in popluar color models

C69289
RGB198146137
HSL34.86%65.69%
HSB/HSV30.81%77.65%
CMYK0.00%26.26%30.81%
22.35%

Color #C69289 in popluar number systems.

HEXC69289
Decimal198146137
Binary110001101001001010001001
Octal306222211

Shades and tints

Shades of #C69289

#C69289
(198,146,137)
#B4857D
(180,133,125)
#A27871
(162,120,113)
#906B65
(144,107,101)
#7E5E59
(126,94,89)
#6C514D
(108,81,77)
#5A4441
(90,68,65)
#483735
(72,55,53)
#362A29
(54,42,41)
#241D1D
(36,29,29)
#121011
(18,16,17)
#000000
(0,0,0)

Tints of #C69289

#C69289
(198,146,137)
#CB9B93
(203,155,147)
#D0A49D
(208,164,157)
#D5ADA7
(213,173,167)
#DAB6B1
(218,182,177)
#DFBFBB
(223,191,187)
#E4C8C5
(228,200,197)
#E9D1CF
(233,209,207)
#EEDAD9
(238,218,217)
#F3E3E3
(243,227,227)
#F8ECED
(248,236,237)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69289; }

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

This text font color is #C69289.


Background Color

.myBgColor { background-color: #C69289; }

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

This div background color is #C69289.


Border color

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

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

This div border color is #C69289.


Opacity

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

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

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

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

This text has shadow with #C69289 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69289 on black background.


Color preview on white background

This text has color #C69289 on white background.



Black color preview on #C69289 background

This text has black color on #C69289 background.


White color preview on #C69289 background

This text has white color on #C69289 background.