Color Hex Logo

#c36374 Color Hex

#C36374
(195,99,116)
0 Favorites   0 Comments

Color spaces of #c36374

RGB 19599116
HSL0.970.440.58
HSV349°49°76°
CMYK 0.000.490.41   0.24
XYZ30.119921.786719.1408
Yxy21.78670.42390.3067
Hunter Lab46.676233.50168.3600
CIE-Lab53.800040.02358.3073

#c36374 color RGB value is (195,99,116).

#c36374 hex color red value is 195, green value is 99 and the blue value of its RGB is 116. Cylindrical-coordinate representations (also known as HSL) of color #c36374 hue: 0.97 , saturation: 0.44 and the lightness value of c36374 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100011 01110100
Octal 303 143 164
Decimal 195 99 116
Hex C3 63 74

RGB Percentages of Color #c36374

%47.56
%24.15
%28.29

CMYK Percentages of Color #c36374

%0
%49
%41
%24

Triadic Colors of #c36374

#c36374 #74c363 #6374c3

Analogous Colors of #c36374

#c36374 #c38263 #c363a4

Monochromatic Colors of #c36374

#c36374

Complementary Color

#c36374 #63c3b2

#c36374 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36374 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36374 Color CSS Codes

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

#c36374 Text Font Color

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

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


#c36374 Background Color

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

This div background color is #c36374


#c36374 Border Color

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

This div border color is #c36374


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(195,99,116, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c36374; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c36374;
  -webkit-box-shadow: 1px 1px 3px 2px #c36374;
  box-shadow:         1px 1px 3px 2px #c36374; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(195,99,116, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36374


Comments

No comments written yet.

Please login to write comment.