COLOR #C6967D

HEX: #C6967D
RGB: (198,150,125)

Color info

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

RGB color model

#C6967D color RGB value is (198,150,125).

  • red value is 198;
  • green value is 150;
  • blue value is 125.
RGB:
(198,150,125)
(78%,59%,49%)

RGB channels and saturation

R 198 of 255 = 78%
G 150 of 255 = 59%
B 125 of 255 = 49%

198
150
125

R + G + B ~ 62%. #C6967D is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 150 + 125 = 473 (100%)
R 198 of 473 ~ 41.86%
G 150 of 473 ~ 31.71%
B 125 of 473 ~ 26.43%

%41.86
%31.71
%26.43

CMYK color model

#C6967D color CMYK value is (0,24,37,22).

  • cyan value is 0.00%
  • magenta value is 24.24%
  • yellow value is 36.87%
  • key color value is 22.35%
CMYK:
(0,24,37,22)
C0M24Y37K22 
(0%,24%,37%,22%)
(0.00/0.24/0.37/0.22)	

CMYK percentages

%0
%24.24
%36.87
%22.35

Codes

Color #C6967D in popluar color models

C6967D
RGB198150125
HSL21°39.04%63.33%
HSB/HSV21°36.87%77.65%
CMYK0.00%24.24%36.87%
22.35%

Color #C6967D in popluar number systems.

HEXC6967D
Decimal198150125
Binary11000110100101101111101
Octal306226175

Shades and tints

Shades of #C6967D

#C6967D
(198,150,125)
#B48972
(180,137,114)
#A27C67
(162,124,103)
#906F5C
(144,111,92)
#7E6251
(126,98,81)
#6C5546
(108,85,70)
#5A483B
(90,72,59)
#483B30
(72,59,48)
#362E25
(54,46,37)
#24211A
(36,33,26)
#12140F
(18,20,15)
#000000
(0,0,0)

Tints of #C6967D

#C6967D
(198,150,125)
#CB9F88
(203,159,136)
#D0A893
(208,168,147)
#D5B19E
(213,177,158)
#DABAA9
(218,186,169)
#DFC3B4
(223,195,180)
#E4CCBF
(228,204,191)
#E9D5CA
(233,213,202)
#EEDED5
(238,222,213)
#F3E7E0
(243,231,224)
#F8F0EB
(248,240,235)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C6967D color. Also use rgb(198,150,125) instead hex code.

Text Font Color

.myTextColor { color: #C6967D; }

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

This text font color is #C6967D.


Background Color

.myBgColor { background-color: #C6967D; }

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

This div background color is #C6967D.


Border color

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

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

This div border color is #C6967D.


Opacity

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

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

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

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

This text has shadow with #C6967D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C6967D on black background.


Color preview on white background

This text has color #C6967D on white background.



Black color preview on #C6967D background

This text has black color on #C6967D background.


White color preview on #C6967D background

This text has white color on #C6967D background.