Color Hex Logo

#cbb173 Color Hex

#CBB173
(203,177,115)
0 Favorites   0 Comments

Color spaces of #cbb173

RGB 203177115
HSL0.120.460.62
HSV42°43°80°
CMYK 0.000.130.43   0.20
XYZ43.445345.378622.6888
Yxy45.37860.38960.4069
Hunter Lab67.3636-2.765127.1850
CIE-Lab73.14050.931035.1190

#cbb173 color RGB value is (203,177,115).

#cbb173 hex color red value is 203, green value is 177 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #cbb173 hue: 0.12 , saturation: 0.46 and the lightness value of cbb173 is 0.62.

The process color (four color CMYK) of #cbb173 color hex is 0.00, 0.13, 0.43, 0.20. Web safe color of #cbb173 is #cc9966. Color #cbb173 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 01110011
Octal 313 261 163
Decimal 203 177 115
Hex CB B1 73

RGB Percentages of Color #cbb173

%41.01
%35.76
%23.23

CMYK Percentages of Color #cbb173

%0
%13
%43
%20

Triadic Colors of #cbb173

#cbb173 #73cbb1 #b173cb

Analogous Colors of #cbb173

#cbb173 #b9cb73 #cb8573

Monochromatic Colors of #cbb173

#cbb173

Complementary Color

#cbb173 #738dcb

#cbb173 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb173 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb173 Color CSS Codes

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

#cbb173 Text Font Color

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

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


#cbb173 Background Color

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

This div background color is #cbb173


#cbb173 Border Color

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

This div border color is #cbb173


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb173


Comments

No comments written yet.

Please login to write comment.