Color Hex Logo

#c19968 Color Hex

#C19968
(193,153,104)
0 Favorites   0 Comments

Color spaces of #c19968

RGB 193153104
HSL0.090.420.58
HSV33°46°76°
CMYK 0.000.210.46   0.24
XYZ35.882235.119417.9842
Yxy35.11940.40320.3947
Hunter Lab59.26164.371823.4903
CIE-Lab65.84158.603331.3723

#c19968 color RGB value is (193,153,104).

#c19968 hex color red value is 193, green value is 153 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c19968 hue: 0.09 , saturation: 0.42 and the lightness value of c19968 is 0.58.

The process color (four color CMYK) of #c19968 color hex is 0.00, 0.21, 0.46, 0.24. Web safe color of #c19968 is #cc9966. Color #c19968 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000001 10011001 01101000
Octal 301 231 150
Decimal 193 153 104
Hex C1 99 68

RGB Percentages of Color #c19968

%42.89
%34.00
%23.11

CMYK Percentages of Color #c19968

%0
%21
%46
%24

Triadic Colors of #c19968

#c19968 #68c199 #9968c1

Analogous Colors of #c19968

#c19968 #bdc168 #c16d68

Monochromatic Colors of #c19968

#c19968

Complementary Color

#c19968 #6890c1

#c19968 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c19968 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c19968 Color CSS Codes

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

#c19968 Text Font Color

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

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


#c19968 Background Color

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

This div background color is #c19968


#c19968 Border Color

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

This div border color is #c19968


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c19968


Comments

No comments written yet.

Please login to write comment.