Color Hex Logo

#c16066 Color Hex

#C16066
(193,96,102)
0 Favorites   0 Comments

Color spaces of #c16066

RGB 19396102
HSL0.990.440.57
HSV356°50°76°
CMYK 0.000.500.47   0.24
XYZ28.573520.662515.0526
Yxy20.66250.44450.3214
Hunter Lab45.456032.656412.1855
CIE-Lab52.578139.353414.8239

#c16066 color RGB value is (193,96,102).

#c16066 hex color red value is 193, green value is 96 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #c16066 hue: 0.99 , saturation: 0.44 and the lightness value of c16066 is 0.57.

The process color (four color CMYK) of #c16066 color hex is 0.00, 0.50, 0.47, 0.24. Web safe color of #c16066 is #cc6666. Color #c16066 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100000 01100110
Octal 301 140 146
Decimal 193 96 102
Hex C1 60 66

RGB Percentages of Color #c16066

%49.36
%24.55
%26.09

CMYK Percentages of Color #c16066

%0
%50
%47
%24

Triadic Colors of #c16066

#c16066 #66c160 #6066c1

Analogous Colors of #c16066

#c16066 #c18b60 #c16097

Monochromatic Colors of #c16066

#c16066

Complementary Color

#c16066 #60c1bb

#c16066 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16066 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16066 Color CSS Codes

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

#c16066 Text Font Color

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

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


#c16066 Background Color

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

This div background color is #c16066


#c16066 Border Color

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

This div border color is #c16066


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(193,96,102, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c16066; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c16066;
  -webkit-box-shadow: 1px 1px 3px 2px #c16066;
  box-shadow:         1px 1px 3px 2px #c16066; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(193,96,102, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16066


Comments

No comments written yet.

Please login to write comment.