Color Hex Logo

#c16275 Color Hex

#C16275
(193,98,117)
0 Favorites   0 Comments

Color spaces of #c16275

RGB 19398117
HSL0.970.430.57
HSV348°49°76°
CMYK 0.000.490.39   0.24
XYZ29.570921.357219.3934
Yxy21.35720.42050.3037
Hunter Lab46.213933.34277.4690
CIE-Lab53.338239.92997.0205

#c16275 color RGB value is (193,98,117).

#c16275 hex color red value is 193, green value is 98 and the blue value of its RGB is 117. Cylindrical-coordinate representations (also known as HSL) of color #c16275 hue: 0.97 , saturation: 0.43 and the lightness value of c16275 is 0.57.

The process color (four color CMYK) of #c16275 color hex is 0.00, 0.49, 0.39, 0.24. Web safe color of #c16275 is #cc6666. Color #c16275 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 01100010 01110101
Octal 301 142 165
Decimal 193 98 117
Hex C1 62 75

RGB Percentages of Color #c16275

%47.30
%24.02
%28.68

CMYK Percentages of Color #c16275

%0
%49
%39
%24

Triadic Colors of #c16275

#c16275 #75c162 #6275c1

Analogous Colors of #c16275

#c16275 #c17f62 #c162a5

Monochromatic Colors of #c16275

#c16275

Complementary Color

#c16275 #62c1ae

#c16275 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c16275 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c16275 Color CSS Codes

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

#c16275 Text Font Color

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

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


#c16275 Background Color

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

This div background color is #c16275


#c16275 Border Color

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

This div border color is #c16275


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c16275

#c16275 Color Palettes


Comments

No comments written yet.

Please login to write comment.