Color Hex Logo

#ca9779 Color Hex

#CA9779
(202,151,121)
0 Favorites   0 Comments

Color spaces of #ca9779

RGB 202151121
HSL0.060.430.63
HSV22°40°79°
CMYK 0.000.250.40   0.21
XYZ38.874936.070323.0025
Yxy36.07030.39690.3683
Hunter Lab60.058610.437619.3328
CIE-Lab66.573615.227223.2528

#ca9779 color RGB value is (202,151,121).

#ca9779 hex color red value is 202, green value is 151 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #ca9779 hue: 0.06 , saturation: 0.43 and the lightness value of ca9779 is 0.63.

The process color (four color CMYK) of #ca9779 color hex is 0.00, 0.25, 0.40, 0.21. Web safe color of #ca9779 is #cc9966. Color #ca9779 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001010 10010111 01111001
Octal 312 227 171
Decimal 202 151 121
Hex CA 97 79

RGB Percentages of Color #ca9779

%42.62
%31.86
%25.53

CMYK Percentages of Color #ca9779

%0
%25
%40
%21

Triadic Colors of #ca9779

#ca9779 #79ca97 #9779ca

Analogous Colors of #ca9779

#ca9779 #cac079 #ca7984

Monochromatic Colors of #ca9779

#ca9779

Complementary Color

#ca9779 #79acca

#ca9779 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ca9779 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ca9779 Color CSS Codes

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

#ca9779 Text Font Color

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

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


#ca9779 Background Color

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

This div background color is #ca9779


#ca9779 Border Color

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

This div border color is #ca9779


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ca9779


Comments

No comments written yet.

Please login to write comment.