Color Hex Logo

#c18158 Color Hex

#C18158
(193,129,88)
0 Favorites   0 Comments

Color spaces of #c18158

RGB 19312988
HSL0.070.460.55
HSV23°54°76°
CMYK 0.000.330.54   0.24
XYZ31.604027.742612.9217
Yxy27.74260.43730.3839
Hunter Lab52.671214.929622.3244
CIE-Lab59.655520.293532.1564

#c18158 color RGB value is (193,129,88).

#c18158 hex color red value is 193, green value is 129 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #c18158 hue: 0.07 , saturation: 0.46 and the lightness value of c18158 is 0.55.

The process color (four color CMYK) of #c18158 color hex is 0.00, 0.33, 0.54, 0.24. Web safe color of #c18158 is #cc9966. Color #c18158 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000001 01011000
Octal 301 201 130
Decimal 193 129 88
Hex C1 81 58

RGB Percentages of Color #c18158

%47.07
%31.46
%21.46

CMYK Percentages of Color #c18158

%0
%33
%54
%24

Triadic Colors of #c18158

#c18158 #58c181 #8158c1

Analogous Colors of #c18158

#c18158 #c1b658 #c15863

Monochromatic Colors of #c18158

#c18158

Complementary Color

#c18158 #5898c1

#c18158 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c18158 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c18158 Color CSS Codes

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

#c18158 Text Font Color

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

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


#c18158 Background Color

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

This div background color is #c18158


#c18158 Border Color

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

This div border color is #c18158


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c18158


Comments

No comments written yet.

Please login to write comment.