Color Hex Logo

#c64806 Color Hex

#C64806
(198,72,6)
0 Favorites   0 Comments

Color spaces of #c64806

RGB 198726
HSL0.060.940.40
HSV21°97°78°
CMYK 0.000.640.97   0.22
XYZ25.638916.65362.0354
Yxy16.65360.57840.3757
Hunter Lab40.808840.730525.6090
CIE-Lab47.820647.976656.9560

#c64806 color RGB value is (198,72,6).

#c64806 hex color red value is 198, green value is 72 and the blue value of its RGB is 6. Cylindrical-coordinate representations (also known as HSL) of color #c64806 hue: 0.06 , saturation: 0.94 and the lightness value of c64806 is 0.40.

The process color (four color CMYK) of #c64806 color hex is 0.00, 0.64, 0.97, 0.22. Web safe color of #c64806 is #cc3300. Color #c64806 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01001000 00000110
Octal 306 110 6
Decimal 198 72 6
Hex C6 48 6

RGB Percentages of Color #c64806

%71.74
%26.09
%2.17

CMYK Percentages of Color #c64806

%0
%64
%97
%22

Triadic Colors of #c64806

#c64806 #06c648 #4806c6

Analogous Colors of #c64806

#c64806 #c6a806 #c60624

Monochromatic Colors of #c64806

#c64806

Complementary Color

#c64806 #0684c6

#c64806 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c64806 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c64806 Color CSS Codes

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

#c64806 Text Font Color

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

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


#c64806 Background Color

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

This div background color is #c64806


#c64806 Border Color

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

This div border color is #c64806


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c64806


Comments

No comments written yet.

Please login to write comment.