Color Hex Logo

#c66528 Color Hex

#C66528
(198,101,40)
0 Favorites   0 Comments

Color spaces of #c66528

RGB 19810140
HSL0.060.660.47
HSV23°80°78°
CMYK 0.000.490.80   0.22
XYZ28.325421.46634.6580
Yxy21.46630.52020.3942
Hunter Lab46.331728.047326.4714
CIE-Lab53.456134.596749.8037

#c66528 color RGB value is (198,101,40).

#c66528 hex color red value is 198, green value is 101 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #c66528 hue: 0.06 , saturation: 0.66 and the lightness value of c66528 is 0.47.

The process color (four color CMYK) of #c66528 color hex is 0.00, 0.49, 0.80, 0.22. Web safe color of #c66528 is #cc6633. Color #c66528 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01100101 00101000
Octal 306 145 50
Decimal 198 101 40
Hex C6 65 28

RGB Percentages of Color #c66528

%58.41
%29.79
%11.80

CMYK Percentages of Color #c66528

%0
%49
%80
%22

Triadic Colors of #c66528

#c66528 #28c665 #6528c6

Analogous Colors of #c66528

#c66528 #c6b428 #c6283a

Monochromatic Colors of #c66528

#c66528

Complementary Color

#c66528 #2889c6

#c66528 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66528 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66528 Color CSS Codes

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

#c66528 Text Font Color

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

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


#c66528 Background Color

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

This div background color is #c66528


#c66528 Border Color

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

This div border color is #c66528


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66528


Comments

No comments written yet.

Please login to write comment.