Color Hex Logo

#c46768 Color Hex

#C46768
(196,103,104)
0 Favorites   0 Comments

Color spaces of #c46768

RGB 196103104
HSL1.000.440.59
HSV359°47°77°
CMYK 0.000.470.47   0.23
XYZ30.113922.435715.8401
Yxy22.43570.44030.3281
Hunter Lab47.366330.593113.3289
CIE-Lab54.486337.042616.3409

#c46768 color RGB value is (196,103,104).

#c46768 hex color red value is 196, green value is 103 and the blue value of its RGB is 104. Cylindrical-coordinate representations (also known as HSL) of color #c46768 hue: 1.00 , saturation: 0.44 and the lightness value of c46768 is 0.59.

The process color (four color CMYK) of #c46768 color hex is 0.00, 0.47, 0.47, 0.23. Web safe color of #c46768 is #cc6666. Color #c46768 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 01101000
Octal 304 147 150
Decimal 196 103 104
Hex C4 67 68

RGB Percentages of Color #c46768

%48.64
%25.56
%25.81

CMYK Percentages of Color #c46768

%0
%47
%47
%23

Triadic Colors of #c46768

#c46768 #68c467 #6768c4

Analogous Colors of #c46768

#c46768 #c49567 #c46797

Monochromatic Colors of #c46768

#c46768

Complementary Color

#c46768 #67c4c3

#c46768 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46768 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46768 Color CSS Codes

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

#c46768 Text Font Color

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

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


#c46768 Background Color

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

This div background color is #c46768


#c46768 Border Color

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

This div border color is #c46768


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,103,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 #c46768">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46768


Comments

No comments written yet.

Please login to write comment.