Color Hex Logo

#c9953b Color Hex

#C9953B
(201,149,59)
0 Favorites   0 Comments

Color spaces of #c9953b

RGB 20114959
HSL0.110.570.51
HSV38°71°79°
CMYK 0.000.260.71   0.21
XYZ35.624334.22828.8668
Yxy34.22820.45250.4348
Hunter Lab58.50496.307231.9676
CIE-Lab65.143310.745053.2129

#c9953b color RGB value is (201,149,59).

#c9953b hex color red value is 201, green value is 149 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #c9953b hue: 0.11 , saturation: 0.57 and the lightness value of c9953b is 0.51.

The process color (four color CMYK) of #c9953b color hex is 0.00, 0.26, 0.71, 0.21. Web safe color of #c9953b is #cc9933. Color #c9953b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11001001 10010101 00111011
Octal 311 225 73
Decimal 201 149 59
Hex C9 95 3B

RGB Percentages of Color #c9953b

%49.14
%36.43
%14.43

CMYK Percentages of Color #c9953b

%0
%26
%71
%21

Triadic Colors of #c9953b

#c9953b #3bc995 #953bc9

Analogous Colors of #c9953b

#c9953b #b6c93b #c94e3b

Monochromatic Colors of #c9953b

#c9953b

Complementary Color

#c9953b #3b6fc9

#c9953b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c9953b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c9953b Color CSS Codes

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

#c9953b Text Font Color

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

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


#c9953b Background Color

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

This div background color is #c9953b


#c9953b Border Color

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

This div border color is #c9953b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c9953b

#c9953b Color Palettes


Comments

No comments written yet.

Please login to write comment.