COLOR #C9828A

HEX: #C9828A
RGB: (201,130,138)

Color info

#C9828A contains mainly red color. Web safe color of #C9828A is #CC9999 (or #C99).

RGB color model

#C9828A color RGB value is (201,130,138).

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

RGB channels and saturation

R 201 of 255 = 79%
G 130 of 255 = 51%
B 138 of 255 = 54%

201
130
138

R + G + B ~ 61%. #C9828A is quite light color.

Portions of RGB colors in percentages

R + G + B =
201 + 130 + 138 = 469 (100%)
R 201 of 469 ~ 42.86%
G 130 of 469 ~ 27.72%
B 138 of 469 ~ 29.42%

%42.86
%27.72
%29.42

CMYK color model

#C9828A color CMYK value is (0,35,31,21).

  • cyan value is 0.00%
  • magenta value is 35.32%
  • yellow value is 31.34%
  • key color value is 21.18%
CMYK:
(0,35,31,21)
C0M35Y31K21 
(0%,35%,31%,21%)
(0.00/0.35/0.31/0.21)	

CMYK percentages

%0
%35.32
%31.34
%21.18

Codes

Color #C9828A in popluar color models

C9828A
RGB201130138
HSL353°39.66%64.90%
HSB/HSV353°35.32%78.82%
CMYK0.00%35.32%31.34%
21.18%

Color #C9828A in popluar number systems.

HEXC9828A
Decimal201130138
Binary110010011000001010001010
Octal311202212

Shades and tints

Shades of #C9828A

#C9828A
(201,130,138)
#B7777E
(183,119,126)
#A56C72
(165,108,114)
#936166
(147,97,102)
#81565A
(129,86,90)
#6F4B4E
(111,75,78)
#5D4042
(93,64,66)
#4B3536
(75,53,54)
#392A2A
(57,42,42)
#271F1E
(39,31,30)
#151412
(21,20,18)
#000000
(0,0,0)

Tints of #C9828A

#C9828A
(201,130,138)
#CD8D94
(205,141,148)
#D1989E
(209,152,158)
#D5A3A8
(213,163,168)
#D9AEB2
(217,174,178)
#DDB9BC
(221,185,188)
#E1C4C6
(225,196,198)
#E5CFD0
(229,207,208)
#E9DADA
(233,218,218)
#EDE5E4
(237,229,228)
#F1F0EE
(241,240,238)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C9828A; }

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

This text font color is #C9828A.


Background Color

.myBgColor { background-color: #C9828A; }

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

This div background color is #C9828A.


Border color

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

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

This div border color is #C9828A.


Opacity

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

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

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

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

This text has shadow with #C9828A color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C9828A on black background.


Color preview on white background

This text has color #C9828A on white background.



Black color preview on #C9828A background

This text has black color on #C9828A background.


White color preview on #C9828A background

This text has white color on #C9828A background.