Color Hex Logo

#cbb095 Color Hex

#CBB095
(203,176,149)
0 Favorites   0 Comments

Color spaces of #cbb095

RGB 203176149
HSL0.080.340.69
HSV30°27°80°
CMYK 0.000.130.27   0.20
XYZ45.578845.917134.8944
Yxy45.91710.36060.3633
Hunter Lab67.76221.480516.9019
CIE-Lab73.49175.621417.4302

#cbb095 color RGB value is (203,176,149).

#cbb095 hex color red value is 203, green value is 176 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #cbb095 hue: 0.08 , saturation: 0.34 and the lightness value of cbb095 is 0.69.

The process color (four color CMYK) of #cbb095 color hex is 0.00, 0.13, 0.27, 0.20. Web safe color of #cbb095 is #cc9999. Color #cbb095 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110000 10010101
Octal 313 260 225
Decimal 203 176 149
Hex CB B0 95

RGB Percentages of Color #cbb095

%38.45
%33.33
%28.22

CMYK Percentages of Color #cbb095

%0
%13
%27
%20

Triadic Colors of #cbb095

#cbb095 #95cbb0 #b095cb

Analogous Colors of #cbb095

#cbb095 #cbcb95 #cb9595

Monochromatic Colors of #cbb095

#cbb095

Complementary Color

#cbb095 #95b0cb

#cbb095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb095 Color CSS Codes

.mybgcolor {background-color:#cbb095; } 
.myforecolor {color:#cbb095; }
.mybordercolor {border:3px solid #cbb095; }

#cbb095 Text Font Color

<p style="color:#cbb095">Text here</p>

This sample text font color is #cbb095
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cbb095 Background Color

<div style="background-color:#cbb095">
Div content here</div>

This div background color is #cbb095


#cbb095 Border Color

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

This div border color is #cbb095


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(203,176,149, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cbb095; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cbb095;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb095;
  box-shadow:         1px 1px 3px 2px #cbb095; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(203,176,149, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cbb095">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cbb095;
  -webkit-box-shadow: 1px 1px 3px 2px #cbb095;
  box-shadow:         1px 1px 3px 2px #cbb095;">
Div content here</div>

This div box has shadow with color #cbb095


Comments

No comments written yet.

Please login to write comment.