Color Hex Logo

#c68073 Color Hex

#C68073
(198,128,115)
0 Favorites   0 Comments

Color spaces of #c68073

RGB 198128115
HSL0.030.420.61
HSV42°78°
CMYK 0.000.350.42   0.22
XYZ34.102428.681919.9584
Yxy28.68190.41210.3466
Hunter Lab53.555519.940915.3934
CIE-Lab60.499925.551318.2858

#c68073 color RGB value is (198,128,115).

#c68073 hex color red value is 198, green value is 128 and the blue value of its RGB is 115. Cylindrical-coordinate representations (also known as HSL) of color #c68073 hue: 0.03 , saturation: 0.42 and the lightness value of c68073 is 0.61.

The process color (four color CMYK) of #c68073 color hex is 0.00, 0.35, 0.42, 0.22. Web safe color of #c68073 is #cc9966. Color #c68073 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 01110011
Octal 306 200 163
Decimal 198 128 115
Hex C6 80 73

RGB Percentages of Color #c68073

%44.90
%29.02
%26.08

CMYK Percentages of Color #c68073

%0
%35
%42
%22

Triadic Colors of #c68073

#c68073 #73c680 #8073c6

Analogous Colors of #c68073

#c68073 #c6aa73 #c67390

Monochromatic Colors of #c68073

#c68073

Complementary Color

#c68073 #73b9c6

#c68073 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68073 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68073 Color CSS Codes

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

#c68073 Text Font Color

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

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


#c68073 Background Color

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

This div background color is #c68073


#c68073 Border Color

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

This div border color is #c68073


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,128,115, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c68073; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c68073;
  -webkit-box-shadow: 1px 1px 3px 2px #c68073;
  box-shadow:         1px 1px 3px 2px #c68073; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,128,115, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68073


Comments

No comments written yet.

Please login to write comment.