COLOR #C0B198

HEX: #C0B198 RGB: (192,177,152)

Color info

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

RGB color model

#C0B198 color RGB value is (192,177,152).

RGB: (192,177,152) (75%, 69%, 60%)

RGB channels and saturation

R 192 of 255 = 75%
G 177 of 255 = 69%
B 152 of 255 = 60%

192
177
152

R + G + B ~ 68%. #C0B198 is quite light color.

Portions of RGB colors in percentages

R + G + B = 192 + 177 + 152 = 521 (100%)
R 192 of 521 ~ 36.85%
G 177 of 521 ~ 33.97%
B 152 of 521 ~ 29.17'%

%36.85
%33.97
%29.17

CMYK color model

#C0B198 color CMYK value is (0,8,21,25).

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

CMYK: (0,8,21,25)
C0M8Y21K25 (0%, 8%, 21%, 25%)
(0.00 / 0.08 / 0.21 / 0.25)

CMYK percentages

%0
%7.81
%20.83
%24.71

Codes

Color #C0B198 in popluar color models

C0 B1 98
RGB 192 177 152
HSL 38° 24.10% 67.45%
HSB/HSV 38° 20.83% 75.29%
CMYK 0.00% 7.81% 20.83%
24.71%

Color #C0B198 in popluar number systems.

HEX C0 B1 98
Decimal 192 177 152
Binary 11000000 10110001 10011000
Octal 300 261 230

Shades and tints

Shades of #C0B198

#C0B198
(192,177,152)
#AFA18B
(175,161,139)
#9E917E
(158,145,126)
#8D8171
(141,129,113)
#7C7164
(124,113,100)
#6B6157
(107,97,87)
#5A514A
(90,81,74)
#49413D
(73,65,61)
#383130
(56,49,48)
#272123
(39,33,35)
#161116
(22,17,22)
#000000
(0,0,0)

Tints of #C0B198

#C0B198
(192,177,152)
#C5B8A1
(197,184,161)
#CABFAA
(202,191,170)
#CFC6B3
(207,198,179)
#D4CDBC
(212,205,188)
#D9D4C5
(217,212,197)
#DEDBCE
(222,219,206)
#E3E2D7
(227,226,215)
#E8E9E0
(232,233,224)
#EDF0E9
(237,240,233)
#F2F7F2
(242,247,242)
#FFFFFF
(255,255,255)

CSS3 styles

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

Text Font Color

.myTextColor { color: #C0B198; }

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

This text font color is #C0B198.

Background Color

.myBgColor { background-color: #C0B198; }

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

This div background color is #C0B198.

Border color

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

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

This div border color is #C0B198.

Opacity

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

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

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

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

This text has shadow with #C0B198 color.


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

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

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


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

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

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

Div box shadow color

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

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

This div box has shadow with color #C0B198.

Preview

Color preview on black background

This text has color #C0B198 on black background.


Color preview on white background

This text has color #C0B198 on white background.


Black color preview on #C0B198 background

This text has black color on #C0B198 background.


White color preview on #C0B198 background

This text has white color on #C0B198 background.


Related colors

Complementary color

Complementary color for #hex is #3F4E67.


I love getcolorcode.com

Triadic colors

1 #98C0B1 and #B198C0 with #C0B198 are triadic colors.

2 #98B1C0 and #B1C098 with #C0B198 are triadic colors.