Color Hex Logo

#cbb793 Color Hex

#CBB793
(203,183,147)
0 Favorites   0 Comments

Color spaces of #cbb793

RGB 203183147
HSL0.110.350.69
HSV39°28°80°
CMYK 0.000.100.28   0.20
XYZ46.828548.670134.5299
Yxy48.67010.36010.3743
Hunter Lab69.7640-2.270219.4890
CIE-Lab75.24561.606120.9324

#cbb793 color RGB value is (203,183,147).

#cbb793 hex color red value is 203, green value is 183 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #cbb793 hue: 0.11 , saturation: 0.35 and the lightness value of cbb793 is 0.69.

The process color (four color CMYK) of #cbb793 color hex is 0.00, 0.10, 0.28, 0.20. Web safe color of #cbb793 is #cccc99. Color #cbb793 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110111 10010011
Octal 313 267 223
Decimal 203 183 147
Hex CB B7 93

RGB Percentages of Color #cbb793

%38.09
%34.33
%27.58

CMYK Percentages of Color #cbb793

%0
%10
%28
%20

Triadic Colors of #cbb793

#cbb793 #93cbb7 #b793cb

Analogous Colors of #cbb793

#cbb793 #c3cb93 #cb9b93

Monochromatic Colors of #cbb793

#cbb793

Complementary Color

#cbb793 #93a7cb

#cbb793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb793 Color CSS Codes

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

#cbb793 Text Font Color

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

This sample text font color is #cbb793
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.


#cbb793 Background Color

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

This div background color is #cbb793


#cbb793 Border Color

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

This div border color is #cbb793


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb793


Comments

No comments written yet.

Please login to write comment.