Color Hex Logo

#ccb792 Color Hex

#CCB792
(204,183,146)
0 Favorites   0 Comments

Color spaces of #ccb792

RGB 204183146
HSL0.110.360.69
HSV38°28°80°
CMYK 0.000.100.28   0.20
XYZ47.023648.779734.1311
Yxy48.77970.36190.3754
Hunter Lab69.8425-2.043719.9155
CIE-Lab75.31411.858721.5775

#ccb792 color RGB value is (204,183,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 10110111 10010010
Octal 314 267 222
Decimal 204 183 146
Hex CC B7 92

RGB Percentages of Color #ccb792

%38.27
%34.33
%27.39

CMYK Percentages of Color #ccb792

%0
%10
%28
%20

Triadic Colors of #ccb792

#ccb792 #92ccb7 #b792cc

Analogous Colors of #ccb792

#ccb792 #c4cc92 #cc9a92

Monochromatic Colors of #ccb792

#ccb792

Complementary Color

#ccb792 #92a7cc

#ccb792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccb792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccb792 Color CSS Codes

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

#ccb792 Text Font Color

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

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


#ccb792 Background Color

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

This div background color is #ccb792


#ccb792 Border Color

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

This div border color is #ccb792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccb792


Comments

No comments written yet.

Please login to write comment.