Color Hex Logo

#c1896b Color Hex

#C1896B
(193,137,107)
0 Favorites   0 Comments

Color spaces of #c1896b

RGB 193137107
HSL0.060.410.59
HSV21°45°76°
CMYK 0.000.290.45   0.24
XYZ33.591830.290317.9861
Yxy30.29030.41030.3700
Hunter Lab55.036612.634019.1495
CIE-Lab61.903917.717324.5794

#c1896b color RGB value is (193,137,107).

#c1896b hex color red value is 193, green value is 137 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #c1896b hue: 0.06 , saturation: 0.41 and the lightness value of c1896b is 0.59.

The process color (four color CMYK) of #c1896b color hex is 0.00, 0.29, 0.45, 0.24. Web safe color of #c1896b is #cc9966. Color #c1896b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 01101011
Octal 301 211 153
Decimal 193 137 107
Hex C1 89 6B

RGB Percentages of Color #c1896b

%44.16
%31.35
%24.49

CMYK Percentages of Color #c1896b

%0
%29
%45
%24

Triadic Colors of #c1896b

#c1896b #6bc189 #896bc1

Analogous Colors of #c1896b

#c1896b #c1b46b #c16b78

Monochromatic Colors of #c1896b

#c1896b

Complementary Color

#c1896b #6ba3c1

#c1896b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1896b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1896b Color CSS Codes

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

#c1896b Text Font Color

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

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


#c1896b Background Color

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

This div background color is #c1896b


#c1896b Border Color

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

This div border color is #c1896b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1896b


Comments

No comments written yet.

Please login to write comment.