Color Hex Logo

#c46763 Color Hex

#C46763
(196,103,99)
0 Favorites   0 Comments

Color spaces of #c46763

RGB 19610399
HSL0.010.450.58
HSV49°77°
CMYK 0.000.470.49   0.23
XYZ29.867322.337114.5417
Yxy22.33710.44750.3347
Hunter Lab47.262130.094314.8410
CIE-Lab54.382936.555419.1190

#c46763 color RGB value is (196,103,99).

#c46763 hex color red value is 196, green value is 103 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #c46763 hue: 0.01 , saturation: 0.45 and the lightness value of c46763 is 0.58.

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100111 01100011
Octal 304 147 143
Decimal 196 103 99
Hex C4 67 63

RGB Percentages of Color #c46763

%49.25
%25.88
%24.87

CMYK Percentages of Color #c46763

%0
%47
%49
%23

Triadic Colors of #c46763

#c46763 #63c467 #6763c4

Analogous Colors of #c46763

#c46763 #c49863 #c46390

Monochromatic Colors of #c46763

#c46763

Complementary Color

#c46763 #63c0c4

#c46763 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46763 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46763 Color CSS Codes

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

#c46763 Text Font Color

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

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


#c46763 Background Color

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

This div background color is #c46763


#c46763 Border Color

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

This div border color is #c46763


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(196,103,99, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46763


Comments

No comments written yet.

Please login to write comment.