Color Hex Logo

#c68185 Color Hex

#C68185
(198,129,133)
0 Favorites   0 Comments

Color spaces of #c68185

RGB 198129133
HSL0.990.380.64
HSV357°35°78°
CMYK 0.000.350.33   0.22
XYZ35.372629.399726.0007
Yxy29.39970.38970.3239
Hunter Lab54.221521.56099.5239
CIE-Lab61.132827.18078.9066

#c68185 color RGB value is (198,129,133).

#c68185 hex color red value is 198, green value is 129 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #c68185 hue: 0.99 , saturation: 0.38 and the lightness value of c68185 is 0.64.

The process color (four color CMYK) of #c68185 color hex is 0.00, 0.35, 0.33, 0.22. Web safe color of #c68185 is #cc9999. Color #c68185 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 10000101
Octal 306 201 205
Decimal 198 129 133
Hex C6 81 85

RGB Percentages of Color #c68185

%43.04
%28.04
%28.91

CMYK Percentages of Color #c68185

%0
%35
%33
%22

Triadic Colors of #c68185

#c68185 #85c681 #8185c6

Analogous Colors of #c68185

#c68185 #c6a081 #c681a8

Monochromatic Colors of #c68185

#c68185

Complementary Color

#c68185 #81c6c2

#c68185 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68185 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68185 Color CSS Codes

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

#c68185 Text Font Color

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

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


#c68185 Background Color

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

This div background color is #c68185


#c68185 Border Color

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

This div border color is #c68185


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68185


Comments

No comments written yet.

Please login to write comment.