Color Hex Logo

#cbb496 Color Hex

#CBB496
(203,180,150)
0 Favorites   0 Comments

Color spaces of #cbb496

RGB 203180150
HSL0.090.340.69
HSV34°26°80°
CMYK 0.000.110.26   0.20
XYZ46.454947.541035.5821
Yxy47.54100.35850.3669
Hunter Lab68.9500-0.398517.6680
CIE-Lab74.53453.618318.3348

#cbb496 color RGB value is (203,180,150).

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

The process color (four color CMYK) of #cbb496 color hex is 0.00, 0.11, 0.26, 0.20. Web safe color of #cbb496 is #cccc99. Color #cbb496 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 10010110
Octal 313 264 226
Decimal 203 180 150
Hex CB B4 96

RGB Percentages of Color #cbb496

%38.09
%33.77
%28.14

CMYK Percentages of Color #cbb496

%0
%11
%26
%20

Triadic Colors of #cbb496

#cbb496 #96cbb4 #b496cb

Analogous Colors of #cbb496

#cbb496 #c8cb96 #cb9a96

Monochromatic Colors of #cbb496

#cbb496

Complementary Color

#cbb496 #96adcb

#cbb496 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb496 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb496 Color CSS Codes

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

#cbb496 Text Font Color

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

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


#cbb496 Background Color

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

This div background color is #cbb496


#cbb496 Border Color

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

This div border color is #cbb496


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb496


Comments

No comments written yet.

Please login to write comment.