Color Hex Logo

#cfb095 Color Hex

#CFB095
(207,176,149)
0 Favorites   0 Comments

Color spaces of #cfb095

RGB 207176149
HSL0.080.380.70
HSV28°28°81°
CMYK 0.000.150.28   0.19
XYZ46.682346.486034.9460
Yxy46.48600.36440.3628
Hunter Lab68.18062.900217.3373
CIE-Lab73.85987.168117.9973

#cfb095 color RGB value is (207,176,149).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 10110000 10010101
Octal 317 260 225
Decimal 207 176 149
Hex CF B0 95

RGB Percentages of Color #cfb095

%38.91
%33.08
%28.01

CMYK Percentages of Color #cfb095

%0
%15
%28
%19

Triadic Colors of #cfb095

#cfb095 #95cfb0 #b095cf

Analogous Colors of #cfb095

#cfb095 #cfcd95 #cf9597

Monochromatic Colors of #cfb095

#cfb095

Complementary Color

#cfb095 #95b4cf

#cfb095 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfb095 Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfb095 Color CSS Codes

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

#cfb095 Text Font Color

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

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


#cfb095 Background Color

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

This div background color is #cfb095


#cfb095 Border Color

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

This div border color is #cfb095


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfb095


Comments

No comments written yet.

Please login to write comment.