Color Hex Logo

#c46110 Color Hex

#C46110
(196,97,16)
0 Favorites   0 Comments

Color spaces of #c46110

RGB 1969716
HSL0.080.850.42
HSV27°92°77°
CMYK 0.000.510.92   0.23
XYZ27.133220.32262.9828
Yxy20.32260.53790.4029
Hunter Lab45.080628.544927.6334
CIE-Lab52.200035.258057.2954

#c46110 color RGB value is (196,97,16).

#c46110 hex color red value is 196, green value is 97 and the blue value of its RGB is 16. Cylindrical-coordinate representations (also known as HSL) of color #c46110 hue: 0.08 , saturation: 0.85 and the lightness value of c46110 is 0.42.

The process color (four color CMYK) of #c46110 color hex is 0.00, 0.51, 0.92, 0.23. Web safe color of #c46110 is #cc6600. Color #c46110 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000100 01100001 00010000
Octal 304 141 20
Decimal 196 97 16
Hex C4 61 10

RGB Percentages of Color #c46110

%63.43
%31.39
%5.18

CMYK Percentages of Color #c46110

%0
%51
%92
%23

Triadic Colors of #c46110

#c46110 #10c461 #6110c4

Analogous Colors of #c46110

#c46110 #c4bb10 #c41019

Monochromatic Colors of #c46110

#c46110

Complementary Color

#c46110 #1073c4

#c46110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c46110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c46110 Color CSS Codes

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

#c46110 Text Font Color

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

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


#c46110 Background Color

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

This div background color is #c46110


#c46110 Border Color

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

This div border color is #c46110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c46110


Comments

No comments written yet.

Please login to write comment.