Color Hex Logo

#cca663 Color Hex

#CCA663
(204,166,99)
0 Favorites   0 Comments

Color spaces of #cca663

RGB 20416699
HSL0.110.510.59
HSV38°51°80°
CMYK 0.000.190.51   0.20
XYZ40.790241.010717.5704
Yxy41.01070.41050.4127
Hunter Lab64.03961.626828.5605
CIE-Lab70.18345.665439.7065

#cca663 color RGB value is (204,166,99).

#cca663 hex color red value is 204, green value is 166 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #cca663 hue: 0.11 , saturation: 0.51 and the lightness value of cca663 is 0.59.

The process color (four color CMYK) of #cca663 color hex is 0.00, 0.19, 0.51, 0.20. Web safe color of #cca663 is #cc9966. Color #cca663 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001100 10100110 01100011
Octal 314 246 143
Decimal 204 166 99
Hex CC A6 63

RGB Percentages of Color #cca663

%43.50
%35.39
%21.11

CMYK Percentages of Color #cca663

%0
%19
%51
%20

Triadic Colors of #cca663

#cca663 #63cca6 #a663cc

Analogous Colors of #cca663

#cca663 #becc63 #cc7263

Monochromatic Colors of #cca663

#cca663

Complementary Color

#cca663 #6389cc

#cca663 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cca663 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cca663 Color CSS Codes

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

#cca663 Text Font Color

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

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


#cca663 Background Color

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

This div background color is #cca663


#cca663 Border Color

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

This div border color is #cca663


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(204,166,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cca663">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cca663


Comments

No comments written yet.

Please login to write comment.