Color Hex Logo

#c2865f Color Hex

#C2865F
(194,134,95)
0 Favorites   0 Comments

Color spaces of #c2865f

RGB 19413495
HSL0.070.450.57
HSV24°51°76°
CMYK 0.000.310.51   0.24
XYZ32.838829.345814.7600
Yxy29.34580.42680.3814
Hunter Lab54.171813.405721.7657
CIE-Lab61.085618.582930.1664

#c2865f color RGB value is (194,134,95).

#c2865f hex color red value is 194, green value is 134 and the blue value of its RGB is 95. Cylindrical-coordinate representations (also known as HSL) of color #c2865f hue: 0.07 , saturation: 0.45 and the lightness value of c2865f is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 01011111
Octal 302 206 137
Decimal 194 134 95
Hex C2 86 5F

RGB Percentages of Color #c2865f

%45.86
%31.68
%22.46

CMYK Percentages of Color #c2865f

%0
%31
%51
%24

Triadic Colors of #c2865f

#c2865f #5fc286 #865fc2

Analogous Colors of #c2865f

#c2865f #c2b85f #c25f6a

Monochromatic Colors of #c2865f

#c2865f

Complementary Color

#c2865f #5f9bc2

#c2865f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c2865f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c2865f Color CSS Codes

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

#c2865f Text Font Color

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

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


#c2865f Background Color

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

This div background color is #c2865f


#c2865f Border Color

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

This div border color is #c2865f


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(194,134,95, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c2865f; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c2865f;
  -webkit-box-shadow: 1px 1px 3px 2px #c2865f;
  box-shadow:         1px 1px 3px 2px #c2865f; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(194,134,95, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c2865f


Comments

No comments written yet.

Please login to write comment.