Color Hex Logo

#c1967f Color Hex

#C1967F
(193,150,127)
0 Favorites   0 Comments

Color spaces of #c1967f

RGB 193150127
HSL0.060.350.63
HSV21°34°76°
CMYK 0.000.220.34   0.24
XYZ36.729434.682524.8372
Yxy34.68250.38160.3603
Hunter Lab58.89198.265316.2192
CIE-Lab65.500712.894218.3167

#c1967f color RGB value is (193,150,127).

#c1967f hex color red value is 193, green value is 150 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #c1967f hue: 0.06 , saturation: 0.35 and the lightness value of c1967f is 0.63.

The process color (four color CMYK) of #c1967f color hex is 0.00, 0.22, 0.34, 0.24. Web safe color of #c1967f is #cc9966. Color #c1967f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10010110 01111111
Octal 301 226 177
Decimal 193 150 127
Hex C1 96 7F

RGB Percentages of Color #c1967f

%41.06
%31.91
%27.02

CMYK Percentages of Color #c1967f

%0
%22
%34
%24

Triadic Colors of #c1967f

#c1967f #7fc196 #967fc1

Analogous Colors of #c1967f

#c1967f #c1b77f #c17f89

Monochromatic Colors of #c1967f

#c1967f

Complementary Color

#c1967f #7faac1

#c1967f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c1967f Color Preview on White Background

Lorem ipsum dolor sit amet.

#c1967f Color CSS Codes

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

#c1967f Text Font Color

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

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


#c1967f Background Color

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

This div background color is #c1967f


#c1967f Border Color

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

This div border color is #c1967f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c1967f


Comments

No comments written yet.

Please login to write comment.