color codes Logo

#c39c5b color codes

#C39C5B
(195,156,91)
0 Favorites   0 Comments

Color spaces of #c39c5b

RGB 19515691
HSL0.100.460.56
HSV38°53°76°
CMYK 0.000.200.53   0.24
XYZ36.282536.134414.9599
Yxy36.13440.41520.4135
Hunter Lab60.11192.543727.3230
CIE-Lab66.62256.575939.2510

#c39c5b color RGB value is (195,156,91).

#c39c5b hex color red value is 195, green value is 156 and the blue value of its RGB is 91. Cylindrical-coordinate representations (also known as HSL) of color #c39c5b hue: 0.10 , saturation: 0.46 and the lightness value of c39c5b is 0.56.

The process color (four color CMYK) of #c39c5b color code is 0.00, 0.20, 0.53, 0.24. Web safe color of #c39c5b is #cc9966. Color #c39c5b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 10011100 01011011
Octal 303 234 133
Decimal 195 156 91
Hex C3 9C 5B

RGB Percentages of Color #c39c5b

%44.12
%35.29
%20.59

CMYK Percentages of Color #c39c5b

%0
%20
%53
%24

Triadic Colors of #c39c5b

#c39c5b #5bc39c #9c5bc3

Analogous Colors of #c39c5b

#c39c5b #b6c35b #c3685b

Monochromatic Colors of #c39c5b

#c39c5b

Complementary Color

#c39c5b #5b82c3

#c39c5b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c39c5b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c39c5b Color CSS Codes

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

#c39c5b Text Font Color

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

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


#c39c5b Background Color

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

This div background color is #c39c5b


#c39c5b Border Color

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

This div border color is #c39c5b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c39c5b

#c39c5b Color Palettes


Comments

No comments written yet.

Please login to write comment.