COLOR #C09B90

HEX: #C09B90 RGB: (192,155,144)

Color info

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

RGB color model

#C09B90 color RGB value is (192,155,144).

RGB: (192,155,144) (75%, 61%, 56%)

RGB channels and saturation

R 192 of 255 = 75%
G 155 of 255 = 61%
B 144 of 255 = 56%

192
155
144

R + G + B ~ 64%. #C09B90 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 155 + 144 = 491 (100%)
R 192 of 491 ~ 39.1%
G 155 of 491 ~ 31.57%
B 144 of 491 ~ 29.33'%

%39.1
%31.57
%29.33

CMYK color model

#C09B90 color CMYK value is (0,19,25,25).

  • cyan value is 0.00%
  • magenta value is 19.27%
  • yellow value is 25.00%
  • key color value is 24.71%

CMYK: (0,19,25,25)
C0M19Y25K25 (0%, 19%, 25%, 25%)
(0.00 / 0.19 / 0.25 / 0.25)

CMYK percentages

%0
%19.27
%25
%24.71

Codes

Color #C09B90 in popluar color models

C0 9B 90
RGB 192 155 144
HSL 14° 27.59% 65.88%
HSB/HSV 14° 25.00% 75.29%
CMYK 0.00% 19.27% 25.00%
24.71%

Color #C09B90 in popluar number systems.

HEX C0 9B 90
Decimal 192 155 144
Binary 11000000 10011011 10010000
Octal 300 233 220

Shades and tints

Shades of #C09B90

#C09B90
(192,155,144)
#AF8D83
(175,141,131)
#9E7F76
(158,127,118)
#8D7169
(141,113,105)
#7C635C
(124,99,92)
#6B554F
(107,85,79)
#5A4742
(90,71,66)
#493935
(73,57,53)
#382B28
(56,43,40)
#271D1B
(39,29,27)
#160F0E
(22,15,14)
#000000
(0,0,0)

Tints of #C09B90

#C09B90
(192,155,144)
#C5A49A
(197,164,154)
#CAADA4
(202,173,164)
#CFB6AE
(207,182,174)
#D4BFB8
(212,191,184)
#D9C8C2
(217,200,194)
#DED1CC
(222,209,204)
#E3DAD6
(227,218,214)
#E8E3E0
(232,227,224)
#EDECEA
(237,236,234)
#F2F5F4
(242,245,244)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C09B90; }

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

This text font color is #C09B90.

Background Color

.myBgColor { background-color: #C09B90; }

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

This div background color is #C09B90.

Border color

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

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

This div border color is #C09B90.

Opacity

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

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

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

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

This text has shadow with #C09B90 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C09B90.

Preview

Color preview on black background

This text has color #C09B90 on black background.


Color preview on white background

This text has color #C09B90 on white background.


Black color preview on #C09B90 background

This text has black color on #C09B90 background.


White color preview on #C09B90 background

This text has white color on #C09B90 background.


Related colors

Complementary color

Complementary color for #hex is #3F646F.


I love getcolorcode.com

Triadic colors

1 #90C09B and #9B90C0 with #C09B90 are triadic colors.

2 #909BC0 and #9BC090 with #C09B90 are triadic colors.