COLOR #C67A6D

HEX: #C67A6D
RGB: (198,122,109)

Color info

#C67A6D contains mainly red color. Web safe color of #C67A6D is #CC6666 (or #C66).

RGB color model

#C67A6D color RGB value is (198,122,109).

  • red value is 198;
  • green value is 122;
  • blue value is 109.
RGB:
(198,122,109)
(78%,48%,43%)

RGB channels and saturation

R 198 of 255 = 78%
G 122 of 255 = 48%
B 109 of 255 = 43%

198
122
109

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

Portions of RGB colors in percentages

R + G + B =
198 + 122 + 109 = 429 (100%)
R 198 of 429 ~ 46.15%
G 122 of 429 ~ 28.44%
B 109 of 429 ~ 25.41%

%46.15
%28.44
%25.41

CMYK color model

#C67A6D color CMYK value is (0,38,45,22).

  • cyan value is 0.00%
  • magenta value is 38.38%
  • yellow value is 44.95%
  • key color value is 22.35%
CMYK:
(0,38,45,22)
C0M38Y45K22 
(0%,38%,45%,22%)
(0.00/0.38/0.45/0.22)	

CMYK percentages

%0
%38.38
%44.95
%22.35

Codes

Color #C67A6D in popluar color models

C67A6D
RGB198122109
HSL43.84%60.20%
HSB/HSV44.95%77.65%
CMYK0.00%38.38%44.95%
22.35%

Color #C67A6D in popluar number systems.

HEXC67A6D
Decimal198122109
Binary1100011011110101101101
Octal306172155

Shades and tints

Shades of #C67A6D

#C67A6D
(198,122,109)
#B46F64
(180,111,100)
#A2645B
(162,100,91)
#905952
(144,89,82)
#7E4E49
(126,78,73)
#6C4340
(108,67,64)
#5A3837
(90,56,55)
#482D2E
(72,45,46)
#362225
(54,34,37)
#24171C
(36,23,28)
#120C13
(18,12,19)
#000000
(0,0,0)

Tints of #C67A6D

#C67A6D
(198,122,109)
#CB867A
(203,134,122)
#D09287
(208,146,135)
#D59E94
(213,158,148)
#DAAAA1
(218,170,161)
#DFB6AE
(223,182,174)
#E4C2BB
(228,194,187)
#E9CEC8
(233,206,200)
#EEDAD5
(238,218,213)
#F3E6E2
(243,230,226)
#F8F2EF
(248,242,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C67A6D color. Also use rgb(198,122,109) instead hex code.

Text Font Color

.myTextColor { color: #C67A6D; }

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

This text font color is #C67A6D.


Background Color

.myBgColor { background-color: #C67A6D; }

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

This div background color is #C67A6D.


Border color

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

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

This div border color is #C67A6D.


Opacity

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

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

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

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

This text has shadow with #C67A6D color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C67A6D on black background.


Color preview on white background

This text has color #C67A6D on white background.



Black color preview on #C67A6D background

This text has black color on #C67A6D background.


White color preview on #C67A6D background

This text has white color on #C67A6D background.