Color Hex Logo

#c65116 Color Hex

#C65116
(198,81,22)
0 Favorites   0 Comments

Color spaces of #c65116

RGB 1988122
HSL0.060.800.43
HSV20°89°78°
CMYK 0.000.590.89   0.22
XYZ26.376017.94862.8333
Yxy17.94860.55930.3806
Hunter Lab42.365836.990025.6909
CIE-Lab49.433744.090253.5505

#c65116 color RGB value is (198,81,22).

#c65116 hex color red value is 198, green value is 81 and the blue value of its RGB is 22. Cylindrical-coordinate representations (also known as HSL) of color #c65116 hue: 0.06 , saturation: 0.80 and the lightness value of c65116 is 0.43.

The process color (four color CMYK) of #c65116 color hex is 0.00, 0.59, 0.89, 0.22. Web safe color of #c65116 is #cc6600. Color #c65116 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01010001 00010110
Octal 306 121 26
Decimal 198 81 22
Hex C6 51 16

RGB Percentages of Color #c65116

%65.78
%26.91
%7.31

CMYK Percentages of Color #c65116

%0
%59
%89
%22

Triadic Colors of #c65116

#c65116 #16c651 #5116c6

Analogous Colors of #c65116

#c65116 #c6a916 #c61633

Monochromatic Colors of #c65116

#c65116

Complementary Color

#c65116 #168bc6

#c65116 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c65116 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c65116 Color CSS Codes

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

#c65116 Text Font Color

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

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


#c65116 Background Color

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

This div background color is #c65116


#c65116 Border Color

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

This div border color is #c65116


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(198,81,22, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #c65116; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #c65116;
  -webkit-box-shadow: 1px 1px 3px 2px #c65116;
  box-shadow:         1px 1px 3px 2px #c65116; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(198,81,22, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c65116


Comments

No comments written yet.

Please login to write comment.