Color Hex Logo

#c66830 Color Hex

#C66830
(198,104,48)
0 Favorites   0 Comments

Color spaces of #c66830

RGB 19810448
HSL0.060.610.48
HSV22°76°78°
CMYK 0.000.470.76   0.22
XYZ28.772522.11985.5494
Yxy22.11980.50980.3919
Hunter Lab47.031726.895225.9264
CIE-Lab54.153933.337146.8026

#c66830 color RGB value is (198,104,48).

#c66830 hex color red value is 198, green value is 104 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #c66830 hue: 0.06 , saturation: 0.61 and the lightness value of c66830 is 0.48.

The process color (four color CMYK) of #c66830 color hex is 0.00, 0.47, 0.76, 0.22. Web safe color of #c66830 is #cc6633. Color #c66830 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11000110 01101000 00110000
Octal 306 150 60
Decimal 198 104 48
Hex C6 68 30

RGB Percentages of Color #c66830

%56.57
%29.71
%13.71

CMYK Percentages of Color #c66830

%0
%47
%76
%22

Triadic Colors of #c66830

#c66830 #30c668 #6830c6

Analogous Colors of #c66830

#c66830 #c6b330 #c63043

Monochromatic Colors of #c66830

#c66830

Complementary Color

#c66830 #308ec6

#c66830 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#c66830 Color Preview on White Background

Lorem ipsum dolor sit amet.

#c66830 Color CSS Codes

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

#c66830 Text Font Color

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

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


#c66830 Background Color

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

This div background color is #c66830


#c66830 Border Color

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

This div border color is #c66830


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #c66830


Comments

No comments written yet.

Please login to write comment.