Color Hex Logo

#c1953d Color Hex

#C1953D
(193,149,61)
0 Favorites   0 Comments

Color spaces of #c1953d

RGB 19314961
HSL0.110.520.50
HSV40°68°76°
CMYK 0.000.230.68   0.24
XYZ33.582133.16939.0472
Yxy33.16930.44300.4376
Hunter Lab57.59283.295231.0011
CIE-Lab64.29787.364951.1711

#c1953d color RGB value is (193,149,61).

#c1953d hex color red value is 193, green value is 149 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #c1953d hue: 0.11 , saturation: 0.52 and the lightness value of c1953d is 0.50.

The process color (four color CMYK) of #c1953d color hex is 0.00, 0.23, 0.68, 0.24. Web safe color of #c1953d is #cc9933. Color #c1953d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010101 00111101
Octal 301 225 75
Decimal 193 149 61
Hex C1 95 3D

RGB Percentages of Color #c1953d

%47.89
%36.97
%15.14

CMYK Percentages of Color #c1953d

%0
%23
%68
%24

Triadic Colors of #c1953d

#c1953d #3dc195 #953dc1

Analogous Colors of #c1953d

#c1953d #abc13d #c1533d

Monochromatic Colors of #c1953d

#c1953d

Complementary Color

#c1953d #3d69c1

#c1953d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1953d Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1953d Color CSS Codes

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

#c1953d Text Font Color

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

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


#c1953d Background Color

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

This div background color is #c1953d


#c1953d Border Color

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

This div border color is #c1953d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1953d


Comments

No comments written yet.

Please login to write comment.