Color Hex Logo

#c64016 Color Hex

#C64016
(198,64,22)
0 Favorites   0 Comments

Color spaces of #c64016

RGB 1986422
HSL0.040.800.43
HSV14°89°78°
CMYK 0.000.680.89   0.22
XYZ25.266915.73052.4636
Yxy15.73050.58140.3619
Hunter Lab39.661744.307324.0804
CIE-Lab46.618951.586151.3962

#c64016 color RGB value is (198,64,22).

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

The process color (four color CMYK) of #c64016 color hex is 0.00, 0.68, 0.89, 0.22. Web safe color of #c64016 is #cc3300. Color #c64016 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01000000 00010110
Octal 306 100 26
Decimal 198 64 22
Hex C6 40 16

RGB Percentages of Color #c64016

%69.72
%22.54
%7.75

CMYK Percentages of Color #c64016

%0
%68
%89
%22

Triadic Colors of #c64016

#c64016 #16c640 #4016c6

Analogous Colors of #c64016

#c64016 #c69816 #c61644

Monochromatic Colors of #c64016

#c64016

Complementary Color

#c64016 #169cc6

#c64016 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64016 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64016 Color CSS Codes

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

#c64016 Text Font Color

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

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


#c64016 Background Color

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

This div background color is #c64016


#c64016 Border Color

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

This div border color is #c64016


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64016


Comments

No comments written yet.

Please login to write comment.