Color Hex Logo

#c68305 Color Hex

#C68305
(198,131,5)
0 Favorites   0 Comments

Color spaces of #c68305

RGB 1981315
HSL0.110.950.40
HSV39°97°78°
CMYK 0.000.340.97   0.22
XYZ31.432428.24933.9396
Yxy28.24930.49410.4440
Hunter Lab53.150112.550432.8103
CIE-Lab60.113317.692065.0802

#c68305 color RGB value is (198,131,5).

#c68305 hex color red value is 198, green value is 131 and the blue value of its RGB is 5. Cylindrical-coordinate representations (also known as HSL) of color #c68305 hue: 0.11 , saturation: 0.95 and the lightness value of c68305 is 0.40.

The process color (four color CMYK) of #c68305 color hex is 0.00, 0.34, 0.97, 0.22. Web safe color of #c68305 is #cc9900. Color #c68305 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000011 00000101
Octal 306 203 5
Decimal 198 131 5
Hex C6 83 5

RGB Percentages of Color #c68305

%59.28
%39.22
%1.50

CMYK Percentages of Color #c68305

%0
%34
%97
%22

Triadic Colors of #c68305

#c68305 #05c683 #8305c6

Analogous Colors of #c68305

#c68305 #a9c605 #c62305

Monochromatic Colors of #c68305

#c68305

Complementary Color

#c68305 #0548c6

#c68305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68305 Color CSS Codes

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

#c68305 Text Font Color

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

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


#c68305 Background Color

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

This div background color is #c68305


#c68305 Border Color

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

This div border color is #c68305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68305


Comments

No comments written yet.

Please login to write comment.