Color Hex Logo

#cbb3aa Color Hex

#CBB3AA
(203,179,170)
1 Favorites   0 Comments

Color spaces of #cbb3aa

RGB 203179170
HSL0.050.240.73
HSV16°16°80°
CMYK 0.000.120.16   0.20
XYZ48.004447.839044.7340
Yxy47.83900.34150.3403
Hunter Lab69.16572.847710.0693
CIE-Lab74.72337.13587.7383

#cbb3aa color RGB value is (203,179,170).

#cbb3aa hex color red value is 203, green value is 179 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #cbb3aa hue: 0.05 , saturation: 0.24 and the lightness value of cbb3aa is 0.73.

The process color (four color CMYK) of #cbb3aa color hex is 0.00, 0.12, 0.16, 0.20. Web safe color of #cbb3aa is #cccc99. Color #cbb3aa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110011 10101010
Octal 313 263 252
Decimal 203 179 170
Hex CB B3 AA

RGB Percentages of Color #cbb3aa

%36.78
%32.43
%30.80

CMYK Percentages of Color #cbb3aa

%0
%12
%16
%20

Triadic Colors of #cbb3aa

#cbb3aa #aacbb3 #b3aacb

Analogous Colors of #cbb3aa

#cbb3aa #cbc4aa #cbaab2

Monochromatic Colors of #cbb3aa

#cbb3aa

Complementary Color

#cbb3aa #aac2cb

#cbb3aa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb3aa Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb3aa Color CSS Codes

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

#cbb3aa Text Font Color

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

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


#cbb3aa Background Color

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

This div background color is #cbb3aa


#cbb3aa Border Color

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

This div border color is #cbb3aa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb3aa


Comments

No comments written yet.

Please login to write comment.