Color Hex Logo

#cbb185 Color Hex

#CBB185
(203,177,133)
0 Favorites   0 Comments

Color spaces of #cbb185

RGB 203177133
HSL0.100.400.66
HSV38°34°80°
CMYK 0.000.130.34   0.20
XYZ44.584445.834228.6873
Yxy45.83420.37430.3848
Hunter Lab67.7010-0.925722.2674
CIE-Lab73.43782.986625.9878

#cbb185 color RGB value is (203,177,133).

#cbb185 hex color red value is 203, green value is 177 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #cbb185 hue: 0.10 , saturation: 0.40 and the lightness value of cbb185 is 0.66.

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110001 10000101
Octal 313 261 205
Decimal 203 177 133
Hex CB B1 85

RGB Percentages of Color #cbb185

%39.57
%34.50
%25.93

CMYK Percentages of Color #cbb185

%0
%13
%34
%20

Triadic Colors of #cbb185

#cbb185 #85cbb1 #b185cb

Analogous Colors of #cbb185

#cbb185 #c2cb85 #cb8e85

Monochromatic Colors of #cbb185

#cbb185

Complementary Color

#cbb185 #859fcb

#cbb185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb185 Color CSS Codes

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

#cbb185 Text Font Color

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

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


#cbb185 Background Color

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

This div background color is #cbb185


#cbb185 Border Color

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

This div border color is #cbb185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb185


Comments

No comments written yet.

Please login to write comment.