Color Hex Logo

#ccb992 Color Hex

#CCB992
(204,185,146)
0 Favorites   0 Comments

Color spaces of #ccb992

RGB 204185146
HSL0.110.360.69
HSV40°28°80°
CMYK 0.000.090.28   0.20
XYZ47.439149.610634.2696
Yxy49.61060.36130.3778
Hunter Lab70.4348-3.037920.4572
CIE-Lab75.82960.797822.2829

#ccb992 color RGB value is (204,185,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10111001 10010010
Octal 314 271 222
Decimal 204 185 146
Hex CC B9 92

RGB Percentages of Color #ccb992

%38.13
%34.58
%27.29

CMYK Percentages of Color #ccb992

%0
%9
%28
%20

Triadic Colors of #ccb992

#ccb992 #92ccb9 #b992cc

Analogous Colors of #ccb992

#ccb992 #c2cc92 #cc9c92

Monochromatic Colors of #ccb992

#ccb992

Complementary Color

#ccb992 #92a5cc

#ccb992 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb992 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb992 Color CSS Codes

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

#ccb992 Text Font Color

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

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


#ccb992 Background Color

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

This div background color is #ccb992


#ccb992 Border Color

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

This div border color is #ccb992


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb992


Comments

No comments written yet.

Please login to write comment.