Color Hex Logo

#c19670 Color Hex

#C19670
(193,150,112)
0 Favorites   0 Comments

Color spaces of #c19670

RGB 193150112
HSL0.080.400.60
HSV28°42°76°
CMYK 0.000.220.42   0.24
XYZ35.823334.320020.0656
Yxy34.32000.39710.3805
Hunter Lab58.58336.630920.7006
CIE-Lab65.215811.102626.2136

#c19670 color RGB value is (193,150,112).

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

The process color (four color CMYK) of #c19670 color hex is 0.00, 0.22, 0.42, 0.24. Web safe color of #c19670 is #cc9966. Color #c19670 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 01110000
Octal 301 226 160
Decimal 193 150 112
Hex C1 96 70

RGB Percentages of Color #c19670

%42.42
%32.97
%24.62

CMYK Percentages of Color #c19670

%0
%22
%42
%24

Triadic Colors of #c19670

#c19670 #70c196 #9670c1

Analogous Colors of #c19670

#c19670 #c1bf70 #c17073

Monochromatic Colors of #c19670

#c19670

Complementary Color

#c19670 #709bc1

#c19670 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19670 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19670 Color CSS Codes

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

#c19670 Text Font Color

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

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


#c19670 Background Color

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

This div background color is #c19670


#c19670 Border Color

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

This div border color is #c19670


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19670


Comments

No comments written yet.

Please login to write comment.