Color Hex Logo

#c46363 Color Hex

#C46363
(196,99,99)
0 Favorites   0 Comments

Color spaces of #c46363

RGB 1969999
HSL0.000.450.58
HSV49°77°
CMYK 0.000.490.49   0.23
XYZ29.478921.560314.4122
Yxy21.56030.45040.3294
Hunter Lab46.433132.066214.1003
CIE-Lab53.557338.633718.0000

#c46363 color RGB value is (196,99,99).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100011 01100011
Octal 304 143 143
Decimal 196 99 99
Hex C4 63 63

RGB Percentages of Color #c46363

%49.75
%25.13
%25.13

CMYK Percentages of Color #c46363

%0
%49
%49
%23

Triadic Colors of #c46363

#c46363 #63c463 #6363c4

Analogous Colors of #c46363

#c46363 #c49463 #c46394

Monochromatic Colors of #c46363

#c46363

Complementary Color

#c46363 #63c4c4

#c46363 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46363 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46363 Color CSS Codes

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

#c46363 Text Font Color

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

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


#c46363 Background Color

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

This div background color is #c46363


#c46363 Border Color

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

This div border color is #c46363


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46363


Comments

No comments written yet.

Please login to write comment.