COLOR #C69B92

HEX: #C69B92
RGB: (198,155,146)

Color info

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

RGB color model

#C69B92 color RGB value is (198,155,146).

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

RGB channels and saturation

R 198 of 255 = 78%
G 155 of 255 = 61%
B 146 of 255 = 57%

198
155
146

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

Portions of RGB colors in percentages

R + G + B =
198 + 155 + 146 = 499 (100%)
R 198 of 499 ~ 39.68%
G 155 of 499 ~ 31.06%
B 146 of 499 ~ 29.26%

%39.68
%31.06
%29.26

CMYK color model

#C69B92 color CMYK value is (0,22,26,22).

  • cyan value is 0.00%
  • magenta value is 21.72%
  • yellow value is 26.26%
  • key color value is 22.35%
CMYK:
(0,22,26,22)
C0M22Y26K22 
(0%,22%,26%,22%)
(0.00/0.22/0.26/0.22)	

CMYK percentages

%0
%21.72
%26.26
%22.35

Codes

Color #C69B92 in popluar color models

C69B92
RGB198155146
HSL10°31.33%67.45%
HSB/HSV10°26.26%77.65%
CMYK0.00%21.72%26.26%
22.35%

Color #C69B92 in popluar number systems.

HEXC69B92
Decimal198155146
Binary110001101001101110010010
Octal306233222

Shades and tints

Shades of #C69B92

#C69B92
(198,155,146)
#B48D85
(180,141,133)
#A27F78
(162,127,120)
#90716B
(144,113,107)
#7E635E
(126,99,94)
#6C5551
(108,85,81)
#5A4744
(90,71,68)
#483937
(72,57,55)
#362B2A
(54,43,42)
#241D1D
(36,29,29)
#120F10
(18,15,16)
#000000
(0,0,0)

Tints of #C69B92

#C69B92
(198,155,146)
#CBA49B
(203,164,155)
#D0ADA4
(208,173,164)
#D5B6AD
(213,182,173)
#DABFB6
(218,191,182)
#DFC8BF
(223,200,191)
#E4D1C8
(228,209,200)
#E9DAD1
(233,218,209)
#EEE3DA
(238,227,218)
#F3ECE3
(243,236,227)
#F8F5EC
(248,245,236)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C69B92; }

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

This text font color is #C69B92.


Background Color

.myBgColor { background-color: #C69B92; }

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

This div background color is #C69B92.


Border color

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

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

This div border color is #C69B92.


Opacity

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

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

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

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

This text has shadow with #C69B92 color.

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

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

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


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

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

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


Div box shadow color

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

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

Preview

Color preview on black background

This text has color #C69B92 on black background.


Color preview on white background

This text has color #C69B92 on white background.



Black color preview on #C69B92 background

This text has black color on #C69B92 background.


White color preview on #C69B92 background

This text has white color on #C69B92 background.