Color Hex Logo

#c1894b Color Hex

#C1894B
(193,137,75)
0 Favorites   0 Comments

Color spaces of #c1894b

RGB 19313775
HSL0.090.490.53
HSV32°61°76°
CMYK 0.000.290.61   0.24
XYZ32.208029.736810.6988
Yxy29.73680.44340.4094
Hunter Lab54.53159.997726.5396
CIE-Lab61.426514.852741.2038

#c1894b color RGB value is (193,137,75).

#c1894b hex color red value is 193, green value is 137 and the blue value of its RGB is 75. Cylindrical-coordinate representations (also known as HSL) of color #c1894b hue: 0.09 , saturation: 0.49 and the lightness value of c1894b is 0.53.

The process color (four color CMYK) of #c1894b color hex is 0.00, 0.29, 0.61, 0.24. Web safe color of #c1894b is #cc9933. Color #c1894b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10001001 01001011
Octal 301 211 113
Decimal 193 137 75
Hex C1 89 4B

RGB Percentages of Color #c1894b

%47.65
%33.83
%18.52

CMYK Percentages of Color #c1894b

%0
%29
%61
%24

Triadic Colors of #c1894b

#c1894b #4bc189 #894bc1

Analogous Colors of #c1894b

#c1894b #bec14b #c14e4b

Monochromatic Colors of #c1894b

#c1894b

Complementary Color

#c1894b #4b83c1

#c1894b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1894b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1894b Color CSS Codes

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

#c1894b Text Font Color

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

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


#c1894b Background Color

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

This div background color is #c1894b


#c1894b Border Color

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

This div border color is #c1894b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1894b


Comments

No comments written yet.

Please login to write comment.