Color Hex Logo

#cfa596 Color Hex

#CFA596
(207,165,150)
0 Favorites   0 Comments

Color spaces of #cfa596

RGB 207165150
HSL0.040.370.70
HSV16°28°81°
CMYK 0.000.200.28   0.19
XYZ44.692342.377734.6783
Yxy42.37770.36710.3481
Hunter Lab65.09828.625113.9845
CIE-Lab71.130513.244913.6423

#cfa596 color RGB value is (207,165,150).

#cfa596 hex color red value is 207, green value is 165 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #cfa596 hue: 0.04 , saturation: 0.37 and the lightness value of cfa596 is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10100101 10010110
Octal 317 245 226
Decimal 207 165 150
Hex CF A5 96

RGB Percentages of Color #cfa596

%39.66
%31.61
%28.74

CMYK Percentages of Color #cfa596

%0
%20
%28
%19

Triadic Colors of #cfa596

#cfa596 #96cfa5 #a596cf

Analogous Colors of #cfa596

#cfa596 #cfc296 #cf96a4

Monochromatic Colors of #cfa596

#cfa596

Complementary Color

#cfa596 #96c0cf

#cfa596 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfa596 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfa596 Color CSS Codes

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

#cfa596 Text Font Color

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

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


#cfa596 Background Color

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

This div background color is #cfa596


#cfa596 Border Color

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

This div border color is #cfa596


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,165,150, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfa596; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfa596;
  -webkit-box-shadow: 1px 1px 3px 2px #cfa596;
  box-shadow:         1px 1px 3px 2px #cfa596; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,165,150, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfa596


Comments

No comments written yet.

Please login to write comment.