Color Hex Logo

#cbb692 Color Hex

#CBB692
(203,182,146)
0 Favorites   0 Comments

Color spaces of #cbb692

RGB 203182146
HSL0.110.350.68
HSV38°28°80°
CMYK 0.000.100.28   0.20
XYZ46.544948.227734.0498
Yxy48.22770.36130.3744
Hunter Lab69.4462-1.894719.5421
CIE-Lab74.96832.002621.0893

#cbb692 color RGB value is (203,182,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110110 10010010
Octal 313 266 222
Decimal 203 182 146
Hex CB B6 92

RGB Percentages of Color #cbb692

%38.23
%34.27
%27.50

CMYK Percentages of Color #cbb692

%0
%10
%28
%20

Triadic Colors of #cbb692

#cbb692 #92cbb6 #b692cb

Analogous Colors of #cbb692

#cbb692 #c4cb92 #cb9a92

Monochromatic Colors of #cbb692

#cbb692

Complementary Color

#cbb692 #92a7cb

#cbb692 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb692 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb692 Color CSS Codes

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

#cbb692 Text Font Color

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

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


#cbb692 Background Color

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

This div background color is #cbb692


#cbb692 Border Color

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

This div border color is #cbb692


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb692


Comments

No comments written yet.

Please login to write comment.