Color Hex Logo

#ccc792 Color Hex

#CCC792
(204,199,146)
0 Favorites   0 Comments

Color spaces of #ccc792

RGB 204199146
HSL0.150.360.69
HSV55°28°80°
CMYK 0.000.020.28   0.20
XYZ50.513655.759535.2944
Yxy55.75950.35680.3939
Hunter Lab74.6723-9.926524.2467
CIE-Lab79.4767-6.533127.2282

#ccc792 color RGB value is (204,199,146).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001100 11000111 10010010
Octal 314 307 222
Decimal 204 199 146
Hex CC C7 92

RGB Percentages of Color #ccc792

%37.16
%36.25
%26.59

CMYK Percentages of Color #ccc792

%0
%2
%28
%20

Triadic Colors of #ccc792

#ccc792 #92ccc7 #c792cc

Analogous Colors of #ccc792

#ccc792 #b4cc92 #ccaa92

Monochromatic Colors of #ccc792

#ccc792

Complementary Color

#ccc792 #9297cc

#ccc792 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ccc792 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ccc792 Color CSS Codes

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

#ccc792 Text Font Color

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

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


#ccc792 Background Color

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

This div background color is #ccc792


#ccc792 Border Color

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

This div border color is #ccc792


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ccc792


Comments

No comments written yet.

Please login to write comment.