COLOR #C69B90

HEX: #C69B90
RGB: (198,155,144)

Color info

#C69B90 contains red, green and blue colors in about the same proportion. Web safe color of #C69B90 is #CC9999 (or #C99).

RGB color model

#C69B90 color RGB value is (198,155,144).

  • red value is 198;
  • green value is 155;
  • blue value is 144.
RGB:
(198,155,144)
(78%,61%,56%)

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 144 of 255 = 56%

198
155
144

R + G + B ~ 65%. #C69B90 is quite light color.

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 144 = 497 (100%)
R 198 of 497 ~ 39.84%
G 155 of 497 ~ 31.19%
B 144 of 497 ~ 28.97%

%39.84
%31.19
%28.97

CMYK color model

#C69B90 color CMYK value is (0,22,27,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 27.27%
  • key color value is 22.35%
CMYK:
(0,22,27,22)
C0M22Y27K22 
(0%,22%,27%,22%)
(0.00/0.22/0.27/0.22)	

CMYK percentages

%0
%21.72
%27.27
%22.35

Codes

Color #C69B90 in popluar color models

C69B90
RGB198155144
HSL12°32.14%67.06%
HSB/HSV12°27.27%77.65%
CMYK0.00%21.72%27.27%
22.35%

Color #C69B90 in popluar number systems.

HEXC69B90
Decimal198155144
Binary110001101001101110010000
Octal306233220

Shades and tints

Shades of #C69B90

#C69B90
(198,155,144)
#B48D83
(180,141,131)
#A27F76
(162,127,118)
#907169
(144,113,105)
#7E635C
(126,99,92)
#6C554F
(108,85,79)
#5A4742
(90,71,66)
#483935
(72,57,53)
#362B28
(54,43,40)
#241D1B
(36,29,27)
#120F0E
(18,15,14)
#000000
(0,0,0)

Tints of #C69B90

#C69B90
(198,155,144)
#CBA49A
(203,164,154)
#D0ADA4
(208,173,164)
#D5B6AE
(213,182,174)
#DABFB8
(218,191,184)
#DFC8C2
(223,200,194)
#E4D1CC
(228,209,204)
#E9DAD6
(233,218,214)
#EEE3E0
(238,227,224)
#F3ECEA
(243,236,234)
#F8F5F4
(248,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C69B90 color. Also use rgb(198,155,144) instead hex code.

Text Font Color

.myTextColor { color: #C69B90; }

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

This text font color is #C69B90.


Background Color

.myBgColor { background-color: #C69B90; }

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

This div background color is #C69B90.


Border color

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

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

This div border color is #C69B90.


Opacity

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

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

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

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

This text has shadow with #C69B90 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69B90 on black background.


Color preview on white background

This text has color #C69B90 on white background.



Black color preview on #C69B90 background

This text has black color on #C69B90 background.


White color preview on #C69B90 background

This text has white color on #C69B90 background.