Color Hex Logo

#c36469 Color Hex

#C36469
(195,100,105)
0 Favorites   0 Comments

Color spaces of #c36469

RGB 195100105
HSL0.990.440.58
HSV357°49°76°
CMYK 0.000.490.46   0.24
XYZ29.612721.736415.9994
Yxy21.73640.43970.3227
Hunter Lab46.622331.787312.2890
CIE-Lab53.746238.330914.7135

#c36469 color RGB value is (195,100,105).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100100 01101001
Octal 303 144 151
Decimal 195 100 105
Hex C3 64 69

RGB Percentages of Color #c36469

%48.75
%25.00
%26.25

CMYK Percentages of Color #c36469

%0
%49
%46
%24

Triadic Colors of #c36469

#c36469 #69c364 #6469c3

Analogous Colors of #c36469

#c36469 #c38f64 #c36499

Monochromatic Colors of #c36469

#c36469

Complementary Color

#c36469 #64c3be

#c36469 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36469 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36469 Color CSS Codes

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

#c36469 Text Font Color

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

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


#c36469 Background Color

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

This div background color is #c36469


#c36469 Border Color

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

This div border color is #c36469


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36469


Comments

No comments written yet.

Please login to write comment.