Color Hex Logo

#c68096 Color Hex

#C68096
(198,128,150)
0 Favorites   0 Comments

Color spaces of #c68096

RGB 198128150
HSL0.950.380.64
HSV341°35°78°
CMYK 0.000.350.24   0.22
XYZ36.512929.646132.6520
Yxy29.64610.36950.3000
Hunter Lab54.448224.41742.5582
CIE-Lab61.347730.0783-0.5109

#c68096 color RGB value is (198,128,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000000 10010110
Octal 306 200 226
Decimal 198 128 150
Hex C6 80 96

RGB Percentages of Color #c68096

%41.60
%26.89
%31.51

CMYK Percentages of Color #c68096

%0
%35
%24
%22

Triadic Colors of #c68096

#c68096 #96c680 #8096c6

Analogous Colors of #c68096

#c68096 #c68d80 #c680b9

Monochromatic Colors of #c68096

#c68096

Complementary Color

#c68096 #80c6b0

#c68096 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68096 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68096 Color CSS Codes

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

#c68096 Text Font Color

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

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


#c68096 Background Color

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

This div background color is #c68096


#c68096 Border Color

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

This div border color is #c68096


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68096


Comments

No comments written yet.

Please login to write comment.