Color Hex Logo

#c36a10 Color Hex

#C36A10
(195,106,16)
0 Favorites   0 Comments

Color spaces of #c36a10

RGB 19510616
HSL0.080.850.41
HSV30°92°76°
CMYK 0.000.460.92   0.24
XYZ27.753221.94763.2638
Yxy21.94760.52400.4144
Hunter Lab46.848323.760028.6632
CIE-Lab53.971430.111658.5127

#c36a10 color RGB value is (195,106,16).

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

The process color (four color CMYK) of #c36a10 color hex is 0.00, 0.46, 0.92, 0.24. Web safe color of #c36a10 is #cc6600. Color #c36a10 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000011 01101010 00010000
Octal 303 152 20
Decimal 195 106 16
Hex C3 6A 10

RGB Percentages of Color #c36a10

%61.51
%33.44
%5.05

CMYK Percentages of Color #c36a10

%0
%46
%92
%24

Triadic Colors of #c36a10

#c36a10 #10c36a #6a10c3

Analogous Colors of #c36a10

#c36a10 #c3c310 #c31110

Monochromatic Colors of #c36a10

#c36a10

Complementary Color

#c36a10 #1069c3

#c36a10 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c36a10 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c36a10 Color CSS Codes

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

#c36a10 Text Font Color

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

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


#c36a10 Background Color

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

This div background color is #c36a10


#c36a10 Border Color

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

This div border color is #c36a10


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c36a10


Comments

No comments written yet.

Please login to write comment.