Color Hex Logo

#c68172 Color Hex

#C68172
(198,129,114)
0 Favorites   0 Comments

Color spaces of #c68172

RGB 198129114
HSL0.030.420.61
HSV11°42°78°
CMYK 0.000.350.42   0.22
XYZ34.176228.921219.7007
Yxy28.92120.41280.3493
Hunter Lab53.778419.324515.9251
CIE-Lab60.712024.892919.1427

#c68172 color RGB value is (198,129,114).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 01110010
Octal 306 201 162
Decimal 198 129 114
Hex C6 81 72

RGB Percentages of Color #c68172

%44.90
%29.25
%25.85

CMYK Percentages of Color #c68172

%0
%35
%42
%22

Triadic Colors of #c68172

#c68172 #72c681 #8172c6

Analogous Colors of #c68172

#c68172 #c6ab72 #c6728d

Monochromatic Colors of #c68172

#c68172

Complementary Color

#c68172 #72b7c6

#c68172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68172 Color CSS Codes

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

#c68172 Text Font Color

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

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


#c68172 Background Color

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

This div background color is #c68172


#c68172 Border Color

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

This div border color is #c68172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68172


Comments

No comments written yet.

Please login to write comment.