Color Hex Logo

#c3b180 Color Hex

#C3B180
(195,177,128)
0 Favorites   0 Comments

Color spaces of #c3b180

RGB 195177128
HSL0.120.360.63
HSV44°34°76°
CMYK 0.000.090.34   0.24
XYZ42.124144.604926.8115
Yxy44.60490.37100.3929
Hunter Lab66.7869-4.292822.9489
CIE-Lab72.6310-0.817327.4545

#c3b180 color RGB value is (195,177,128).

#c3b180 hex color red value is 195, green value is 177 and the blue value of its RGB is 128. Cylindrical-coordinate representations (also known as HSL) of color #c3b180 hue: 0.12 , saturation: 0.36 and the lightness value of c3b180 is 0.63.

The process color (four color CMYK) of #c3b180 color hex is 0.00, 0.09, 0.34, 0.24. Web safe color of #c3b180 is #cc9999. Color #c3b180 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10110001 10000000
Octal 303 261 200
Decimal 195 177 128
Hex C3 B1 80

RGB Percentages of Color #c3b180

%39.00
%35.40
%25.60

CMYK Percentages of Color #c3b180

%0
%9
%34
%24

Triadic Colors of #c3b180

#c3b180 #80c3b1 #b180c3

Analogous Colors of #c3b180

#c3b180 #b4c380 #c39080

Monochromatic Colors of #c3b180

#c3b180

Complementary Color

#c3b180 #8092c3

#c3b180 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c3b180 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c3b180 Color CSS Codes

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

#c3b180 Text Font Color

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

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


#c3b180 Background Color

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

This div background color is #c3b180


#c3b180 Border Color

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

This div border color is #c3b180


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,177,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c3b180


Comments

No comments written yet.

Please login to write comment.