Color Hex Logo

#c1856b Color Hex

#C1856B
(193,133,107)
0 Favorites   0 Comments

Color spaces of #c1856b

RGB 193133107
HSL0.050.410.59
HSV18°45°76°
CMYK 0.000.310.45   0.24
XYZ33.033729.174117.8000
Yxy29.17410.41290.3646
Hunter Lab54.013114.645518.2701
CIE-Lab60.935019.925023.2887

#c1856b color RGB value is (193,133,107).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000001 10000101 01101011
Octal 301 205 153
Decimal 193 133 107
Hex C1 85 6B

RGB Percentages of Color #c1856b

%44.57
%30.72
%24.71

CMYK Percentages of Color #c1856b

%0
%31
%45
%24

Triadic Colors of #c1856b

#c1856b #6bc185 #856bc1

Analogous Colors of #c1856b

#c1856b #c1b06b #c16b7c

Monochromatic Colors of #c1856b

#c1856b

Complementary Color

#c1856b #6ba7c1

#c1856b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1856b Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1856b Color CSS Codes

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

#c1856b Text Font Color

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

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


#c1856b Background Color

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

This div background color is #c1856b


#c1856b Border Color

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

This div border color is #c1856b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1856b


Comments

No comments written yet.

Please login to write comment.