COLOR #C9658A

HEX: #C9658A
RGB: (201,101,138)

Color info

#C9658A contains mainly red color. Web safe color of #C9658A is #CC6699 (or #C69).

RGB color model

#C9658A color RGB value is (201,101,138).

  • red value is 201;
  • green value is 101;
  • blue value is 138.
RGB:
(201,101,138)
(79%,40%,54%)

RGB channels and saturation

R 201 of 255 = 79%
G 101 of 255 = 40%
B 138 of 255 = 54%

201
101
138

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

Portions of RGB colors in percentages

R + G + B =
201 + 101 + 138 = 440 (100%)
R 201 of 440 ~ 45.68%
G 101 of 440 ~ 22.95%
B 138 of 440 ~ 31.36%

%45.68
%22.95
%31.36

CMYK color model

#C9658A color CMYK value is (0,50,31,21).

  • cyan value is 0.00%
  • magenta value is 49.75%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK:
(0,50,31,21)
C0M50Y31K21 
(0%,50%,31%,21%)
(0.00/0.50/0.31/0.21)	

CMYK percentages

%0
%49.75
%31.34
%21.18

Codes

Color #C9658A in popluar color models

C9658A
RGB201101138
HSL338°48.08%59.22%
HSB/HSV338°49.75%78.82%
CMYK0.00%49.75%31.34%
21.18%

Color #C9658A in popluar number systems.

HEXC9658A
Decimal201101138
Binary11001001110010110001010
Octal311145212

Shades and tints

Shades of #C9658A

#C9658A
(201,101,138)
#B75C7E
(183,92,126)
#A55372
(165,83,114)
#934A66
(147,74,102)
#81415A
(129,65,90)
#6F384E
(111,56,78)
#5D2F42
(93,47,66)
#4B2636
(75,38,54)
#391D2A
(57,29,42)
#27141E
(39,20,30)
#150B12
(21,11,18)
#000000
(0,0,0)

Tints of #C9658A

#C9658A
(201,101,138)
#CD7394
(205,115,148)
#D1819E
(209,129,158)
#D58FA8
(213,143,168)
#D99DB2
(217,157,178)
#DDABBC
(221,171,188)
#E1B9C6
(225,185,198)
#E5C7D0
(229,199,208)
#E9D5DA
(233,213,218)
#EDE3E4
(237,227,228)
#F1F1EE
(241,241,238)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C9658A color. Also use rgb(201,101,138) instead hex code.

Text Font Color

.myTextColor { color: #C9658A; }

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

This text font color is #C9658A.


Background Color

.myBgColor { background-color: #C9658A; }

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

This div background color is #C9658A.


Border color

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

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

This div border color is #C9658A.


Opacity

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

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

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

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

This text has shadow with #C9658A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9658A on black background.


Color preview on white background

This text has color #C9658A on white background.



Black color preview on #C9658A background

This text has black color on #C9658A background.


White color preview on #C9658A background

This text has white color on #C9658A background.