Color Hex Logo

#c19631 Color Hex

#C19631
(193,150,49)
0 Favorites   0 Comments

Color spaces of #c19631

RGB 19315049
HSL0.120.600.47
HSV42°75°76°
CMYK 0.000.220.75   0.24
XYZ33.453033.37197.5840
Yxy33.37190.44960.4485
Hunter Lab57.76842.272532.6541
CIE-Lab64.46096.208156.4365

#c19631 color RGB value is (193,150,49).

#c19631 hex color red value is 193, green value is 150 and the blue value of its RGB is 49. Cylindrical-coordinate representations (also known as HSL) of color #c19631 hue: 0.12 , saturation: 0.60 and the lightness value of c19631 is 0.47.

The process color (four color CMYK) of #c19631 color hex is 0.00, 0.22, 0.75, 0.24. Web safe color of #c19631 is #cc9933. Color #c19631 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 00110001
Octal 301 226 61
Decimal 193 150 49
Hex C1 96 31

RGB Percentages of Color #c19631

%49.23
%38.27
%12.50

CMYK Percentages of Color #c19631

%0
%22
%75
%24

Triadic Colors of #c19631

#c19631 #31c196 #9631c1

Analogous Colors of #c19631

#c19631 #a4c131 #c14e31

Monochromatic Colors of #c19631

#c19631

Complementary Color

#c19631 #315cc1

#c19631 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19631 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19631 Color CSS Codes

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

#c19631 Text Font Color

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

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


#c19631 Background Color

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

This div background color is #c19631


#c19631 Border Color

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

This div border color is #c19631


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19631


Comments

No comments written yet.

Please login to write comment.