COLOR #C0B19F

HEX: #C0B19F RGB: (192,177,159)

Color info

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

RGB color model

#C0B19F color RGB value is (192,177,159).

RGB: (192,177,159) (75%, 69%, 62%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 159 of 255 = 62%

192
177
159

R + G + B ~ 69%. #C0B19F is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 177 + 159 = 528 (100%)
R 192 of 528 ~ 36.36%
G 177 of 528 ~ 33.52%
B 159 of 528 ~ 30.11'%

%36.36
%33.52
%30.11

CMYK color model

#C0B19F color CMYK value is (0,8,17,25).

  • cyan value is 0.00%
  • magenta value is 7.81%
  • yellow value is 17.19%
  • key color value is 24.71%

CMYK: (0,8,17,25)
C0M8Y17K25 (0%, 8%, 17%, 25%)
(0.00 / 0.08 / 0.17 / 0.25)

CMYK percentages

%0
%7.81
%17.19
%24.71

Codes

Color #C0B19F in popluar color models

C0 B1 9F
RGB 192 177 159
HSL 33° 20.75% 68.82%
HSB/HSV 33° 17.19% 75.29%
CMYK 0.00% 7.81% 17.19%
24.71%

Color #C0B19F in popluar number systems.

HEX C0 B1 9F
Decimal 192 177 159
Binary 11000000 10110001 10011111
Octal 300 261 237

Shades and tints

Shades of #C0B19F

#C0B19F
(192,177,159)
#AFA191
(175,161,145)
#9E9183
(158,145,131)
#8D8175
(141,129,117)
#7C7167
(124,113,103)
#6B6159
(107,97,89)
#5A514B
(90,81,75)
#49413D
(73,65,61)
#38312F
(56,49,47)
#272121
(39,33,33)
#161113
(22,17,19)
#000000
(0,0,0)

Tints of #C0B19F

#C0B19F
(192,177,159)
#C5B8A7
(197,184,167)
#CABFAF
(202,191,175)
#CFC6B7
(207,198,183)
#D4CDBF
(212,205,191)
#D9D4C7
(217,212,199)
#DEDBCF
(222,219,207)
#E3E2D7
(227,226,215)
#E8E9DF
(232,233,223)
#EDF0E7
(237,240,231)
#F2F7EF
(242,247,239)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #C0B19F color. Also use rgb(192,177,159) instead hex code.

Text Font Color

.myTextColor { color: #C0B19F; }

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

This text font color is #C0B19F.

Background Color

.myBgColor { background-color: #C0B19F; }

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

This div background color is #C0B19F.

Border color

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

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

This div border color is #C0B19F.

Opacity

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

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

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

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

This text has shadow with #C0B19F color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B19F.

Preview

Color preview on black background

This text has color #C0B19F on black background.


Color preview on white background

This text has color #C0B19F on white background.


Black color preview on #C0B19F background

This text has black color on #C0B19F background.


White color preview on #C0B19F background

This text has white color on #C0B19F background.


Related colors

Complementary color

Complementary color for #hex is #3F4E60.


I love getcolorcode.com

Triadic colors

1 #9FC0B1 and #B19FC0 with #C0B19F are triadic colors.

2 #9FB1C0 and #B1C09F with #C0B19F are triadic colors.