Color Hex Logo

#cfb196 Color Hex

#CFB196
(207,177,150)
0 Favorites   0 Comments

Color spaces of #cfb196

RGB 207177150
HSL0.080.370.70
HSV28°28°81°
CMYK 0.000.140.28   0.19
XYZ46.959346.911735.4340
Yxy46.91170.36320.3628
Hunter Lab68.49212.521317.2711
CIE-Lab74.13336.768117.8344

#cfb196 color RGB value is (207,177,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110001 10010110
Octal 317 261 226
Decimal 207 177 150
Hex CF B1 96

RGB Percentages of Color #cfb196

%38.76
%33.15
%28.09

CMYK Percentages of Color #cfb196

%0
%14
%28
%19

Triadic Colors of #cfb196

#cfb196 #96cfb1 #b196cf

Analogous Colors of #cfb196

#cfb196 #cfce96 #cf9698

Monochromatic Colors of #cfb196

#cfb196

Complementary Color

#cfb196 #96b4cf

#cfb196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb196 Color CSS Codes

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

#cfb196 Text Font Color

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

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


#cfb196 Background Color

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

This div background color is #cfb196


#cfb196 Border Color

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

This div border color is #cfb196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb196


Comments

No comments written yet.

Please login to write comment.