Color Hex Logo

#caa392 Color Hex

#CAA392
(202,163,146)
0 Favorites   0 Comments

Color spaces of #caa392

RGB 202163146
HSL0.050.350.68
HSV18°28°79°
CMYK 0.000.190.28   0.21
XYZ42.642640.826332.8269
Yxy40.82630.36670.3511
Hunter Lab63.89557.310414.2660
CIE-Lab70.054111.847814.2615

#caa392 color RGB value is (202,163,146).

#caa392 hex color red value is 202, green value is 163 and the blue value of its RGB is 146. Cylindrical-coordinate representations (also known as HSL) of color #caa392 hue: 0.05 , saturation: 0.35 and the lightness value of caa392 is 0.68.

The process color (four color CMYK) of #caa392 color hex is 0.00, 0.19, 0.28, 0.21. Web safe color of #caa392 is #cc9999. Color #caa392 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 10010010
Octal 312 243 222
Decimal 202 163 146
Hex CA A3 92

RGB Percentages of Color #caa392

%39.53
%31.90
%28.57

CMYK Percentages of Color #caa392

%0
%19
%28
%21

Triadic Colors of #caa392

#caa392 #92caa3 #a392ca

Analogous Colors of #caa392

#caa392 #cabf92 #ca929d

Monochromatic Colors of #caa392

#caa392

Complementary Color

#caa392 #92b9ca

#caa392 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa392 Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa392 Color CSS Codes

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

#caa392 Text Font Color

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

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


#caa392 Background Color

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

This div background color is #caa392


#caa392 Border Color

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

This div border color is #caa392


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa392


Comments

No comments written yet.

Please login to write comment.