Color Hex Logo

#ccb693 Color Hex

#CCB693
(204,182,147)
0 Favorites   0 Comments

Color spaces of #ccb693

RGB 204182147
HSL0.100.360.69
HSV37°28°80°
CMYK 0.000.110.28   0.20
XYZ46.896248.399934.4742
Yxy48.39990.36140.3730
Hunter Lab69.5700-1.423219.3189
CIE-Lab75.07652.525520.7141

#ccb693 color RGB value is (204,182,147).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110110 10010011
Octal 314 266 223
Decimal 204 182 147
Hex CC B6 93

RGB Percentages of Color #ccb693

%38.27
%34.15
%27.58

CMYK Percentages of Color #ccb693

%0
%11
%28
%20

Triadic Colors of #ccb693

#ccb693 #93ccb6 #b693cc

Analogous Colors of #ccb693

#ccb693 #c6cc93 #cc9a93

Monochromatic Colors of #ccb693

#ccb693

Complementary Color

#ccb693 #93a9cc

#ccb693 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb693 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb693 Color CSS Codes

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

#ccb693 Text Font Color

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

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


#ccb693 Background Color

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

This div background color is #ccb693


#ccb693 Border Color

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

This div border color is #ccb693


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb693

#ccb693 Color Palettes


Comments

No comments written yet.

Please login to write comment.