Color Hex Logo

#caa163 Color Hex

#CAA163
(202,161,99)
0 Favorites   0 Comments

Color spaces of #caa163

RGB 20216199
HSL0.100.490.59
HSV36°51°79°
CMYK 0.000.200.51   0.21
XYZ39.354138.947117.2477
Yxy38.94710.41190.4076
Hunter Lab62.40763.348427.2992
CIE-Lab68.71297.524737.8419

#caa163 color RGB value is (202,161,99).

#caa163 hex color red value is 202, green value is 161 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #caa163 hue: 0.10 , saturation: 0.49 and the lightness value of caa163 is 0.59.

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

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100001 01100011
Octal 312 241 143
Decimal 202 161 99
Hex CA A1 63

RGB Percentages of Color #caa163

%43.72
%34.85
%21.43

CMYK Percentages of Color #caa163

%0
%20
%51
%21

Triadic Colors of #caa163

#caa163 #63caa1 #a163ca

Analogous Colors of #caa163

#caa163 #c0ca63 #ca6e63

Monochromatic Colors of #caa163

#caa163

Complementary Color

#caa163 #638cca

#caa163 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa163 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa163 Color CSS Codes

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

#caa163 Text Font Color

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

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


#caa163 Background Color

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

This div background color is #caa163


#caa163 Border Color

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

This div border color is #caa163


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa163


Comments

No comments written yet.

Please login to write comment.