color codes Logo

#caa38d color codes

#CAA38D
(202,163,141)
0 Favorites   0 Comments

Color spaces of #caa38d

RGB 202163141
HSL0.060.370.67
HSV22°30°79°
CMYK 0.000.190.30   0.21
XYZ42.262040.674030.8227
Yxy40.67400.37150.3575
Hunter Lab63.77626.676715.9888
CIE-Lab69.946911.167416.8635

#caa38d color RGB value is (202,163,141).

#caa38d hex color red value is 202, green value is 163 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #caa38d hue: 0.06 , saturation: 0.37 and the lightness value of caa38d is 0.67.

The process color (four color CMYK) of #caa38d color code is 0.00, 0.19, 0.30, 0.21. Web safe color of #caa38d is #cc9999. Color #caa38d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10100011 10001101
Octal 312 243 215
Decimal 202 163 141
Hex CA A3 8D

RGB Percentages of Color #caa38d

%39.92
%32.21
%27.87

CMYK Percentages of Color #caa38d

%0
%19
%30
%21

Triadic Colors of #caa38d

#caa38d #8dcaa3 #a38dca

Analogous Colors of #caa38d

#caa38d #cac28d #ca8d96

Monochromatic Colors of #caa38d

#caa38d

Complementary Color

#caa38d #8db4ca

#caa38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#caa38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#caa38d Color CSS Codes

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

#caa38d Text Font Color

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

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


#caa38d Background Color

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

This div background color is #caa38d


#caa38d Border Color

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

This div border color is #caa38d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(202,163,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #caa38d


Comments

No comments written yet.

Please login to write comment.