Color Hex Logo

#c36286 Color Hex

#C36286
(195,98,134)
0 Favorites   0 Comments

Color spaces of #c36286

RGB 19598134
HSL0.940.450.57
HSV338°50°76°
CMYK 0.000.500.31   0.24
XYZ31.176422.058725.1688
Yxy22.05870.39760.2813
Hunter Lab46.966736.29631.1040
CIE-Lab54.089242.7166-1.8997

#c36286 color RGB value is (195,98,134).

#c36286 hex color red value is 195, green value is 98 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #c36286 hue: 0.94 , saturation: 0.45 and the lightness value of c36286 is 0.57.

The process color (four color CMYK) of #c36286 color hex is 0.00, 0.50, 0.31, 0.24. Web safe color of #c36286 is #cc6699. Color #c36286 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01100010 10000110
Octal 303 142 206
Decimal 195 98 134
Hex C3 62 86

RGB Percentages of Color #c36286

%45.67
%22.95
%31.38

CMYK Percentages of Color #c36286

%0
%50
%31
%24

Triadic Colors of #c36286

#c36286 #86c362 #6286c3

Analogous Colors of #c36286

#c36286 #c36f62 #c362b7

Monochromatic Colors of #c36286

#c36286

Complementary Color

#c36286 #62c39f

#c36286 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36286 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36286 Color CSS Codes

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

#c36286 Text Font Color

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

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


#c36286 Background Color

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

This div background color is #c36286


#c36286 Border Color

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

This div border color is #c36286


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36286


Comments

No comments written yet.

Please login to write comment.