Color Hex Logo

#c0b295 Color Hex

#C0B295
(192,178,149)
0 Favorites   0 Comments

Color spaces of #c0b295

RGB 192178149
HSL0.110.250.67
HSV40°22°75°
CMYK 0.000.070.22   0.25
XYZ43.083445.217234.8908
Yxy45.21720.34970.3670
Hunter Lab67.2437-3.310716.3068
CIE-Lab73.03470.314716.6469

#c0b295 color RGB value is (192,178,149).

#c0b295 hex color red value is 192, green value is 178 and the blue value of its RGB is 149. Cylindrical-coordinate representations (also known as HSL) of color #c0b295 hue: 0.11 , saturation: 0.25 and the lightness value of c0b295 is 0.67.

The process color (four color CMYK) of #c0b295 color hex is 0.00, 0.07, 0.22, 0.25. Web safe color of #c0b295 is #cc9999. Color #c0b295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000000 10110010 10010101
Octal 300 262 225
Decimal 192 178 149
Hex C0 B2 95

RGB Percentages of Color #c0b295

%36.99
%34.30
%28.71

CMYK Percentages of Color #c0b295

%0
%7
%22
%25

Triadic Colors of #c0b295

#c0b295 #95c0b2 #b295c0

Analogous Colors of #c0b295

#c0b295 #b9c095 #c09d95

Monochromatic Colors of #c0b295

#c0b295

Complementary Color

#c0b295 #95a3c0

#c0b295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c0b295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c0b295 Color CSS Codes

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

#c0b295 Text Font Color

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

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


#c0b295 Background Color

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

This div background color is #c0b295


#c0b295 Border Color

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

This div border color is #c0b295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c0b295


Comments

No comments written yet.

Please login to write comment.