COLOR #C69385

HEX: #C69385
RGB: (198,147,133)

Color info

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

RGB color model

#C69385 color RGB value is (198,147,133).

  • red value is 198;
  • green value is 147;
  • blue value is 133.
RGB:
(198,147,133)
(78%,58%,52%)

RGB channels and saturation

R 198 of 255 = 78%
G 147 of 255 = 58%
B 133 of 255 = 52%

198
147
133

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

Portions of RGB colors in percentages

R + G + B =
198 + 147 + 133 = 478 (100%)
R 198 of 478 ~ 41.42%
G 147 of 478 ~ 30.75%
B 133 of 478 ~ 27.82%

%41.42
%30.75
%27.82

CMYK color model

#C69385 color CMYK value is (0,26,33,22).

  • cyan value is 0.00%
  • magenta value is 25.76%
  • yellow value is 32.83%
  • key color value is 22.35%
CMYK:
(0,26,33,22)
C0M26Y33K22 
(0%,26%,33%,22%)
(0.00/0.26/0.33/0.22)	

CMYK percentages

%0
%25.76
%32.83
%22.35

Codes

Color #C69385 in popluar color models

C69385
RGB198147133
HSL13°36.31%64.90%
HSB/HSV13°32.83%77.65%
CMYK0.00%25.76%32.83%
22.35%

Color #C69385 in popluar number systems.

HEXC69385
Decimal198147133
Binary110001101001001110000101
Octal306223205

Shades and tints

Shades of #C69385

#C69385
(198,147,133)
#B48679
(180,134,121)
#A2796D
(162,121,109)
#906C61
(144,108,97)
#7E5F55
(126,95,85)
#6C5249
(108,82,73)
#5A453D
(90,69,61)
#483831
(72,56,49)
#362B25
(54,43,37)
#241E19
(36,30,25)
#12110D
(18,17,13)
#000000
(0,0,0)

Tints of #C69385

#C69385
(198,147,133)
#CB9C90
(203,156,144)
#D0A59B
(208,165,155)
#D5AEA6
(213,174,166)
#DAB7B1
(218,183,177)
#DFC0BC
(223,192,188)
#E4C9C7
(228,201,199)
#E9D2D2
(233,210,210)
#EEDBDD
(238,219,221)
#F3E4E8
(243,228,232)
#F8EDF3
(248,237,243)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69385 color. Also use rgb(198,147,133) instead hex code.

Text Font Color

.myTextColor { color: #C69385; }

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

This text font color is #C69385.


Background Color

.myBgColor { background-color: #C69385; }

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

This div background color is #C69385.


Border color

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

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

This div border color is #C69385.


Opacity

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

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

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

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

This text has shadow with #C69385 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69385 on black background.


Color preview on white background

This text has color #C69385 on white background.



Black color preview on #C69385 background

This text has black color on #C69385 background.


White color preview on #C69385 background

This text has white color on #C69385 background.