Color Hex Logo

#cbb493 Color Hex

#CBB493
(203,180,147)
0 Favorites   0 Comments

Color spaces of #cbb493

RGB 203180147
HSL0.100.350.69
HSV35°28°80°
CMYK 0.000.110.28   0.20
XYZ46.216347.445634.3258
Yxy47.44560.36110.3707
Hunter Lab68.8808-0.774818.6702
CIE-Lab74.47393.204019.8711

#cbb493 color RGB value is (203,180,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001011 10110100 10010011
Octal 313 264 223
Decimal 203 180 147
Hex CB B4 93

RGB Percentages of Color #cbb493

%38.30
%33.96
%27.74

CMYK Percentages of Color #cbb493

%0
%11
%28
%20

Triadic Colors of #cbb493

#cbb493 #93cbb4 #b493cb

Analogous Colors of #cbb493

#cbb493 #c6cb93 #cb9893

Monochromatic Colors of #cbb493

#cbb493

Complementary Color

#cbb493 #93aacb

#cbb493 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cbb493 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cbb493 Color CSS Codes

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

#cbb493 Text Font Color

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

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


#cbb493 Background Color

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

This div background color is #cbb493


#cbb493 Border Color

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

This div border color is #cbb493


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cbb493


Comments

No comments written yet.

Please login to write comment.