Color Hex Logo

#c68120 Color Hex

#C68120
(198,129,32)
0 Favorites   0 Comments

Color spaces of #c68120

RGB 19812932
HSL0.100.720.45
HSV35°84°78°
CMYK 0.000.350.84   0.22
XYZ31.399727.81065.0795
Yxy27.81060.48840.4326
Hunter Lab52.735813.994131.2042
CIE-Lab59.717219.279258.5495

#c68120 color RGB value is (198,129,32).

#c68120 hex color red value is 198, green value is 129 and the blue value of its RGB is 32. Cylindrical-coordinate representations (also known as HSL) of color #c68120 hue: 0.10 , saturation: 0.72 and the lightness value of c68120 is 0.45.

The process color (four color CMYK) of #c68120 color hex is 0.00, 0.35, 0.84, 0.22. Web safe color of #c68120 is #cc9933. Color #c68120 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 10000001 00100000
Octal 306 201 40
Decimal 198 129 32
Hex C6 81 20

RGB Percentages of Color #c68120

%55.15
%35.93
%8.91

CMYK Percentages of Color #c68120

%0
%35
%84
%22

Triadic Colors of #c68120

#c68120 #20c681 #8120c6

Analogous Colors of #c68120

#c68120 #b8c620 #c62e20

Monochromatic Colors of #c68120

#c68120

Complementary Color

#c68120 #2065c6

#c68120 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c68120 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c68120 Color CSS Codes

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

#c68120 Text Font Color

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

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


#c68120 Background Color

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

This div background color is #c68120


#c68120 Border Color

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

This div border color is #c68120


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c68120

#c68120 Color Palettes


Comments

No comments written yet.

Please login to write comment.