Color Hex Logo

#ccb793 Color Hex

#CCB793
(204,183,147)
0 Favorites   0 Comments

Color spaces of #ccb793

RGB 204183147
HSL0.110.360.69
HSV38°28°80°
CMYK 0.000.100.28   0.20
XYZ47.101848.810934.5427
Yxy48.81090.36110.3742
Hunter Lab69.8648-1.921419.5911
CIE-Lab75.33351.993921.0671

#ccb793 color RGB value is (204,183,147).

#ccb793 hex color red value is 204, green value is 183 and the blue value of its RGB is 147. Cylindrical-coordinate representations (also known as HSL) of color #ccb793 hue: 0.11 , saturation: 0.36 and the lightness value of ccb793 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 10010011
Octal 314 267 223
Decimal 204 183 147
Hex CC B7 93

RGB Percentages of Color #ccb793

%38.20
%34.27
%27.53

CMYK Percentages of Color #ccb793

%0
%10
%28
%20

Triadic Colors of #ccb793

#ccb793 #93ccb7 #b793cc

Analogous Colors of #ccb793

#ccb793 #c5cc93 #cc9b93

Monochromatic Colors of #ccb793

#ccb793

Complementary Color

#ccb793 #93a8cc

#ccb793 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb793 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb793 Color CSS Codes

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

#ccb793 Text Font Color

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

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


#ccb793 Background Color

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

This div background color is #ccb793


#ccb793 Border Color

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

This div border color is #ccb793


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,183,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 #ccb793">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb793


Comments

No comments written yet.

Please login to write comment.