Color Hex Logo

#c1844b Color Hex

#C1844B
(193,132,75)
0 Favorites   0 Comments

Color spaces of #c1844b

RGB 19313275
HSL0.080.490.53
HSV29°61°76°
CMYK 0.000.320.61   0.24
XYZ31.513628.348010.4674
Yxy28.34800.44810.4031
Hunter Lab53.242812.476425.6137
CIE-Lab60.201817.607939.7626

#c1844b color RGB value is (193,132,75).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000100 01001011
Octal 301 204 113
Decimal 193 132 75
Hex C1 84 4B

RGB Percentages of Color #c1844b

%48.25
%33.00
%18.75

CMYK Percentages of Color #c1844b

%0
%32
%61
%24

Triadic Colors of #c1844b

#c1844b #4bc184 #844bc1

Analogous Colors of #c1844b

#c1844b #c1bf4b #c14b4d

Monochromatic Colors of #c1844b

#c1844b

Complementary Color

#c1844b #4b88c1

#c1844b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1844b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1844b Color CSS Codes

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

#c1844b Text Font Color

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

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


#c1844b Background Color

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

This div background color is #c1844b


#c1844b Border Color

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

This div border color is #c1844b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,132,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 #c1844b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1844b


Comments

No comments written yet.

Please login to write comment.