COLOR #C69564

HEX: #C69564
RGB: (198,149,100)

Color info

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

RGB color model

#C69564 color RGB value is (198,149,100).

  • red value is 198;
  • green value is 149;
  • blue value is 100.
RGB:
(198,149,100)
(78%,58%,39%)

RGB channels and saturation

R 198 of 255 = 78%
G 149 of 255 = 58%
B 100 of 255 = 39%

198
149
100

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

Portions of RGB colors in percentages

R + G + B =
198 + 149 + 100 = 447 (100%)
R 198 of 447 ~ 44.3%
G 149 of 447 ~ 33.33%
B 100 of 447 ~ 22.37%

%44.3
%33.33
%22.37

CMYK color model

#C69564 color CMYK value is (0,25,49,22).

  • cyan value is 0.00%
  • magenta value is 24.75%
  • yellow value is 49.49%
  • key color value is 22.35%
CMYK:
(0,25,49,22)
C0M25Y49K22 
(0%,25%,49%,22%)
(0.00/0.25/0.49/0.22)	

CMYK percentages

%0
%24.75
%49.49
%22.35

Codes

Color #C69564 in popluar color models

C69564
RGB198149100
HSL30°46.23%58.43%
HSB/HSV30°49.49%77.65%
CMYK0.00%24.75%49.49%
22.35%

Color #C69564 in popluar number systems.

HEXC69564
Decimal198149100
Binary11000110100101011100100
Octal306225144

Shades and tints

Shades of #C69564

#C69564
(198,149,100)
#B4885B
(180,136,91)
#A27B52
(162,123,82)
#906E49
(144,110,73)
#7E6140
(126,97,64)
#6C5437
(108,84,55)
#5A472E
(90,71,46)
#483A25
(72,58,37)
#362D1C
(54,45,28)
#242013
(36,32,19)
#12130A
(18,19,10)
#000000
(0,0,0)

Tints of #C69564

#C69564
(198,149,100)
#CB9E72
(203,158,114)
#D0A780
(208,167,128)
#D5B08E
(213,176,142)
#DAB99C
(218,185,156)
#DFC2AA
(223,194,170)
#E4CBB8
(228,203,184)
#E9D4C6
(233,212,198)
#EEDDD4
(238,221,212)
#F3E6E2
(243,230,226)
#F8EFF0
(248,239,240)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69564 color. Also use rgb(198,149,100) instead hex code.

Text Font Color

.myTextColor { color: #C69564; }

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

This text font color is #C69564.


Background Color

.myBgColor { background-color: #C69564; }

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

This div background color is #C69564.


Border color

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

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

This div border color is #C69564.


Opacity

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

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

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

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

This text has shadow with #C69564 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69564 on black background.


Color preview on white background

This text has color #C69564 on white background.



Black color preview on #C69564 background

This text has black color on #C69564 background.


White color preview on #C69564 background

This text has white color on #C69564 background.