Color Hex Logo

#c36465 Color Hex

#C36465
(195,100,101)
0 Favorites   0 Comments

Color spaces of #c36465

RGB 195100101
HSL1.000.440.58
HSV359°49°76°
CMYK 0.000.490.48   0.24
XYZ29.411821.656014.9418
Yxy21.65600.44560.3281
Hunter Lab46.536031.378013.5383
CIE-Lab53.660137.933816.9437

#c36465 color RGB value is (195,100,101).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 01100101
Octal 303 144 145
Decimal 195 100 101
Hex C3 64 65

RGB Percentages of Color #c36465

%49.24
%25.25
%25.51

CMYK Percentages of Color #c36465

%0
%49
%48
%24

Triadic Colors of #c36465

#c36465 #65c364 #6465c3

Analogous Colors of #c36465

#c36465 #c39364 #c36495

Monochromatic Colors of #c36465

#c36465

Complementary Color

#c36465 #64c3c2

#c36465 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36465 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36465 Color CSS Codes

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

#c36465 Text Font Color

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

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


#c36465 Background Color

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

This div background color is #c36465


#c36465 Border Color

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

This div border color is #c36465


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36465


Comments

No comments written yet.

Please login to write comment.