Color Hex Logo

#c28679 Color Hex

#C28679
(194,134,121)
0 Favorites   0 Comments

Color spaces of #c28679

RGB 194134121
HSL0.030.370.62
HSV11°38°76°
CMYK 0.000.310.38   0.24
XYZ34.224429.900022.0566
Yxy29.90000.39710.3469
Hunter Lab54.680916.030414.3609
CIE-Lab61.567821.371116.2778

#c28679 color RGB value is (194,134,121).

#c28679 hex color red value is 194, green value is 134 and the blue value of its RGB is 121. Cylindrical-coordinate representations (also known as HSL) of color #c28679 hue: 0.03 , saturation: 0.37 and the lightness value of c28679 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11000010 10000110 01111001
Octal 302 206 171
Decimal 194 134 121
Hex C2 86 79

RGB Percentages of Color #c28679

%43.21
%29.84
%26.95

CMYK Percentages of Color #c28679

%0
%31
%38
%24

Triadic Colors of #c28679

#c28679 #79c286 #8679c2

Analogous Colors of #c28679

#c28679 #c2ab79 #c27991

Monochromatic Colors of #c28679

#c28679

Complementary Color

#c28679 #79b5c2

#c28679 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c28679 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c28679 Color CSS Codes

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

#c28679 Text Font Color

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

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


#c28679 Background Color

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

This div background color is #c28679


#c28679 Border Color

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

This div border color is #c28679


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c28679


Comments

No comments written yet.

Please login to write comment.